Commit Graph

1853 Commits

Author SHA1 Message Date
Paul Schaub aec59b2ab6
Add test to verify correct behavior dealing with non-utf8 userID 2023-07-04 14:45:27 +02:00
Paul Schaub 50de839753
Prevent IAE when encountering non-UTF8 User-ID on a public key
Fixes #392
2023-07-04 14:45:09 +02:00
Paul Schaub 4be2956469
Remove unused methods from ImplementationFactory 2023-06-27 23:22:23 +02:00
Paul Schaub 9a4c5ec54f
PGPainless 1.5.6-SNAPSHOT 2023-06-27 15:13:21 +02:00
Paul Schaub 85b7114e10
PGPainless 1.5.5 2023-06-27 15:10:03 +02:00
Paul Schaub 36b015eb34
Update changelog 2023-06-27 15:06:27 +02:00
Paul Schaub a41d361826
Merge branch 'checkstyle' 2023-06-27 15:01:51 +02:00
Paul Schaub 2ab820a864
Bump checkstyle plugin version to 10.12.1
Bumps checkstyles transitive dependency on vulnerable guava to 32.0.1
Fixes https://github.com/pgpainless/pgpainless/security/dependabot/6
Fixes https://github.com/pgpainless/pgpainless/security/dependabot/5
Fixes https://github.com/pgpainless/pgpainless/security/dependabot/4

F
2023-06-27 15:00:21 +02:00
Paul Schaub 0505b943de
Fix javadoc 2023-06-27 14:56:29 +02:00
Paul Schaub ee7a45bbbc
Flex 2023-06-24 13:06:01 +02:00
Paul Schaub 1a38e2d31a
Add section about hidden recipients to documentation 2023-06-24 12:54:28 +02:00
Paul Schaub 55172898a6
Update CHANGELOG 2023-06-24 10:28:51 +02:00
Paul Schaub fc3a477a6c
Bump BC to 1.75 2023-06-24 10:23:39 +02:00
Paul Schaub f7576abd35
Minimal revocation certificate test: Test merging 2023-06-20 17:37:18 +02:00
Paul Schaub 53d6260210
Implement method to create minimal revocation certificate.
Fixes #386
2023-06-20 17:30:19 +02:00
Paul Schaub 2a7c6af022
Rename SecretKeyRingEditor.createRevocationCertificate() to createRevocation() 2023-06-20 16:41:46 +02:00
Paul Schaub 600d5f49bb
PGPainless 1.5.5-SNAPSHOT 2023-06-19 12:49:39 +02:00
Paul Schaub 2b0df01591
PGPainless 1.5.4 2023-06-19 12:46:34 +02:00
Paul Schaub 2ab1d7a42d
Readme: Fix usage of MessageMetada instead of OpenPgpMetadata 2023-06-19 12:36:59 +02:00
Paul Schaub beccd6c5c7
Postpone removal of OpenPgpMetadata to 1.6.X 2023-06-19 12:36:59 +02:00
Paul Schaub c962b7920b
Update workaround description in KeyInfo 2023-06-19 12:36:59 +02:00
Paul Schaub eed1259cd2
Update changelog 2023-06-19 11:50:52 +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
Paul Schaub 1fca51d771
SigningOptions: Add methods to sign with a single, chosen signing subkey 2023-06-08 14:04:06 +02:00
Paul Schaub 5aabd1ced4
Fix faulty bit-strength policy check for signing subkeys 2023-06-08 13:54:20 +02:00
Paul Schaub 490cbd58fd
Add reuse header to dependency-submission workflow 2023-06-08 03:25:26 +02:00