3d5c6692c4
Migrate GenerateKeyWithoutUserIdTest
2025-04-01 14:16:42 +02:00
5110acc912
Migrate some tests to new API
2025-04-01 14:13:21 +02:00
38545ecf52
IntegrityProtectedInputStream: remove useless logger
2025-03-31 11:46:50 +02:00
c0e6b4b6ba
Remove SignatureValidator methods
2025-03-31 11:36:38 +02:00
1dc57ef62a
Remove unused SignatureValidator methods
2025-03-31 09:58:19 +02:00
20282a0576
Replace SignatureVerifier usage with BC API
2025-03-31 09:52:49 +02:00
b88440028a
Remove usage of deprecated methods in SOP implementations
2025-03-28 16:02:36 +01:00
aaf7aa7ee9
Port MessageInspector
2025-03-28 16:02:10 +01:00
72a56c3a70
KeyRingUtils: Use KeyIdentifier instead of keyId
2025-03-28 16:01:36 +01:00
62bcd77ab1
KeyRingReader: Replace usage of deprecated PGPainless method with BC method
2025-03-28 16:01:04 +01:00
ad2850caa1
Improve readability of OpenPGPMessageInputStream
2025-03-28 16:00:22 +01:00
c2b047f6a7
Remove duplicate Padding parser branch
2025-03-28 15:59:31 +01:00
48d501ddc1
Replace KeyRingUtils usage with toCertificate()
2025-03-28 15:43:51 +01:00
d900330ca6
KeyRingInfo: Apply latest method name change from BC
2025-03-27 15:49:31 +01:00
69e87a6f3b
Rename new CertifyCertificate API methods and add revocation methods
2025-03-26 15:01:30 +01:00
e8fac3c9cc
Fix RevocationSignatureBuilder properly calculating 3rd-party delegation revocations
2025-03-26 15:00:59 +01:00
5cd60a8f73
Test v6 third party certification generation
2025-03-26 13:20:17 +01:00
808cd92d63
CertifyCertificate: Change visibility of internal members to private
2025-03-26 10:54:37 +01:00
8e8d89f85b
Remove Tuple class
2025-03-26 10:39:47 +01:00
2da476179c
Remove unused KeyRingSelectionStrategy implementations
2025-03-26 10:39:47 +01:00
94511a42fa
Rework some more tests
2025-03-26 10:39:47 +01:00
402c340ca0
Port SigningTest
2025-03-26 10:39:46 +01:00
530e7615c5
Introduce PGPainless.toKeyOrCertificate(PGPKeyRing) and constrain argument type of PGPainless.toCertificate(PGPPublicKeyRing)
2025-03-26 10:39:46 +01:00
6627e02de4
Remove SignerUserId check, Policy setting only via constructor parameter
2025-03-26 10:39:46 +01:00
f707d87c67
Port signature validation to BC
2025-03-26 10:39:46 +01:00
b248882f72
Rework ModifiedPublicKeysInvestigation
2025-03-26 10:39:46 +01:00
828a7cd0aa
Avoid usage of PGPainless.getPolicy()
2025-03-26 10:39:46 +01:00
b8df8e16fe
KeySpecBuilder: Do not use PGPainless.getPolicy() method
2025-03-26 10:39:45 +01:00
fda5537fcc
Policy is no longer a Singleton
2025-03-26 10:39:45 +01:00
c1661f53f0
Determine, whether to use AEAD by cosulting KeyRingProtectionSettings
2025-03-26 10:39:45 +01:00
deb79832ce
Port SelectUserId.validUserIds()
2025-03-26 10:39:45 +01:00
4042db262c
Change argument type for toCertificate() method to more general PGPKeyRing
2025-03-26 10:39:45 +01:00
2be5525ec2
Delete SignaturePicker class
2025-03-26 10:39:44 +01:00
acbf7142a8
Fix test name
2025-03-26 10:39:44 +01:00
e0cc63416d
Port more extension functions
2025-03-26 10:39:44 +01:00
2ea67d656f
Migrate some extension functions
2025-03-26 10:39:44 +01:00
ed775274d5
PGPSignatureExtensions: Port wasIssuedBy() to KeyIdentifier
2025-03-26 10:39:44 +01:00
786836fc07
Update some examples in the README file
2025-03-26 10:39:44 +01:00
4e10c8a030
SOP: Inject API instance
2025-03-26 10:39:43 +01:00
261838dd2a
Port SecretKeyRingEditor, replace Singleton usage with API instance calls
2025-03-26 10:39:43 +01:00
9041a6c601
Add more deprecation annotations, workaround for BC armor bug
2025-03-26 10:39:43 +01:00
b29cbd34bb
GnuPGDummyKeyUtil: Migrate to KeyIdentifier
2025-03-26 10:39:43 +01:00
49ff4c4afb
Remove ProviderFactory classes
...
It is no longer possible to inject custom SecurityProviders.
Instead, you can create and inject your own implementation of BCs OpenPGPImplementation
2025-03-26 10:39:43 +01:00
c5dc7efc12
Fix javadoc parameter names
2025-03-26 10:39:43 +01:00
1eb50c7454
UserId: Remove deprecated method usage
2025-03-26 10:39:42 +01:00
fc9da45d6e
KeyRingUtils: Replace deprecated method usage
2025-03-26 10:39:42 +01:00
c472f02e24
Replace deprecated method usage and make policy injectable in UnlockSecretKey utility class
2025-03-26 10:39:42 +01:00
4646f4319b
Remove deprecated KeyInfo class
...
If you relied on it, replace its usage with the Kotlin extension functions as documented.
If you are using Java, use static methods from PGPPublicKeyExtensionsKt and PGPSecretKeyExtensionsKt instead.
2025-03-26 10:39:42 +01:00
8b8bd798a3
Move default parameters of Options classes to factory methods
2025-03-26 10:39:42 +01:00
5bc8ae7c2d
ConsumerOptions: Pass down API
2025-03-26 10:39:41 +01:00