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

1550 commits

Author SHA1 Message Date
4e2950b4bc
Move EncryptionMechanismNegotiator into own interface, improve negotiation 2025-05-25 16:27:49 +02:00
80b8441b92
Replace usage of KeyIdentifier.matches() with matchesExplicitly() 2025-05-21 11:57:13 +02:00
93a3d992bd
Remove SignerUserIdValidation enum 2025-05-20 15:32:34 +02:00
005322dc70
Add deprecation notices 2025-05-20 15:32:07 +02:00
13c78e1c8a
WIP: EncryptionMechanismPolicy 2025-05-20 15:05:24 +02:00
be852035bf
Improve GnuPGDummyKeyUtilTest 2025-05-19 14:22:52 +02:00
3948029ce0
Document KOpenPGP mitigations 2025-05-15 14:50:47 +02:00
828e31e12c
Document KOpenPGP mitigations 2025-05-15 14:31:40 +02:00
a31cc46c93
Fix more javadoc references 2025-05-15 14:21:06 +02:00
69164d3dc8
Fix references in javadoc 2025-05-15 14:05:36 +02:00
63d199d76b
Add OpenPGPCertificateUtil and unify the way, SOP encodes/armors certificates/keys 2025-05-14 13:27:06 +02:00
b42d96f31b
KeyRingReaderTest: Remove unused import 2025-05-14 13:26:30 +02:00
1d60d25360
TestAllImplementations: Fix javadoc 2025-05-14 13:26:01 +02:00
53e1674d2f
Fix test 2025-05-14 12:17:36 +02:00
34ac4ea520
Add missing license headers 2025-05-13 15:35:31 +02:00
b862cb4932
Add documentation 2025-05-13 13:53:55 +02:00
31b2edc651
Update documentation of AEADAlgorithm 2025-05-13 13:10:21 +02:00
bf5e3b6296
Port CertificateAuthority to KeyIdentifier, add tests for authenticated cert selection 2025-05-13 12:28:54 +02:00
4de9634a61
Add tests for LongExtension methods 2025-05-12 13:06:21 +02:00
668b3622de
Add test and documentation to DateExtensions 2025-05-12 12:45:32 +02:00
df95860f24
Add AEADAlkgorithm.toMechanism(SymAlg) shortcut method 2025-05-12 12:32:06 +02:00
0b7d373e1e
Port GnuPGDummyExtension implementation 2025-05-08 16:54:39 +02:00
03e731dd3f
Port Exception classes to Kotlin 2025-05-08 16:16:08 +02:00
017d9ce0f8
Remove usage of OpenPgpKeyAttributeUtil 2025-05-08 14:56:35 +02:00
62fe69db75
Port OpenPGPInputStream to Kotlin as OpenPGPAnimalSnifferInputStream 2025-05-08 14:38:48 +02:00
bef30223fa
Typo 2025-05-08 13:53:00 +02:00
c79a05ce45
Clean up OnePassSignatureCheck 2025-05-08 12:57:59 +02:00
bb5849c533
Remove unused SignatureComparator classes 2025-05-08 12:54:25 +02:00
0aebc2812d
Fix comment block layout 2025-05-08 12:50:36 +02:00
aeb2e638cd
Update documentation of SignatureVerification 2025-05-08 12:47:53 +02:00
d477203a77
Rework ASCII armor API 2025-05-07 14:06:34 +02:00
165ea8ae76
Add documentation to PGPainless class 2025-05-07 11:29:06 +02:00
2d7fc16607
Replace static decryptAndOrVerify() method with non-static processMessage() function 2025-05-06 22:21:02 +02:00
d835dea837
Prevent NULL encryption algorithm 2025-05-06 17:05:47 +02:00
4d48cd4c8e
Test encryptionMechanismOverride for symmetric and asymmetric encryption 2025-05-06 16:53:44 +02:00
a2d575e0e8
Respect encryptionMechanismOverride 2025-05-06 16:53:24 +02:00
57345edf94
Remove debugging prints 2025-05-06 16:53:05 +02:00
0351f62f09
Add documentation 2025-05-06 12:04:08 +02:00
7463ada774
Rework OpenPGPInputStream to rely on BCPGInputStream for packet parsing 2025-05-06 00:07:27 +02:00
0c4a305432
Workaround for OpenPGPInputStream to recognize PKESKv6 packets 2025-05-05 14:19:32 +02:00
7a8cc221b6
Fix checkstyle issues 2025-05-05 13:30:52 +02:00
6a3d405b36
Move negotiation tests to dedicated test class 2025-05-05 13:30:21 +02:00
74067f644c
First draft for SEIPD2 negotiation 2025-05-05 12:17:47 +02:00
de24da8698
Rework KeyAccessor 2025-05-05 10:58:24 +02:00
2aa6d85991
Expose encryption mechanism during decryption 2025-04-30 15:57:54 +02:00
752c5e9375
Add PublicKeyAlgorithmPolicy based on rfc9580 2025-04-08 17:07:16 +02:00
f1ed377f58
HardwareSecurity: Replace usage of Long KeyId with KeyIdentifier 2025-04-08 13:21:11 +02:00
68bf99ceb1
Remove unused test 2025-04-08 13:15:47 +02:00
38fa4e040e
Port ReadKeys example 2025-04-07 16:30:27 +02:00
5ee9339020
Port Encrypt example 2025-04-07 16:27:39 +02:00