summaryrefslogtreecommitdiffstats
path: root/jrt/tests/com/yahoo/jrt/CryptoUtils.java
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-12-03 12:29:56 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-12-05 16:35:34 +0100
commitcd3842b54a80279c5af9cb4443074885e73bee0c (patch)
tree7a9ad7d8862c58d1d6a50d79d400bd8b06cfac0e /jrt/tests/com/yahoo/jrt/CryptoUtils.java
parent1133e400cedd54104fd30f5bf267498db13fd9e7 (diff)
Update TODO comment
Diffstat (limited to 'jrt/tests/com/yahoo/jrt/CryptoUtils.java')
-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);