diff options
author | Ivan Ristic <ivanr@webkreator.com> | 2015-04-15 22:10:38 +0200 |
---|---|---|
committer | Ivan Ristic <ivanr@webkreator.com> | 2015-04-15 22:10:38 +0200 |
commit | ee223a0f44a5313779e62c568e30643aee33f68e (patch) | |
tree | 8f4247d3f3c015856b81698be7a9a56fe60685bf /ssllabs-api-docs.md | |
parent | 8a42fc25f0b9611472fe5a046a712eb10daa57fd (diff) | |
download | ssllabs-scan-ee223a0f44a5313779e62c568e30643aee33f68e.zip ssllabs-scan-ee223a0f44a5313779e62c568e30643aee33f68e.tar.gz ssllabs-scan-ee223a0f44a5313779e62c568e30643aee33f68e.tar.bz2 |
Add support for EndpointDetails.poodle.
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r-- | ssllabs-api-docs.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md index 27a53ba..822cdb6 100644 --- a/ssllabs-api-docs.md +++ b/ssllabs-api-docs.md @@ -228,6 +228,7 @@ The remainder of the document explains the structure of the returned objects. Th * 1 - not vulnerable * 2 - possibly vulnerable, but not exploitable * 3 - vulnerable and exploitable +* **poodle** - true if the endpoint is vulnerable to POODLE; false otherwise * **poodleTls** - results of the POODLE TLS test: * -1 - test failed * 0 - unknown @@ -394,3 +395,4 @@ The remainder of the document explains the structure of the returned objects. Th * Fixed ChainCert.issues didn't flag weak (e.g., SHA1) certificates. * Added Cert.sct. * Added EndpointDetails.hasSct. +* Added EndpointDetails.poodle. |