1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00
Commit graph

276 commits

Author SHA1 Message Date
6c0ffcb007
Implement SOPs validate-userid command 2025-08-20 11:41:18 +02:00
f4cac6d20c
Implement SOPs certify-userid command 2025-08-20 11:41:18 +02:00
5829b755ed
SOP-Java: These go to 11 2025-08-20 11:41:18 +02:00
335cf8d162
Improve API for signatures in results 2025-08-20 11:41:16 +02:00
049f7422c0
Replace all remaining usages of PGPainless.generateKeyRing() 2025-08-20 11:41:16 +02:00
0152a69d0e
Remove API instance parameter from ProducerOptions 2025-08-20 11:41:13 +02:00
2a0e4e1d2d
generate-key: Use API instance when generating keys 2025-08-20 11:41:13 +02:00
85c0286041
Remove usage of deprecated methods in SOP implementations 2025-08-20 11:41:11 +02:00
8f3049602f
Remove SignerUserId check, Policy setting only via constructor parameter 2025-08-20 11:41:08 +02:00
dc1da5ff49
Fix test name 2025-08-20 11:41:07 +02:00
766a22716e
SOP: Inject API instance 2025-08-20 11:41:06 +02:00
4c7d39932f
Port SecretKeyRingEditor, replace Singleton usage with API instance calls 2025-08-20 11:41:03 +02:00
e46e9fa1f5
Rework Policy to be immutable. Changes are now done by calling policy.copy().withXYZ().build() 2025-08-20 11:40:10 +02:00
76963ec3ec
Remove ImplementationFactory in favor of BCs OpenPGPImplementation 2025-08-20 11:40:07 +02:00
b9ee09a774
Add javadoc 2025-08-20 11:40:04 +02:00
bbecdd693f
Reenable disabled test and add workaround for broken one 2025-08-20 11:40:00 +02:00
504939d82b
Even more migration and code compiles again 2025-08-20 11:39:59 +02:00
b55aa24cad
Change return type of KeyRingBuilder.build() to OpenPGPKey 2025-08-20 11:39:59 +02:00
b8bb5de2a2
Disable ElGamal key tests 2025-08-20 11:39:58 +02:00
0ee31b232a
Allow UserIDs with trailing/leading whitespace and escape newlines in ASCII armor 2025-07-23 11:26:17 +02:00
Felix Hagemans
5f30df6d16 Fixed typo in sop readme 2025-06-04 16:02:23 +02:00
83613250ef
PGPainless 1.7.6 2025-04-14 15:55:29 +02:00
de5ef4de00
PGPainless 1.7.5 2025-03-25 12:05:33 +01:00
f22cada0ce
PGPainless 1.7.4 2025-03-20 18:02:07 +01:00
3b1dbf4102
PGPainless 1.7.3 2025-03-11 22:40:44 +01:00
9a1a01fe05
pgpainless-cli version: Fix repository URL 2025-03-11 21:39:11 +01:00
13c3295e64
Bump sop-java to 10.1.0 2025-03-11 21:39:11 +01:00
8854429205
Revert "SOP: encrypt: Apply CRLF encoding if text encoding is used"
This reverts commit cb6dde4e39.
2025-03-11 20:53:24 +01:00
74b28afd4a
SOP: inline-sign, detached-sign: Do not apply compression 2025-03-05 14:30:13 +01:00
cb6dde4e39
SOP: encrypt: Apply CRLF encoding if text encoding is used
Fixes #466
2025-02-22 15:46:36 +01:00
25c720b033
SOP inline-sign: Wrap data in LiteralData(text) packet if signing mode is text
Fixes #465
2025-02-22 13:37:51 +01:00
1db59acf0d
Add reuse license header to properties file 2025-01-10 10:40:56 +01:00
4dbc633d7d
version --extended: Include sop-java version
Fixes #454
2024-12-21 13:41:37 +01:00
5018386318
Extract pgpainless-sop-version property via resource filtering 2024-12-21 13:24:05 +01:00
df5297a661
PGPainless 1.7.2 2024-10-31 14:52:45 +01:00
d966349032
Add test to verify proper functionality of hash algorithm policy overrides for SOP 2024-10-15 14:45:28 +02:00
fac23745b4
PGPainless 1.7.1 2024-10-14 16:35:52 +02:00
52b6d5c3f7
Fix some minor code issues 2024-10-14 15:18:49 +02:00
8b40062288
PGPainless 1.7.0 2024-10-14 14:51:16 +02:00
ad2976dbcc
SOP: KeyReader is silent 2024-10-14 11:42:02 +02:00
0378145b21
Merge branch 'eddsaLegacy' 2024-06-21 13:57:49 +02:00
741d72eadc
Document nature of tests in pgpainless-sop 2024-03-30 19:20:12 +01:00
0b7511a223
Remove tests for armor --label 2024-03-30 19:07:12 +01:00
b96f22d0a9
Add EncryptionBuilder.discardOutput()
Also move NullOutputStream from pgpainless-sop to pgpainless-core
2024-03-29 20:37:24 +01:00
b393a90da4
Port pgpainless-sop to Kotlin 2024-03-24 16:16:29 +01:00
8066650584
Add comments 2024-03-24 11:00:16 +01:00
44be5aa981
Delegate verification operations to SOPVImpl 2024-03-24 10:52:15 +01:00
3ac273757a
Bump sop-java to 10.0.0-SNAPSHOT and implement sopv interface subset 2024-03-24 10:52:15 +01:00
fa5bdfcd82
Throw BadData if KEYS are passed where CERTS are expected 2024-03-24 10:52:14 +01:00
337b5d68b6
Add Automatic-Module-Name to pgpainless-core and pgpainless-sop 2024-03-19 15:56:49 +01:00