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

2471 commits

Author SHA1 Message Date
a374da74d7
Fix spotless error 2025-03-26 10:39:35 +01:00
00fcd80834
Add comments to OpenPGPKeyVersion 2025-03-26 10:39:34 +01:00
171a7fd7dd
Add comments to HashAlgorithm 2025-03-26 10:39:34 +01:00
4fb2b4ac4f
Add javadoc 2025-03-26 10:39:34 +01:00
25f7bf600c
Clean up KeyAccessor class 2025-03-26 10:39:34 +01:00
737efaa8a4
Complete migration of KeyRingInfo to KeyIdentifier, javadoc 2025-03-26 10:39:34 +01:00
5ed42d38b5
Replace KeyRingInfo.publicKey with primaryKey 2025-03-26 10:39:33 +01:00
3c1439be58
Improve KeyRingInfos getPreferences implementations 2025-03-26 10:39:33 +01:00
8ee68c2f47
Migrate from MissingPublicKeyCallback to OpenPGPCertifcateProvider 2025-03-26 10:39:33 +01:00
f309e7b74d
Fix addSubkey method 2025-03-26 10:39:33 +01:00
a58a111d4b
Fix some tests 2025-03-26 10:39:33 +01:00
94211a7d07
Port SignatureBuilders over to new classes 2025-03-26 10:39:32 +01:00
74e0c2036d
Rename and document members of SubkeyIdentifier 2025-03-26 10:39:32 +01:00
c775ef2b24
OpenPGPFingerprint(s): Use FingerprintUtil to calculate key-ids 2025-03-26 10:39:32 +01:00
724de3e300
Remove unnecessary imports 2025-03-26 10:39:32 +01:00
17e8c1f88d
Add workaround for decryption with non-encryption subkey 2025-03-26 10:39:32 +01:00
1c0514ba03
Fix version 2025-03-26 10:39:32 +01:00
fe0f022ddf
Port CanonicalizedDataEncryptionTest 2025-03-26 10:39:31 +01:00
138203a021
Port Sign and UnlockSecretKeys examples 2025-03-26 10:39:31 +01:00
d13e3deabf
Port ReadKeys example 2025-03-26 10:39:31 +01:00
0b891162e3
Progress porting the example tests 2025-03-26 10:39:31 +01:00
96287a3f13
Improve KeyExceptions 2025-03-26 10:39:31 +01:00
b860cac003
OpenPGPFingerprint: Add factory methods for new key / subkey classes 2025-03-26 10:39:30 +01:00
0aedd53eff
Port test 2025-03-26 10:39:30 +01:00
4ab4a06936
Port EncryptionOptions over to OpenPGPCertificate 2025-03-26 10:39:30 +01:00
a1215ef846
Port ConsumerOptions, SigningOptions to new OpenPGPCertificate, OpenPGPKey classes 2025-03-26 10:39:30 +01:00
70f006271f
Reenable disabled test and add workaround for broken one 2025-03-26 10:39:30 +01:00
0453109463
Even more migration and code compiles again 2025-03-26 10:39:30 +01:00
d4084dbc9a
WIP: Transform Options and OpenPgpMessageInputStream 2025-03-26 10:39:29 +01:00
35ecb086fe
Change return type of KeyRingBuilder.build() to OpenPGPKey 2025-03-26 10:39:29 +01:00
39ad8f43db
WIP: Migrate away from static methods 2025-03-26 10:39:29 +01:00
64dd7a9245
Begin transition to instance-based PGPainless, adapt policy 2025-03-26 10:39:29 +01:00
c9dba65378
Tests: Remove unused throws declarations 2025-03-26 10:39:29 +01:00
dbc119bac6
Fix tests 2025-03-26 10:39:28 +01:00
bb997951ab
KeyRingInfo: Replace PGPainless signature evaluation with BCs 2025-03-26 10:39:28 +01:00
933f61e99a
Disable ElGamal key tests 2025-03-26 10:39:28 +01:00
bac4e633a4
KeyRingInfo: Expose OpenPGPComponentKey in place of PGPPublicKey, OpenPGPSecretKey instead of PGPSecretKey 2025-03-26 10:39:28 +01:00
9a13183f30
Change type of KeyRingInfo.publicKey to OpenPGPPrimaryKey 2025-03-26 10:39:28 +01:00
afc7b86a92
Further integration of OpenPGPCertificate into KeyRingInfo 2025-03-26 10:39:27 +01:00
96fd965b77
Add some debug checks to test 2025-03-26 10:39:27 +01:00
c88dbbf36a
Fix some tests 2025-03-26 10:39:27 +01:00
584adf2477
Fix test stability 2025-03-26 10:39:27 +01:00
b64dee4b4e
Start porting KeyRingInfo over to OpenPGPCertificate 2025-03-26 10:39:27 +01:00
c2f7105786
Integrate KeyIdentifier with SubkeyIdentifier 2025-03-26 10:39:27 +01:00
e706923154
Add missing license headers 2025-03-26 10:39:26 +01:00
055764971e
Basic v6 key generation test 2025-03-26 10:39:26 +01:00
9e285bf6b8
Add new key types to default policy 2025-03-26 10:39:26 +01:00
dca9aa8cc2
Add new key types X25519, X448, Ed25519, Ed448 2025-03-26 10:39:26 +01:00
f63d07ab92
Pass version down in tests 2025-03-26 10:39:26 +01:00
c86dd8e916
Allow passing version number to key generator 2025-03-26 10:39:25 +01:00