summaryrefslogtreecommitdiffstats
path: root/ssllabs-api-docs.md
diff options
context:
space:
mode:
authorIvan Ristic <ivanr@webkreator.com>2015-11-30 14:53:24 +0000
committerIvan Ristic <ivanr@webkreator.com>2015-11-30 14:53:24 +0000
commit1c19a6d0c666a5a6f943cf02ef33e332ffbe8e27 (patch)
tree851d4d27c385abace247193aa7572f70abbde0cf /ssllabs-api-docs.md
parentcc5d0aff9e115916befd6bacd446c9b71449bfd0 (diff)
downloadssllabs-scan-1c19a6d0c666a5a6f943cf02ef33e332ffbe8e27.zip
ssllabs-scan-1c19a6d0c666a5a6f943cf02ef33e332ffbe8e27.tar.gz
ssllabs-scan-1c19a6d0c666a5a6f943cf02ef33e332ffbe8e27.tar.bz2
New API call: getRootCertsRaw.
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r--ssllabs-api-docs.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md
index 0625bac..e868508 100644
--- a/ssllabs-api-docs.md
+++ b/ssllabs-api-docs.md
@@ -1,6 +1,6 @@
-# SSL Labs API Documentation v1.20.17 #
+# SSL Labs API Documentation v1.21.8 #
-**Last update:** 15 September 2015<br>
+**Last update:** 30 November 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.
@@ -76,6 +76,16 @@ Parameters:
* None.
+#### Retrieve root certificates ####
+
+This call returns the root certificates used for trust validation.
+
+**API Call:** `getRootCertsRaw`
+
+Parameters:
+
+* None.
+
### Protocol Usage ###
When you want to obtain fresh test results for a particular host:
@@ -439,7 +449,12 @@ The remainder of the document explains the structure of the returned objects. Th
* New EndpointDetails fields: dhPrimes, dhUsesKnownPrimes, dhYsReuse, and logjam.
* New Info field: newAssessmentCoolOff. There is now a mandatory cool-off period after each new assessment.
-### 1.20.x (In development) ###
+### 1.20.x (6 November 2015) ###
* New EndpointDetails fields: rc4Only, chaCha20Preference, stsStatus, stsPreload.
* The maximum value supported by the stsMaxAge field has been increased to 9223372036854775807.
+
+### 1.21.x (In development) ###
+
+* New API call: getRootCertsRaw.
+