1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-10-18 12:15:59 +02:00
Commit graph

2158 commits

Author SHA1 Message Date
cac500874a
Update changelog 2023-07-07 10:48:44 +02:00
50bbdddc73
Update comment of KeyRingReader.publicKeyRingCollection() 2023-07-07 10:47:02 +02:00
d707ecd20e
Disable now broken test caused by parsing certificates from secret keys 2023-07-07 10:44:16 +02:00
4cc8054cff
KeyRingReader.readPublicKeyRingCollection: Handle secret keys as public keys 2023-07-07 10:43:41 +02:00
bbdb300814
Add test to verify correct behavior dealing with non-utf8 userID 2023-07-07 10:42:32 +02:00
f37aa1097c
Prevent IAE when encountering non-UTF8 User-ID on a public key
Fixes #392
2023-07-07 10:42:18 +02:00
Heiko Schaefer
eb7bb1bebe
Bump jacoco dependency to 0.8.8
With jacoco 0.8.7 and JDK 17, tests show a
java.lang.instrument.IllegalClassFormatException
2023-07-06 16:51:24 +02:00
4be2956469
Remove unused methods from ImplementationFactory 2023-06-27 23:22:23 +02:00
9a4c5ec54f
PGPainless 1.5.6-SNAPSHOT 2023-06-27 15:13:21 +02:00
85b7114e10
PGPainless 1.5.5 2023-06-27 15:10:03 +02:00
36b015eb34
Update changelog 2023-06-27 15:06:27 +02:00
a41d361826
Merge branch 'checkstyle' 2023-06-27 15:01:51 +02:00
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
0505b943de
Fix javadoc 2023-06-27 14:56:29 +02:00
ee7a45bbbc
Flex 2023-06-24 13:06:01 +02:00
1a38e2d31a
Add section about hidden recipients to documentation 2023-06-24 12:54:28 +02:00
55172898a6
Update CHANGELOG 2023-06-24 10:28:51 +02:00
fc3a477a6c
Bump BC to 1.75 2023-06-24 10:23:39 +02:00
f7576abd35
Minimal revocation certificate test: Test merging 2023-06-20 17:37:18 +02:00
53d6260210
Implement method to create minimal revocation certificate.
Fixes #386
2023-06-20 17:30:19 +02:00
2a7c6af022
Rename SecretKeyRingEditor.createRevocationCertificate() to createRevocation() 2023-06-20 16:41:46 +02:00
600d5f49bb
PGPainless 1.5.5-SNAPSHOT 2023-06-19 12:49:39 +02:00
2b0df01591
PGPainless 1.5.4 2023-06-19 12:46:34 +02:00
2ab1d7a42d
Readme: Fix usage of MessageMetada instead of OpenPgpMetadata 2023-06-19 12:36:59 +02:00
beccd6c5c7
Postpone removal of OpenPgpMetadata to 1.6.X 2023-06-19 12:36:59 +02:00
c962b7920b
Update workaround description in KeyInfo 2023-06-19 12:36:59 +02:00
eed1259cd2
Update changelog 2023-06-19 11:50:52 +02:00
90626a8a76
Add SignatureSubpacketsUtil.getRegularExpressions() 2023-06-19 11:27:49 +02:00
82cea93e7b
Replace JcaPGPObjectFactory with custom PGPObjectFactory.
Workaround for https://github.com/bcgit/bc-java/issues/1428
2023-06-15 15:20:08 +02:00
56cb9ba3c6
Update readme 2023-06-15 14:44:59 +02:00
2b119e8214
Basic V6 parsing test (only check non-crashing) 2023-06-15 14:41:41 +02:00
6b145475a8
Add test for anonymous recipients 2023-06-15 14:28:56 +02:00
e9cd6c55cf
Bump Bouncycastle 2023-06-15 14:28:45 +02:00
558e6693e6 Add javadoc 2023-06-15 14:10:52 +02:00
344f1fc67c Allow hidden recipients using wildcard keyIDs 2023-06-15 14:10:52 +02:00
383c9799c3
Add test for minimal revocation certificate 2023-06-13 19:46:56 +02:00
7f5bc91f6b
Add tests for ListProfilesCmd 2023-06-13 15:52:20 +02:00
d9ab91516d
Add encrypt-decrypt roundtrip test for rfc4880 profile to cli tests 2023-06-13 15:43:48 +02:00
8369333355
Clean unused methods from SignatureUtils 2023-06-12 15:04:57 +02:00
814421fe79
Test constructor of RevocationState.softRevoked() requires non-null date 2023-06-12 15:04:57 +02:00
1b7157a548
When testing support for RFC4880 profile, use RSA keys 2023-06-12 14:41:32 +02:00
ea9b0d68fb
SOP: Test profile support of encrypt subcommand 2023-06-12 14:37:33 +02:00
08ce7c099c
Test list-profiles of encrypt subcommand 2023-06-12 14:28:53 +02:00
2367674151
SOP: List profiles of null command throws 2023-06-12 14:27:08 +02:00
b9c2e8dfe9
Add test for weak public key behavior 2023-06-12 14:27:07 +02:00
6a6a9c7b5b
Update SECURITY.md 2023-06-10 14:32:02 +02:00
68a47e893e
Update changelog 2023-06-10 14:30:35 +02:00
4252f11d59
Update changelog 2023-06-10 14:13:58 +02:00
4d297880ff
Update SECURITY.md 2023-06-10 13:59:47 +02:00
fde506a7c2
PGPainless 1.5.4-SNAPSHOT 2023-06-10 13:33:56 +02:00