1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-13 12:19:38 +02:00

Bump Bouncycastle to 1.69

This commit is contained in:
Paul Schaub 2021-06-10 12:41:12 +02:00
parent 0701d1e5a1
commit 27370fa925
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 5 additions and 27 deletions

View file

@ -30,7 +30,6 @@ import org.bouncycastle.openpgp.PGPPublicKeyRing;
import org.bouncycastle.openpgp.PGPSecretKeyRing;
import org.bouncycastle.openpgp.PGPSignature;
import org.bouncycastle.util.io.Streams;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.pgpainless.PGPainless;
import org.pgpainless.decryption_verification.DecryptionStream;
@ -217,7 +216,6 @@ public class IgnoreMarkerPackets {
}
@Test
@Disabled // TODO: Fix upstreamed. Enable once BC is bumped
public void markerPlusCertificate() throws IOException {
String pubKeyBlock = "-----BEGIN PGP PUBLIC KEY BLOCK-----\n" +
"\n" +