diff options
author | Bhushan Lokhande <bhushan5640@gmail.com> | 2016-07-21 16:55:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 16:55:52 +0530 |
commit | c041ab79024b5c351410111f19fe0723085b39d3 (patch) | |
tree | 01040f58a08b69cde414b199d5a99b2726e80f45 /ssllabs-api-docs.md | |
parent | be47662eebe369fe1738965d639281128e9bcf0d (diff) | |
download | ssllabs-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.md | 5 |
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. |