summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-11-28 15:13:40 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-11-28 15:13:40 +0100
commit672fc9aa2ea2901dfd9c1d23490f35c08b0bbcda (patch)
tree41d487067a38d5381a431950aa0d3407193864e7 /jrt
parent45306ec347358fa57c162ddc725c37f9c077cdcc (diff)
Add TODO
Diffstat (limited to 'jrt')
-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);