aboutsummaryrefslogtreecommitdiffstats
path: root/jrt/tests/com/yahoo
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/tests/com/yahoo')
-rw-r--r--jrt/tests/com/yahoo/jrt/CryptoUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/jrt/tests/com/yahoo/jrt/CryptoUtils.java b/jrt/tests/com/yahoo/jrt/CryptoUtils.java
index b23f71d6033..92c7825f1d5 100644
--- a/jrt/tests/com/yahoo/jrt/CryptoUtils.java
+++ b/jrt/tests/com/yahoo/jrt/CryptoUtils.java
@@ -42,6 +42,7 @@ class CryptoUtils {
return new StaticTlsContext(testSslContext);
}
+ // TODO Fix TlsCryptoEngine bug to allow use of EC/ECDSA crypto
static SSLContext createTestSslContext() {
KeyPair keyPair = KeyUtils.generateKeypair(RSA);