diff options
author | Ivan Ristic <ivanr@webkreator.com> | 2015-01-19 15:01:00 +0000 |
---|---|---|
committer | Ivan Ristic <ivanr@webkreator.com> | 2015-01-19 15:01:00 +0000 |
commit | 1b9846dcea55be383fa9cd6af680d4ac37ce8354 (patch) | |
tree | d37ece36ad9cb72dc58edf4ef89364622a6db7c2 /ssllabs-api-docs.md | |
parent | 68a6d2f9918ec13f8b96f8a53fb379ccdd9c499d (diff) | |
download | ssllabs-scan-1b9846dcea55be383fa9cd6af680d4ac37ce8354.zip ssllabs-scan-1b9846dcea55be383fa9cd6af680d4ac37ce8354.tar.gz ssllabs-scan-1b9846dcea55be383fa9cd6af680d4ac37ce8354.tar.bz2 |
Remove TODO items that won't be included in the first release.
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r-- | ssllabs-api-docs.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md index ebd1423..9784d8b 100644 --- a/ssllabs-api-docs.md +++ b/ssllabs-api-docs.md @@ -1,6 +1,6 @@ # SSL Labs API Documentation: v1.11.3 # -**Last update:** 9 December 2014<br> +**Last update:** 19 January 2015<br> **Author:** Ivan Ristic <iristic@qualys.com> ## Protocol Overview ## @@ -13,11 +13,7 @@ The protocol is based on HTTP and JSON. All invocations of the API should use th We are fine-tuning this API at the moment; small changes should be expected. The following changes are planned: -* Expose all certificate chains. * Don't allow clearCache for a short time (e.g., 30 seconds) after an assessment is complete. -* Add field `status` to [Endpoint](#endpoint). -* Add a `notice` field to the [Info object](#info). -* Can Info also contain the IP address range of the scanning servers? ### Do not hardcode SSL Labs IP addresses ### We're constantly working to improve SSL Labs, and that often means that the underlying IP addresses change. For best results, do not hardcode SSL Labs IP addresses in your code. |