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

2447 commits

Author SHA1 Message Date
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
aa51e3a7db
Simplify code for setExpirationDate() 2025-03-26 10:39:25 +01:00
26aeeafdcf
Adapt PGPKeyPairGenerator and remove support for generating ElGamal keys 2025-03-26 10:39:25 +01:00
3007bcec91
PGPainless 2.0.0-SNAPSHOT 2025-03-26 10:39:24 +01:00
768d5c4964
Bump bc to 1.80-SNAPSHOT, sop-java to 10.1.0-SNAPSHOT 2025-03-26 10:39:08 +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