70cb9df8a9
Fix some tests
2025-06-17 13:29:27 +02:00
4ecc590d8f
Fix test stability
2025-06-17 13:29:27 +02:00
f9d217c0b1
Start porting KeyRingInfo over to OpenPGPCertificate
2025-06-17 13:29:26 +02:00
2b9c6e58ed
Integrate KeyIdentifier with SubkeyIdentifier
2025-06-17 13:29:26 +02:00
b571dd177e
Add missing license headers
2025-06-17 13:29:26 +02:00
0fceb4db2d
Basic v6 key generation test
2025-06-17 13:29:26 +02:00
da9c610d14
Add new key types to default policy
2025-06-17 13:29:26 +02:00
c6dbc029d7
Add new key types X25519, X448, Ed25519, Ed448
2025-06-17 13:29:26 +02:00
2a43d5704b
Pass version down in tests
2025-06-17 13:29:25 +02:00
31e6f2e73a
Allow passing version number to key generator
2025-06-17 13:29:25 +02:00
edea8121ce
Simplify code for setExpirationDate()
2025-06-17 13:29:25 +02:00
1acda0e970
Adapt PGPKeyPairGenerator and remove support for generating ElGamal keys
2025-06-17 13:29:25 +02:00
87f3d28567
PGPainless 2.0.0-SNAPSHOT
2025-06-17 13:29:23 +02:00
37042467f4
Bump bc to 1.80-SNAPSHOT, sop-java to 10.1.0-SNAPSHOT
2025-06-17 13:29:07 +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
2d0608cf0f
Re-add shadow plugin
2025-04-13 19:45:12 +02:00
143c9777d6
Implement graal nativeimage compilation
...
Requires sop-java 10.1.1-SNAPSHOT for now, as that version includes picocli configurations files
2025-04-03 15:27:49 +02:00
9ac928fcf1
Update changelog
2025-03-26 15:04:22 +01:00
811f72ffef
Fix RevocationSignatureBuilder properly calculating 3rd-party delegation revocations
2025-03-26 15:02:52 +01:00
a6f8058fb4
PGPainless 1.7.6-SNAPSHOT
2025-03-25 12:09:43 +01:00
de5ef4de00
PGPainless 1.7.5
2025-03-25 12:05:33 +01:00
2b9c5ea272
Update CHANGELOG
2025-03-25 12:01:29 +01:00
f054c30460
Upgrade gradle-wrapper to 8.8
2025-03-25 11:58:55 +01:00
65113a6d82
Rework gradle, making use of toolchain feature
2025-03-25 11:22:16 +01:00
a0254f47fb
Simplify mavenCentralChecksums task
2025-03-25 11:03:22 +01:00
eebd02e309
Perform coveralls task after jacocoRootReport
2025-03-20 18:18:40 +01:00
7dc4329c52
PGPainless 1.7.5-SNAPSHOT
2025-03-20 18:05:37 +01:00
f22cada0ce
PGPainless 1.7.4
2025-03-20 18:02:07 +01:00
cb51bb64f3
Update changelog
2025-03-20 17:35:08 +01:00
c861a5eb73
Set Java release version to 8 to fix Kotlin desugaring
...
Fixes https://github.com/pgpainless/pgpainless/issues/471
2025-03-20 17:31:30 +01:00
62b0d0a560
Remove YourKit profiler usage
2025-03-14 13:44:24 +01:00
effc9e747a
Remove -werror flag from javadoc task
2025-03-11 22:55:43 +01:00
bb9393d948
PGPainless 1.7.4-SNAPSHOT
2025-03-11 22:43:46 +01:00
3b1dbf4102
PGPainless 1.7.3
2025-03-11 22:40:44 +01:00
d7e08186ac
Update CHANGELOG
2025-03-11 22:20:00 +01:00
883eb80a63
Bump bcpg, bcprov to 1.80, add bcutil dependency
...
Adding bcutil as a dependency is apparently required now.
See https://github.com/bcgit/bc-java/issues/1977
2025-03-11 22:04:03 +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
d5845d94a0
Merge pull request #470 from bjansen/bugfix/gh-469
...
Fix for #469
2025-03-11 19:51:08 +01:00