Commit Graph

1200 Commits

Author SHA1 Message Date
Paul Schaub f4e574011b Add info about sop modules to root readme 2022-01-15 02:46:42 +01:00
Paul Schaub a7208e6c42 Update CHANGELOG 2022-01-15 02:46:42 +01:00
Paul Schaub 09c2a84ec1 Add reuse header to sop-java*/readme files 2022-01-15 02:46:42 +01:00
Paul Schaub c6bc8f9774 Moved sop-java and sop-java-picocli to its own repositories
See https://github.com/pgpainless/sop-java
See https://codeberg.org/PGPainless/sop-java
2022-01-15 02:46:42 +01:00
Paul Schaub 9800ca8bd4 Update CHANGELOG 2022-01-15 02:46:42 +01:00
Paul Schaub 19b6c8b1e3 SOP-CLI: Implement additional version flags 2022-01-15 02:46:42 +01:00
Paul Schaub fc432901ed Add information to SOP READMEs 2022-01-15 02:46:42 +01:00
Paul Schaub 2e7a21b5b7 Add javadoc description to DetachInbandSignatureAndMessage 2022-01-15 02:46:42 +01:00
Paul Schaub bbc42fd8e4 Document workaround for BCs ECUtil.getCurveName() returning null for ed25519 keys
See https://github.com/bcgit/bc-java/issues/1087
2022-01-15 02:46:42 +01:00
Paul Schaub 01839728f0 Remove workaround for publicKey.getBitStrength() == -1 in BC
see https://github.com/bcgit/bc-java/issues/972
2022-01-15 02:46:41 +01:00
Paul Schaub e374951ed0 Remove ProofUtil.
This does not belong here.
2022-01-15 02:46:41 +01:00
Paul Schaub 1aca7112d2 SOP commands: Throw UnsupportedSubcommand error when sop.command() returns null 2022-01-15 02:46:41 +01:00
Paul Schaub 1c2cbf0e75 Add SigningResultTest 2022-01-15 02:46:41 +01:00
Paul Schaub 824b8de404 Add sessionKey fromString test 2022-01-15 02:46:41 +01:00
Paul Schaub 1b1a13e7d0 Fix spelling of Bouncy Castle 2022-01-15 02:46:41 +01:00
Paul Schaub f2d88d8a86 Introduce SigningResult class to allow for additional signing information to be returned 2022-01-15 02:46:41 +01:00
Paul Schaub 987c328ad8 Add MicAlgTest 2022-01-15 02:46:41 +01:00
Paul Schaub 1cb49f4b12 Update SOP implementation to the latest spec version
See https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03
2022-01-15 02:46:41 +01:00
Paul Schaub 5e0ca369bf Document workaround for https://github.com/bcgit/bc-java/pull/1085 2022-01-15 02:46:41 +01:00
Paul Schaub fa0e208c98 Workaround for BC not correctly parsing RevocationKey packets 2022-01-15 02:46:41 +01:00
Paul Schaub 88e3c61b20 RevocationSignatureBuilder: Allow for generation of external revocation signatures 2022-01-15 02:46:41 +01:00
Paul Schaub 5884c4afcd ArmorUtils: Add method to print single public keys 2022-01-15 02:46:41 +01:00
Paul Schaub 1447dfc642 Add SignatureUtils.wasIssuedBy 2022-01-15 02:46:41 +01:00
Paul Schaub 99496f80f5 Hex decode data in OpenPgpV4Fingerprint constructor 2022-01-15 02:46:41 +01:00
Paul Schaub d9e3c6ed91 Remove investigative test with expired key 2022-01-15 02:46:41 +01:00
Paul Schaub e7f583c1af Fix KeyRingInfo.get*Algorithm(keyId) 2022-01-15 02:45:21 +01:00
Paul Schaub 9de196d6c5 Fix test for algorithm preference extraction 2022-01-15 02:45:10 +01:00
Paul Schaub 1cbeafb3ad
PGPainless-1.0.2-SNAPSHOT 2022-01-15 01:06:18 +01:00
Paul Schaub d264982388
PGPainless 1.0.1 2022-01-15 01:02:59 +01:00
Paul Schaub b58bdf8ff1 Fix KeyAccessor.ViaKeyId sourcing primary user-id signature 2022-01-15 00:59:54 +01:00
Paul Schaub e177dafd60
PGPainless-1.0.1-SNAPSHOT 2021-12-28 14:07:27 +01:00
Paul Schaub 7609055404
PGPainless 1.0.0 2021-12-28 13:59:34 +01:00
Paul Schaub b1bde161b4
Fix typos and wording 2021-12-28 13:53:25 +01:00
Paul Schaub ce7b69269b
Various code cleanup 2021-12-28 13:32:50 +01:00
Paul Schaub 39686949d2
Bump dependencies 2021-12-28 13:32:33 +01:00
Paul Schaub 59f1a85887
Fix more code issues 2021-12-28 12:30:52 +01:00
Paul Schaub e96d668ee2 Clean up code 2021-12-28 12:18:51 +01:00
Paul Schaub 6eac50c5b5 Add documentation to SessionKey 2021-12-28 01:42:12 +01:00
Paul Schaub f3b7286eaf Introduce and use DateUtil.toSecondsPrecision 2021-12-28 01:42:12 +01:00
Paul Schaub 2f44621657 Add documentation to CollectionUtils methods 2021-12-28 01:42:12 +01:00
Paul Schaub 376e234baf
Add documentation to SecretKeyRingEditor 2021-12-28 01:23:47 +01:00
Paul Schaub 2d319051d4
Add quote to README 2021-12-28 01:19:43 +01:00
Paul Schaub e2707258fb
PGPainless-1.0.0-rc10-SNAPSHOT 2021-12-27 14:10:53 +01:00
Paul Schaub a86de0591b
PGPainless 1.0.0-rc9 2021-12-27 14:04:09 +01:00
Paul Schaub d0ef8581e8
Add RevokeUserIdsTest 2021-12-27 13:49:31 +01:00
Paul Schaub a0e9c1f555
Add SelectUserId.byEmail() 2021-12-27 13:36:13 +01:00
Paul Schaub 245376d7d0
Remove KeyRingUtils.deleteUserId() in favor of revoking SecretKeyRingEditor.removeUserId() methods 2021-12-27 13:35:58 +01:00
Paul Schaub 3a69f90401
Update changelog 2021-12-23 17:34:38 +01:00
Paul Schaub 31b7d18183
Properly resolve earliest expiration date when primary user-id + direct-key sig have expiraiton
Rename getPossiblyExpiredPrimaryUserId() method
2021-12-23 17:10:44 +01:00
Paul Schaub ad5399e083
PGPainless-1.0.0-rc9-SNAPSHOT 2021-12-23 16:28:14 +01:00