|
9c216e1ff4
|
Implement '--signing-only' option for 'generate-key' subcommand
|
2023-07-12 01:07:29 +02:00 |
|
|
d3fe850c95
|
Initial implementation of 'change-key-password' command of SOP-07
|
2023-07-12 00:40:59 +02:00 |
|
|
37bbe8bb39
|
Initial implementation of the new revoke-key command from SOP-07
|
2023-07-11 23:15:22 +02:00 |
|
|
556d1bee30
|
PGPainless 1.5.7-SNAPSHOT
|
2023-07-07 11:36:15 +02:00 |
|
|
4838cd8d62
|
PGPainless 1.5.6
|
2023-07-07 11:34:23 +02:00 |
|
|
b92365e268
|
Update changelog
|
2023-07-07 11:32:44 +02:00 |
|
|
e61d414a98
|
Manually checkout SignatureSubpacketsUtil methods for wot
|
2023-07-07 11:26:55 +02:00 |
|
|
6487cf2371
|
Remove unused Certification class
|
2023-07-07 11:25:26 +02:00 |
|
|
d52968514c
|
Add methods to access delegations and 3rd-party certifications from keys
|
2023-07-07 11:25:08 +02:00 |
|
|
172972fe29
|
Add utility methods to KeyRingInfo
|
2023-07-07 11:24:43 +02:00 |
|
|
30481cd510
|
Fix unreliable unit test
Fixes #389
|
2023-07-07 11:07:14 +02:00 |
|
|
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 |
|