1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-30 23:36:44 +02:00
Commit graph

26 commits

Author SHA1 Message Date
Paul Schaub e27882c539
Port WebOfTrust to Kotlin 2023-06-29 19:03:05 +02:00
Paul Schaub aa4bc7a155
Remove unnecessary braces from AuthenticateAPI 2023-06-29 18:04:52 +02:00
Paul Schaub 58c5fa4dd8
Port CertificationFactory to kotlin 2023-06-29 18:04:09 +02:00
Paul Schaub d9b5783e5e
Remove CertificateAuthority interface 2023-06-29 18:03:54 +02:00
Paul Schaub fb505548db
Move API classes to kotlin source directory 2023-06-29 18:02:45 +02:00
Paul Schaub d024dacabb
Add module pgpainless-wot-cli 2023-06-29 17:49:12 +02:00
Paul Schaub 9d3a9893f2
Port wot-dijkstra Java classes to Kotlin 2023-06-28 19:28:05 +02:00
Paul Schaub b8f77b4bf8
Remove unnecessary WebOfTrustCertificateStore class 2023-06-27 21:08:25 +02:00
Paul Schaub 31dd93fe77
Move Iterator classes to sugar packet 2023-06-27 20:57:02 +02:00
Paul Schaub f51eff30cf
Fix comments 2023-06-27 14:49:29 +02:00
Paul Schaub e016f5fb14
CertSynopsis: Change userId set to map with revocation states 2023-06-26 12:52:36 +02:00
Paul Schaub 57812efc9a
Remove unnecessary fields from WebOfTrust class 2023-06-25 20:17:28 +02:00
Paul Schaub b714fbe3b1
Allow WebOfTrustCertificateStore to be based on PGPCertificateDirectory 2023-06-25 14:10:10 +02:00
Paul Schaub 0ee913d59a
Catch exceptions on malformed keys 2023-06-25 14:08:25 +02:00
Paul Schaub c213760e6c
Introduce CertificationFactory.
This is done in an attempt to minimize the number of BC/PGPainless dependencies in wot-dijkstra
2023-06-25 13:40:36 +02:00
Paul Schaub 48ffc85ce5
It clicked for me; Simplified edge/reverseEdge finding 2023-06-25 12:53:31 +02:00
Paul Schaub 08d516c990
Make checkstyle happy 2023-06-24 17:21:43 +02:00
Paul Schaub 0ee3f0ed9a
A bit of documentation 2023-06-24 17:06:31 +02:00
Paul Schaub 8f5aca6af9
Refactoring in an attempt to both understand the code and make it more readable 2023-06-24 16:50:32 +02:00
Paul Schaub 59ce22cf37
Dirty n hacky network population 2023-06-24 10:16:59 +02:00
Paul Schaub 7dd672f06c
Add toString() methods to WOT network classes 2023-06-24 10:15:30 +02:00
Paul Schaub 6e1d7321db
Regenerate broken test vectors 2023-06-24 10:11:03 +02:00
Paul Schaub 2a063597e6
Move Network initialization, test vectors to pgpainless-wot 2023-06-23 11:54:54 +02:00
Paul Schaub 8afad6cea8
Please checkstyle 2023-06-19 11:28:09 +02:00
Paul Schaub 96468ba3d2
We can once again compile" 2023-06-19 11:28:09 +02:00
Paul Schaub 2a858baee1
Checkout wot-dijkstra and pgpainless-wot from wot branch 2023-06-19 11:28:09 +02:00