1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 17:14:51 +02:00
Commit graph

2006 commits

Author SHA1 Message Date
Paul Schaub e9676160b8
Network.toString(): Print edges, not reverse edges 2023-06-25 14:09:39 +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 2de7c0aa36
Add todos 2023-06-25 13:04:25 +02:00
Paul Schaub 48ffc85ce5
It clicked for me; Simplified edge/reverseEdge finding 2023-06-25 12:53:31 +02:00
Paul Schaub 08c469e041
Remove unused test 2023-06-25 11:03:54 +02:00
Paul Schaub 59aa67e71f
Add documentation to Network 2023-06-25 11:03:06 +02:00
Paul Schaub f936242b22
Remove old Dijkstra implementation 2023-06-25 10:59:36 +02:00
Paul Schaub 5eece135af
Remove Kotlin experiments 2023-06-25 10:56:50 +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 2f6423d86b
Test vectors generator class has moved 2023-06-24 10:14:04 +02:00
Paul Schaub 42c1765941
Add methods to access delegations and 3rd-party certifications from keys 2023-06-24 10:13:00 +02:00
Paul Schaub cb594c3b2c
Add utility methods to KeyRingInfo 2023-06-24 10:11:36 +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 0335d7e55d
Add example classes to demonstrate usage of Kotlin code from Java and vice versa 2023-06-21 15:49:49 +02:00
Paul Schaub a19b7693e2
Enable Kotlin code in wot-dijkstra 2023-06-21 15:49:18 +02:00
Paul Schaub 8afad6cea8
Please checkstyle 2023-06-19 11:28:09 +02:00
Paul Schaub 65356ae3ae
Reuse: Quick n dirty apply Apache2.0 to wot modules 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
Paul Schaub 90626a8a76
Add SignatureSubpacketsUtil.getRegularExpressions() 2023-06-19 11:27:49 +02:00
Paul Schaub 82cea93e7b
Replace JcaPGPObjectFactory with custom PGPObjectFactory.
Workaround for https://github.com/bcgit/bc-java/issues/1428
2023-06-15 15:20:08 +02:00
Paul Schaub 56cb9ba3c6
Update readme 2023-06-15 14:44:59 +02:00
Paul Schaub 2b119e8214
Basic V6 parsing test (only check non-crashing) 2023-06-15 14:41:41 +02:00
Paul Schaub 6b145475a8
Add test for anonymous recipients 2023-06-15 14:28:56 +02:00
Paul Schaub e9cd6c55cf
Bump Bouncycastle 2023-06-15 14:28:45 +02:00
Paul Schaub 558e6693e6 Add javadoc 2023-06-15 14:10:52 +02:00
Paul Schaub 344f1fc67c Allow hidden recipients using wildcard keyIDs 2023-06-15 14:10:52 +02:00
Paul Schaub 383c9799c3
Add test for minimal revocation certificate 2023-06-13 19:46:56 +02:00
Paul Schaub 7f5bc91f6b
Add tests for ListProfilesCmd 2023-06-13 15:52:20 +02:00
Paul Schaub d9ab91516d
Add encrypt-decrypt roundtrip test for rfc4880 profile to cli tests 2023-06-13 15:43:48 +02:00
Paul Schaub 8369333355
Clean unused methods from SignatureUtils 2023-06-12 15:04:57 +02:00
Paul Schaub 814421fe79
Test constructor of RevocationState.softRevoked() requires non-null date 2023-06-12 15:04:57 +02:00
Paul Schaub 1b7157a548
When testing support for RFC4880 profile, use RSA keys 2023-06-12 14:41:32 +02:00
Paul Schaub ea9b0d68fb
SOP: Test profile support of encrypt subcommand 2023-06-12 14:37:33 +02:00
Paul Schaub 08ce7c099c
Test list-profiles of encrypt subcommand 2023-06-12 14:28:53 +02:00
Paul Schaub 2367674151
SOP: List profiles of null command throws 2023-06-12 14:27:08 +02:00
Paul Schaub b9c2e8dfe9
Add test for weak public key behavior 2023-06-12 14:27:07 +02:00
Paul Schaub 6a6a9c7b5b
Update SECURITY.md 2023-06-10 14:32:02 +02:00
Paul Schaub 68a47e893e
Update changelog 2023-06-10 14:30:35 +02:00
Paul Schaub 4252f11d59
Update changelog 2023-06-10 14:13:58 +02:00
Paul Schaub 4d297880ff
Update SECURITY.md 2023-06-10 13:59:47 +02:00
Paul Schaub fde506a7c2
PGPainless 1.5.4-SNAPSHOT 2023-06-10 13:33:56 +02:00
Paul Schaub 0d093c90dd
PGPainless 1.5.3 2023-06-10 13:10:43 +02:00
Paul Schaub a1baeabd71
Update CHANGELOG 2023-06-08 14:13:25 +02:00