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

302 commits

Author SHA1 Message Date
74661f17ed
Bump sop-java to 14.0.0-SNAPSHOT 2025-08-20 11:41:33 +02:00
e611311f2c
EncryptImpl: Emit session-key 2025-08-20 11:41:33 +02:00
19534fef09
Implement update-key command properly 2025-08-20 11:41:32 +02:00
91730fd13f
SOP encrypt --profile=rfc9580: Only override enc mechanism with seipd2 if exclusively symmetric encryption is used 2025-08-20 11:41:31 +02:00
b10b65d7cc
ValidateUserIdImpl: throw CertUserIdNoMatch for unbound user-ids 2025-08-20 11:41:31 +02:00
e988796ea9
SOP encrypt: Add profile for rfc9580 2025-08-20 11:41:31 +02:00
d8a1a272d9
Enable additional profiles 2025-08-20 11:41:30 +02:00
330e7eaee8
SOP generate-key: Implement additional profiles 2025-08-20 11:41:30 +02:00
e280aa34a0
SOP generate-key: Add rfc9580 profile 2025-08-20 11:41:30 +02:00
2afa614731
Test v6 key revocation 2025-08-20 11:41:29 +02:00
a46f170636
Test edge-cases in inline-detach operation 2025-08-20 11:41:29 +02:00
c99402dc3c
Simplify SessionKey conversion 2025-08-20 11:41:28 +02:00
92d66f7f30
Add OpenPGPCertificateUtil and unify the way, SOP encodes/armors certificates/keys 2025-08-20 11:41:27 +02:00
e552255aa6
Generate-Key: Use new packet tags 2025-08-20 11:41:27 +02:00
702db4d75c
Port OpenPGPInputStream to Kotlin as OpenPGPAnimalSnifferInputStream 2025-08-20 11:41:24 +02:00
3ccc8601d7
Rework ASCII armor API 2025-08-20 11:41:23 +02:00
9ed53308c6
Replace static decryptAndOrVerify() method with non-static processMessage() function 2025-08-20 11:41:23 +02:00
239057cbdf
Implement crude update-key command (only merges certs for now) 2025-08-20 11:41:20 +02:00
1fca2dcb13
SOP certify-userid: Properly throw KeyCannotCertify exception 2025-08-20 11:41:20 +02:00
7a36735162
Add PGPainlessCertifyValidateUserIdTest 2025-08-20 11:41:19 +02:00
c60512a26d
Certify-UserId: Throw proper exception on unbound user-id 2025-08-20 11:41:19 +02:00
7d4c6a06b0
Set relaxed PK policies for tests with weak DSA keys 2025-08-20 11:41:19 +02:00
2c11a141d7
Fix checkstyle issues 2025-08-20 11:41:19 +02:00
151e0232c0
Add comments 2025-08-20 11:41:19 +02:00
b2d8935fc8
SOP: Implement merge-certs subcommand 2025-08-20 11:41:19 +02:00
2d379f6fc8
Update SOP version in VersionImpl 2025-08-20 11:41:18 +02:00
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