1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-28 18:49:56 +02:00
Commit graph

23 commits

Author SHA1 Message Date
Paul Schaub 09fabd4608
Cleanup signature verification 2023-07-12 17:05:38 +02:00
Paul Schaub 8db8b76a26
Propagate referenceTime to the Network 2023-07-12 17:05:37 +02:00
Paul Schaub fdd0973a0b
Refactor package names 2023-07-12 17:05:37 +02:00
Paul Schaub 8c71afc250
Rename classes 2023-07-12 17:05:36 +02:00
Paul Schaub 9131696723
Fix NPE when encountering missing because expired cert 2023-07-12 17:05:36 +02:00
Paul Schaub f69d2d20df
WIP: Work on PGP-DSL 2023-07-12 17:05:36 +02:00
Paul Schaub f880fb94aa
Replace buildMap() call with associateWith() 2023-07-12 17:05:35 +02:00
Paul Schaub 34f706191d
KeyRingCertificateStore: Allow for multiple PGPPublicKeyRingCollections as input 2023-07-12 17:05:35 +02:00
Paul Schaub a0d206bb15
Move the API definition to wot-dijkstra 2023-07-12 17:05:34 +02:00
Paul Schaub d7bcfeedb1
Document WebOfTrust 2023-07-12 17:05:34 +02:00
Paul Schaub 03c586db9d
More refactoring for WebOfTrust 2023-07-12 17:05:34 +02:00
Paul Schaub 1b19ba8766
Refactor WebOfTrust class 2023-07-12 17:05:34 +02:00
Paul Schaub d0ecff8722
Remove unused import 2023-07-12 17:03:57 +02:00
Paul Schaub bb63c0e3bd
Work on API structure and first baby steps of formatting the Authenticate output 2023-07-12 17:03:57 +02:00
Paul Schaub ea5d790091
Add empty lines to API classes 2023-07-12 17:03:57 +02:00
Paul Schaub b9c06788b3
Make WebOfTrust.LOGGER static 2023-07-12 17:03:54 +02:00
Paul Schaub e2c5892452
Implement KeyRingCertificateStore 2023-07-12 17:03:52 +02:00
Paul Schaub ae92b01cbb
Remove pgpainless-core dependency from wot-dijkstra 2023-07-12 17:03:52 +02:00
Paul Schaub 630c263918
Base WebOfTrust on PGPCertificateStore instead of PGPCertificateDirectory 2023-07-12 17:03:51 +02:00
Paul Schaub 4f924c519c
Port WebOfTrust to Kotlin 2023-07-12 17:03:51 +02:00
Paul Schaub d9a5d6b926
Remove unnecessary braces from AuthenticateAPI 2023-07-12 17:03:51 +02:00
Paul Schaub aa854eea0c
Port CertificationFactory to kotlin 2023-07-12 17:03:51 +02:00
Paul Schaub 9946f6bf83
Move API classes to kotlin source directory 2023-07-12 17:03:50 +02:00