diff options
author | Ivan Ristic <ivanr@webkreator.com> | 2015-11-30 14:53:24 +0000 |
---|---|---|
committer | Ivan Ristic <ivanr@webkreator.com> | 2015-11-30 14:53:24 +0000 |
commit | 1c19a6d0c666a5a6f943cf02ef33e332ffbe8e27 (patch) | |
tree | 851d4d27c385abace247193aa7572f70abbde0cf /ssllabs-api-docs.md | |
parent | cc5d0aff9e115916befd6bacd446c9b71449bfd0 (diff) | |
download | ssllabs-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.md | 21 |
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. + |