Commit Graph

1065 Commits

Author SHA1 Message Date
Paul Schaub 366d13f1e4
Add DefaultMergeCallback 2022-02-03 15:24:12 +01:00
Paul Schaub 70be302b1b
Refactoring 2022-02-03 15:23:25 +01:00
Paul Schaub 5402306cca
Wip 2022-02-03 14:38:08 +01:00
Paul Schaub e817aaef4c
Fix inter-module dependencies for jar task 2022-01-31 19:41:43 +01:00
Paul Schaub 603c67127d
Start working on PGP-Cert-D-CLI 2022-01-31 18:23:54 +01:00
Paul Schaub 4dbd2bad7e
Add javadoc 2022-01-31 17:06:47 +01:00
Paul Schaub 8fb677676f
Add SharedPGPCertificateDirectoryAdapter class 2022-01-31 16:51:27 +01:00
Paul Schaub d086332677
First working prototype 2022-01-24 16:47:52 +01:00
Paul Schaub 7703cc263d
Module structure 2022-01-21 01:53:48 +01:00
Paul Schaub a5d592a102
Wip 2022-01-21 00:11:17 +01:00
Paul Schaub 7aa48f458b Fix pgpainless-cli:jar resolution of pgpainless-sop.jar 2022-01-15 02:46:42 +01:00
Paul Schaub e55fad6078 Switch pgpainless-sop over to java-library plugin and api-depend on sop-java 2022-01-15 02:46:42 +01:00
Paul Schaub 9b270197c2 Add MIME StreamEncoding enum val 2022-01-15 02:46:42 +01:00
Paul Schaub 020c0be8fb Remove further traces of sop-java from the build script 2022-01-15 02:46:42 +01:00
Paul Schaub ef02163d97 Remove dependency on picocli 2022-01-15 02:46:42 +01:00
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