summaryrefslogtreecommitdiffstats
path: root/ssllabs-api-docs.md
diff options
context:
space:
mode:
authorBhushan Lokhande <bhushan5640@gmail.com>2016-07-21 16:55:52 +0530
committerGitHub <noreply@github.com>2016-07-21 16:55:52 +0530
commitc041ab79024b5c351410111f19fe0723085b39d3 (patch)
tree01040f58a08b69cde414b199d5a99b2726e80f45 /ssllabs-api-docs.md
parentbe47662eebe369fe1738965d639281128e9bcf0d (diff)
downloadssllabs-scan-c041ab79024b5c351410111f19fe0723085b39d3.zip
ssllabs-scan-c041ab79024b5c351410111f19fe0723085b39d3.tar.gz
ssllabs-scan-c041ab79024b5c351410111f19fe0723085b39d3.tar.bz2
Updated API doc for must staple field
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r--ssllabs-api-docs.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md
index c628e62..1c1edd3 100644
--- a/ssllabs-api-docs.md
+++ b/ssllabs-api-docs.md
@@ -336,6 +336,10 @@ The remainder of the document explains the structure of the returned objects. Th
* bit 7 (128) - blacklisted
* bit 8 (256) - insecure signature
* **sct** - true if the certificate contains an embedded SCT; false otherwise.
+* **mustStaple** - a number that describes the must staple feature extension status:
+ * 0 - not supported
+ * 1 - Supported, but OCSP response is not stapled
+ * 2 - Supported, OCSP response is stapled
### Chain ###
@@ -532,4 +536,5 @@ The HstsPreload object contains preload HSTS status of one source for the curren
### 1.23.x (14 June 2016) ###
* Added EndpointDetails for DROWN. Fields: drownHosts list which uses DrownHosts structure, drownErrors and drownVulnerable.
* Added EndpointDetails for CVE-2016-2107. Fields: openSSLLuckyMinus20.
+ * New Cert field: mustStaple.