diff options
author | Ivan Ristić <ivanr@webkreator.com> | 2015-02-23 19:39:30 +0000 |
---|---|---|
committer | Ivan Ristić <ivanr@webkreator.com> | 2015-02-23 19:39:30 +0000 |
commit | 8f27009d0b539cc8e8685f76c0c1aaf8faff008e (patch) | |
tree | 329a3c03f1736f8f08c9c848c7e014f647eda19e /ssllabs-api-docs.md | |
parent | 7dfdf55e41a9dd887e533d1f420d12f91645b3e4 (diff) | |
parent | 23584d91b1be34fbafdec0b9acb0dc3e305015e3 (diff) | |
download | ssllabs-scan-8f27009d0b539cc8e8685f76c0c1aaf8faff008e.zip ssllabs-scan-8f27009d0b539cc8e8685f76c0c1aaf8faff008e.tar.gz ssllabs-scan-8f27009d0b539cc8e8685f76c0c1aaf8faff008e.tar.bz2 |
Merge pull request #60 from nextPrime/patch-1
Fix typo
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r-- | ssllabs-api-docs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md index 5d7ed9a..c592343 100644 --- a/ssllabs-api-docs.md +++ b/ssllabs-api-docs.md @@ -251,7 +251,7 @@ The remainder of the document explains the structure of the returned objects. Th * 0 - unknown * 1 - not vulnerable * 2 - vulnerable -* fallbackScsv - true if the server supports TLS_FALLBACK_SCSV, false if it doesn't. This field will not be available if the the server's support for TLS_FALLBACK_SCSV can't be tested because it supports only one protocol version (e.g., only TLS 1.2). +* fallbackScsv - true if the server supports TLS_FALLBACK_SCSV, false if it doesn't. This field will not be available if the server's support for TLS_FALLBACK_SCSV can't be tested because it supports only one protocol version (e.g., only TLS 1.2). ### Info ### @@ -387,4 +387,4 @@ The remainder of the document explains the structure of the returned objects. Th ### 1.11.x (work in progress) ### * First public release (alpha). -* [1.11.3] Exposed poodleTLS.
\ No newline at end of file +* [1.11.3] Exposed poodleTLS. |