summaryrefslogtreecommitdiffstats
path: root/ssllabs-api-docs.md
diff options
context:
space:
mode:
authorIvan Ristic <ivanr@webkreator.com>2015-09-14 12:25:12 +0100
committerIvan Ristic <ivanr@webkreator.com>2015-09-14 12:25:12 +0100
commit95e3cf4ea170fa630994c273c11e3665142573f9 (patch)
treef8e7fefb5810ce90b988bf95c91d94629f70a8c7 /ssllabs-api-docs.md
parent966c20f616076e70a49e55578615d318f93d82b5 (diff)
downloadssllabs-scan-95e3cf4ea170fa630994c273c11e3665142573f9.zip
ssllabs-scan-95e3cf4ea170fa630994c273c11e3665142573f9.tar.gz
ssllabs-scan-95e3cf4ea170fa630994c273c11e3665142573f9.tar.bz2
New EndpointDetails field: chaCha20Preference.
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r--ssllabs-api-docs.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md
index a7fcf7c..67bfc35 100644
--- a/ssllabs-api-docs.md
+++ b/ssllabs-api-docs.md
@@ -1,6 +1,6 @@
-# SSL Labs API Documentation v1.20.10 #
+# SSL Labs API Documentation v1.20.15 #
-**Last update:** 7 September 2015<br>
+**Last update:** 14 September 2015<br>
**Author:** Ivan Ristic <iristic@qualys.com>
This document explains the SSL Labs Assessment APIs, which can be used to test SSL servers available on the public Internet.
@@ -253,6 +253,7 @@ The remainder of the document explains the structure of the returned objects. Th
* 2 - yes and they're weak
* **dhYsReuse** - true if the DH ephemeral server value is reused.
* **logjam** - true if the server uses DH parameters weaker than 1024 bits.
+* **chaCha20Preference** - true if the server takes into account client preferences when deciding if to use ChaCha20 suites.
### Info ###
@@ -434,4 +435,4 @@ The remainder of the document explains the structure of the returned objects. Th
### 1.20.x (In development) ###
-* New EndpointDetails field: rc4Only.
+* New EndpointDetails fields: rc4Only, chaCha20Preference.