mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 11:27:57 +01:00
Update TODO for BC 173
This commit is contained in:
parent
d74a8d0408
commit
6a2a604ba4
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ public class TestDecryptionOfMessageWithoutESKUsingSessionKey {
|
||||||
assertEquals("Hello, World!\n", out.toString());
|
assertEquals("Hello, World!\n", out.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Enable when BC 172 gets released with our fix
|
// TODO: Enable when BC 173 gets released with our fix
|
||||||
@Disabled("Bug in BC 171. See https://github.com/bcgit/bc-java/pull/1228")
|
@Disabled("Bug in BC 172. See https://github.com/bcgit/bc-java/pull/1228")
|
||||||
@Test
|
@Test
|
||||||
public void decryptMessageWithoutSKESK() throws PGPException, IOException {
|
public void decryptMessageWithoutSKESK() throws PGPException, IOException {
|
||||||
ByteArrayInputStream in = new ByteArrayInputStream(encryptedMessageWithoutESK.getBytes(StandardCharsets.UTF_8));
|
ByteArrayInputStream in = new ByteArrayInputStream(encryptedMessageWithoutESK.getBytes(StandardCharsets.UTF_8));
|
||||||
|
|
Loading…
Reference in a new issue