1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-20 10:34:49 +02:00

Update TODO for BC 173

This commit is contained in:
Paul Schaub 2022-09-27 16:47:23 +02:00
parent d74a8d0408
commit 6a2a604ba4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -55,8 +55,8 @@ public class TestDecryptionOfMessageWithoutESKUsingSessionKey {
assertEquals("Hello, World!\n", out.toString());
}
// TODO: Enable when BC 172 gets released with our fix
@Disabled("Bug in BC 171. See https://github.com/bcgit/bc-java/pull/1228")
// TODO: Enable when BC 173 gets released with our fix
@Disabled("Bug in BC 172. See https://github.com/bcgit/bc-java/pull/1228")
@Test
public void decryptMessageWithoutSKESK() throws PGPException, IOException {
ByteArrayInputStream in = new ByteArrayInputStream(encryptedMessageWithoutESK.getBytes(StandardCharsets.UTF_8));