summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2014-11-13 14:34:49 -0800
committerAlex Klyubin <klyubin@google.com>2014-11-17 12:37:14 -0800
commitfef7818155899c092e6741de049fb7601dfcaf73 (patch)
tree6d698658d076e6728377bbcc012e9906a6376b91 /luni/src/main/java/javax
parent47f356d012543f359b0a23d3838337d9c457de34 (diff)
downloadlibcore-fef7818155899c092e6741de049fb7601dfcaf73.zip
libcore-fef7818155899c092e6741de049fb7601dfcaf73.tar.gz
libcore-fef7818155899c092e6741de049fb7601dfcaf73.tar.bz2
Adjust tests for removal of DSS TLS/SSL cipher suites.
This is in preparation for migration from OpenSSL to BoringSSL. BoringSSL does not support DSS. Bug: 17409664 Change-Id: I6b2ac5f7c7b9c41416650cdbdce2deed03372f49
Diffstat (limited to 'luni/src/main/java/javax')
-rw-r--r--luni/src/main/java/javax/net/ssl/SSLEngine.java1
-rw-r--r--luni/src/main/java/javax/net/ssl/SSLSocket.java1
2 files changed, 2 insertions, 0 deletions
diff --git a/luni/src/main/java/javax/net/ssl/SSLEngine.java b/luni/src/main/java/javax/net/ssl/SSLEngine.java
index cbf02ac..7da8f1f 100644
--- a/luni/src/main/java/javax/net/ssl/SSLEngine.java
+++ b/luni/src/main/java/javax/net/ssl/SSLEngine.java
@@ -62,6 +62,7 @@ import java.nio.ByteBuffer;
* </table>
*
* <h4>Cipher suites</h4>
+ * <!-- STOPSHIP: Update this table to reflect the removal of DSS cipher suites. -->
* <table>
* <thead>
* <tr>
diff --git a/luni/src/main/java/javax/net/ssl/SSLSocket.java b/luni/src/main/java/javax/net/ssl/SSLSocket.java
index dc406e1..043b005 100644
--- a/luni/src/main/java/javax/net/ssl/SSLSocket.java
+++ b/luni/src/main/java/javax/net/ssl/SSLSocket.java
@@ -106,6 +106,7 @@ import java.net.UnknownHostException;
* standard names for cipher suites since API Level 9, as listed in the table
* below. Prior to API Level 9, non-standard (OpenSSL) names had been used (see
* the table following this table).
+ * <!-- STOPSHIP: Update this table to reflect the removal of DSS cipher suites. -->
* <table>
* <thead>
* <tr>