c68cdc4e31
Fix compile-time dependency of pgpainless-{core|sop} on logback-classic
...
Fixes #214
2021-11-14 14:26:34 +01:00
a9a61bc799
Improve library usage of slf4j and logback.
...
Logback-classic is now a test dependency and is additionally declared as OPTIONAL runtime dependency.
Applications that don't want to use logback can now easily disable it by not explicitly depending on it.
2021-10-29 20:28:14 +02:00
15736586dd
SOP: Add convenience methods to deal with byte arrays
2021-10-10 16:34:17 +02:00
e390389c0a
Reuse compliance
2021-10-07 16:28:31 +02:00
722477673d
Fix hen and egg problem with signature detaching in SOP
2021-10-04 16:48:27 +02:00
620959abc6
Some more pgpainless-sop tests
2021-10-04 16:28:56 +02:00
637bd18ca6
Add ArmorTest
2021-10-04 16:03:24 +02:00
c5b576d8d2
ArmorImpl: Write to provided output stream instead of system.out
2021-10-04 16:02:28 +02:00
d170138ea8
Add test for GenerateKeyImpl
2021-10-04 15:02:28 +02:00
5e2286de0d
Rework dependencies
2021-09-17 18:16:58 +02:00
f28232893c
Refactoring: Move cleartext signed message processing to decryption_verification
2021-09-13 18:09:53 +02:00
90a00e0541
Move signature verification to dedicated streams
2021-09-07 14:02:07 +02:00
f68779d8a5
Add tests for pgpainless-sop
2021-08-30 17:15:11 +02:00
97c8ff8312
Throw WrongConsumingMethodException when processing Cleartext Signed Messages with Inband Signature verification API and vice versa
2021-08-29 13:35:27 +02:00
1124c6fd15
Wip: Configure logback logging
2021-08-26 15:03:20 +02:00
e3ff1403a3
sop: Enforce that any secret key argument only contains a single secret key
2021-08-23 14:26:17 +02:00
4e83281213
Wip: Remove allowNested, add FileUtil
2021-08-23 14:26:17 +02:00
772f69788b
Refactor CleartextSignatureProcessor to allow reuse in DetachInbandSignatureAndMessage
2021-08-23 14:26:17 +02:00
788c82531e
Wip: Adopt changes from the SOP specification version 2
2021-08-23 14:26:17 +02:00
099b160656
Native support for notBefore and notAfter signature creation time constraints
2021-08-17 14:47:07 +02:00
2bd71617bd
PGPException is not thrown during secret key reading
2021-08-15 15:46:41 +02:00
311c842196
Revert introduction of StreamUtil
2021-07-31 20:40:31 +02:00
fc311fe781
Workaround for #159 : Avoid to prevent swallowing IOExceptions
2021-07-26 16:19:30 +02:00
bbc79b75b1
Remove version number from pgpainless-sop
2021-07-20 09:56:02 +02:00
4244107994
Add readmes for all modules
2021-07-17 00:27:58 +02:00
8cf5347b52
Base PGPainlessCLI on new sop-java module
...
* Rename pgpainless-sop -> pgpainless-cli
* Introduce sop-java (implementation-independent SOP API)
* Introduce sop-java-picocli (CLI frontend for sop-java)
* Introduce pgpainless-sop (implementation of sop-java using PGPainless)
* Rework pgpainless-cli (plugs pgpainless-sop into sop-java-picocli)
2021-07-15 17:03:56 +02:00
6a90c4303e
OpenPgpMetadat: identify verified sigs by SubkeyIdentifier
2021-07-04 13:08:24 +02:00
bd418299b0
Tests for SOP armor and dearmor commands
2021-07-01 18:45:07 +02:00
b76172f97a
Fix SOP armor command
2021-07-01 18:44:57 +02:00
715ae707ed
Merge branch 'decryptionAPI2'
2021-06-26 18:36:04 +02:00
98609375d1
Only create version.properties in pgpainless-sop
2021-06-24 19:20:09 +02:00
88891e1337
Remove usage of deprecated decryption/verification API in tests
2021-06-16 15:38:02 +02:00
56ddd5e70f
Prevent NPE in SOP when reading certificates
2021-06-11 14:38:56 +02:00
e587fc46b8
SOP: Ignore marker packets in certificates
2021-06-10 16:56:36 +02:00
8618d1faea
More tests
2021-05-31 13:59:56 +02:00
19ec715461
Revert "Add test for PGPainlessCLI main class"
...
This reverts commit af6fe0aaf7
.
2021-05-29 14:19:32 +02:00
af6fe0aaf7
Add test for PGPainlessCLI main class
2021-05-29 14:03:27 +02:00
82536eaa77
Improve support for PGP[Secret|Public]KeyRingCollections
2021-05-29 13:52:29 +02:00
b38bcf042a
Add SOP sign/verify test
2021-05-28 22:16:52 +02:00
1a1a387a16
Fix checkstyle issues in the sop module
2021-05-25 22:22:35 +02:00
83917f320f
Improvements to SOP
2021-05-25 18:08:04 +02:00
3cd64b61ca
Fix SOP encrypt-decrypt test
2021-05-25 16:25:22 +02:00
6cb9091b2a
Work on signaturePicker
2021-05-25 14:24:16 +02:00
a30767eb91
Fix tests
2021-05-25 14:24:10 +02:00
89a0adddd8
Reworking encryption/decryption API.
2021-05-25 14:23:42 +02:00
9358e58fb3
Improve CachingSecretKeyRingProtector
2021-05-14 18:55:26 +02:00
7bd12fe5d4
Improve error handling in sop tests
2021-03-05 14:43:13 +01:00
24c0cd8a96
SOP: Properly return error codes to the caller, error code 37 for invalid input args
2021-03-05 14:15:54 +01:00
fb1c0d6ff3
SOP: Allow for multiple user-ids during key generation
2021-03-05 13:32:04 +01:00
8e3b61b76e
Sop: Sync version with gradle version variable and fix format
2021-03-05 13:04:28 +01:00