summaryrefslogtreecommitdiffstats
path: root/jrt/tests
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/tests')
-rw-r--r--jrt/tests/com/yahoo/jrt/CryptoUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt/tests/com/yahoo/jrt/CryptoUtils.java b/jrt/tests/com/yahoo/jrt/CryptoUtils.java
index 92c7825f1d5..421c34e66ca 100644
--- a/jrt/tests/com/yahoo/jrt/CryptoUtils.java
+++ b/jrt/tests/com/yahoo/jrt/CryptoUtils.java
@@ -42,7 +42,7 @@ class CryptoUtils {
return new StaticTlsContext(testSslContext);
}
- // TODO Fix TlsCryptoEngine bug to allow use of EC/ECDSA crypto
+ // TODO Use EC. Java/JSSE is currently unable to find compatible ciphers when using elliptic curve crypto from BouncyCastle
static SSLContext createTestSslContext() {
KeyPair keyPair = KeyUtils.generateKeypair(RSA);