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

Port signature validation to BC

This commit is contained in:
Paul Schaub 2025-03-21 13:44:24 +01:00
parent 63d1f855de
commit 4c180bbd59
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
8 changed files with 191 additions and 490 deletions

View file

@ -211,7 +211,6 @@ public class ModifiedPublicKeysInvestigation {
@Test
public void assertModifiedDSAKeyThrowsKeyIntegrityException() throws IOException {
System.out.println(DSA);
PGPainless api = PGPainless.newInstance();
Policy policy = api.getAlgorithmPolicy();
policy.setEnableKeyParameterValidation(true);