7e9b8d1cee
Port ReadKeys example
2025-08-20 11:40:01 +02:00
31dddb9de1
Progress porting the example tests
2025-08-20 11:40:01 +02:00
dcb78ddedf
Improve KeyExceptions
2025-08-20 11:40:00 +02:00
92da00fc8c
OpenPGPFingerprint: Add factory methods for new key / subkey classes
2025-08-20 11:40:00 +02:00
acb5a4a550
Port test
2025-08-20 11:40:00 +02:00
30d584c696
Port EncryptionOptions over to OpenPGPCertificate
2025-08-20 11:40:00 +02:00
4a90b8721f
Port ConsumerOptions, SigningOptions to new OpenPGPCertificate, OpenPGPKey classes
2025-08-20 11:40:00 +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
95c475d140
WIP: Transform Options and OpenPgpMessageInputStream
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
0cb7b8886a
WIP: Migrate away from static methods
2025-08-20 11:39:59 +02:00
e19119e4cb
Begin transition to instance-based PGPainless, adapt policy
2025-08-20 11:39:59 +02:00
ba042e2728
Tests: Remove unused throws declarations
2025-08-20 11:39:58 +02:00
d889d37de5
Fix tests
2025-08-20 11:39:58 +02:00
7217eda924
KeyRingInfo: Replace PGPainless signature evaluation with BCs
2025-08-20 11:39:58 +02:00
b8bb5de2a2
Disable ElGamal key tests
2025-08-20 11:39:58 +02:00
c40a0b91f9
KeyRingInfo: Expose OpenPGPComponentKey in place of PGPPublicKey, OpenPGPSecretKey instead of PGPSecretKey
2025-08-20 11:39:58 +02:00
137bb51f2c
Change type of KeyRingInfo.publicKey to OpenPGPPrimaryKey
2025-08-20 11:39:57 +02:00
c593b5a590
Further integration of OpenPGPCertificate into KeyRingInfo
2025-08-20 11:39:57 +02:00
002fa71bb7
Add some debug checks to test
2025-08-20 11:39:57 +02:00
2c0edf9588
Fix some tests
2025-08-20 11:39:57 +02:00
e20beb6755
Fix test stability
2025-08-20 11:39:57 +02:00
34c8921bed
Start porting KeyRingInfo over to OpenPGPCertificate
2025-08-20 11:39:57 +02:00
d4b16971d5
Integrate KeyIdentifier with SubkeyIdentifier
2025-08-20 11:39:56 +02:00
eb9efec7c9
Add missing license headers
2025-08-20 11:39:56 +02:00
fd3616061a
Basic v6 key generation test
2025-08-20 11:39:56 +02:00
a62d3aacd0
Add new key types to default policy
2025-08-20 11:39:56 +02:00
443361ba03
Add new key types X25519, X448, Ed25519, Ed448
2025-08-20 11:39:56 +02:00
d2532977cc
Pass version down in tests
2025-08-20 11:39:55 +02:00
626176cdad
Allow passing version number to key generator
2025-08-20 11:39:55 +02:00
69d65e763d
Simplify code for setExpirationDate()
2025-08-20 11:39:55 +02:00
6abc47a8e1
Adapt PGPKeyPairGenerator and remove support for generating ElGamal keys
2025-08-20 11:39:55 +02:00
119bfbb347
PGPainless 2.0.0-SNAPSHOT
2025-08-20 11:39:55 +02:00
02a5db3297
Bump bc to 1.80-SNAPSHOT, sop-java to 10.1.0-SNAPSHOT
2025-08-20 11:39:54 +02:00
0d807cb6b8
Fix typo in error message
2025-07-23 11:26:40 +02:00
9b0a3cd4c7
Do not trim passphrases automatically
2025-07-23 11:26:28 +02:00
0ee31b232a
Allow UserIDs with trailing/leading whitespace and escape newlines in ASCII armor
2025-07-23 11:26:17 +02:00
f2cbde43be
Update codeql action to v3
2025-07-01 10:54:06 +02:00
4cf6c6b16a
Update CHANGELOG
2025-06-17 10:42:50 +02:00
0f54cc615c
Bump BC to 1.81, update native-image reflect-config, resource-config
2025-06-17 10:30:42 +02:00
a74db2d26d
Merge pull request #475 from felhag/fix/typo-readme
...
Fixed typo in sop readme
2025-06-04 16:37:00 +02:00
Felix Hagemans
5f30df6d16
Fixed typo in sop readme
2025-06-04 16:02:23 +02:00
7953ade136
Bump checkstyle to 10.25.0
...
Fixes https://github.com/pgpainless/pgpainless/security/dependabot/24
2025-06-03 12:37:04 +02:00
0649c041cd
gradle: migrate to new shadow plugin namespace
2025-04-21 19:12:10 +02:00
5a413f53a4
Specify license information for native-image metadata
2025-04-21 19:11:52 +02:00
3b92ccc59d
PGPainless 1.7.7-SNAPSHOT
2025-04-14 16:05:05 +02:00
83613250ef
PGPainless 1.7.6
2025-04-14 15:55:29 +02:00
05c84835e6
Bump SOP-Java to 10.1.1
2025-04-14 15:31:49 +02:00
d20a3b7556
Add config files for nativeimage
...
Those were generated by running the following commands in order:
gradle -Pagent test
gradle metadataCopy --task test --dir src/main/resources/META-INF/native-image
gradle nativeCompile
The resulting nativeimage can resolve method calls that use reflection. Yay
2025-04-14 15:31:49 +02:00