Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the version numberHEADv1.4.0origin/stableorigin/HEADstable | Bhushan Lokhande | 2016-10-24 | 1 | -1/+1 |
| | |||||
* | Added kxInfo field description | Bhushan Lokhande | 2016-10-22 | 1 | -2/+4 |
| | |||||
* | Updated LabsHpkpPolicy and LabsSimulation struct | Bhushan Lokhande | 2016-10-22 | 1 | -1/+7 |
| | | | Update to support API changes in 1.24.4 related to #400 & #403 | ||||
* | Merge pull request #406 from LordMike/patch-2 | Bhushan Lokhande | 2016-09-28 | 1 | -4/+4 |
|\ | | | | | Update docs to correctly reference used types | ||||
| * | Update docs to correctly reference used types | Michael Bisbjerg | 2016-09-27 | 1 | -4/+4 |
|/ | |||||
* | Documented matchedPins. | Ivan Ristic | 2016-09-20 | 1 | -2/+2 |
| | |||||
* | Updated docs for 1.24.0. | Ivan Ristic | 2016-09-01 | 1 | -7/+19 |
| | |||||
* | Merge pull request #388 from smarthouse/add-luckyminus20-and-mustStaple-support | Bhushan Lokhande | 2016-08-30 | 1 | -0/+2 |
|\ | | | | | Add openSSLLuckyMinus20 and MustStaple support | ||||
| * | Add openSSLLuckyMinus20 and MustStaple support | Marcel Borrmann | 2016-08-25 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #333 from slolife/stable | Bhushan Lokhande | 2016-07-21 | 1 | -1/+4 |
|\ | | | | | Support comment lines | ||||
| * | #305 Filter out blank lines | Chris Becker | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | #305 Updated readLines() to do the following: | slolife | 2016-04-06 | 1 | -1/+4 |
| | | | | | | | | | | Trim whitespace from beginning and end of line Filter out lines that start with the comment character # | ||||
* | | Merge pull request #335 from smarthouse/add-drown-support | Bhushan Lokhande | 2016-07-21 | 1 | -0/+12 |
|\ \ | | | | | | | Add Drown Support | ||||
| * | | Add Drown Support | unknown | 2016-04-15 | 1 | -0/+12 |
| |/ | |||||
* | | Updated API doc for must staple field | Bhushan Lokhande | 2016-07-21 | 1 | -0/+5 |
| | | |||||
* | | Changes for version 1.23.x | Bhushan Lokhande | 2016-06-14 | 1 | -2/+6 |
| | | |||||
* | | Updated API doc for Drown and CVE-2016-2107 | Bhushan Lokhande | 2016-06-08 | 1 | -1/+25 |
|/ | |||||
* | Merge pull request #284 from plaintextcity/stable | Ivan Ristić | 2015-12-17 | 1 | -0/+14 |
|\ | | | | | Update readme with proxy usage | ||||
| * | Update readme with proxy usage | plaintextcity | 2015-12-16 | 1 | -0/+14 |
|/ | | | Update readme with proxy usage | ||||
* | Update the version number.v1.3.0 | Ivan Ristic | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Change version to stable. | Ivan Ristic | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Resolve merge conflicts. | Ivan Ristic | 2015-12-11 | 2 | -20/+134 |
|\ | |||||
| * | Update version numbers prior to release. | Ivan Ristic | 2015-12-11 | 2 | -4/+4 |
| | | |||||
| * | Update date and version number. | Ivan Ristic | 2015-12-01 | 1 | -2/+2 |
| | | |||||
| * | Document and support HSTS preload checks. | Ivan Ristic | 2015-12-01 | 2 | -4/+26 |
| | | |||||
| * | Show error message when JSON unmarshal operation fails. Fix HPKP data ↵ | Ivan Ristic | 2015-12-01 | 1 | -3/+11 |
| | | | | | | | | structures so that unmarshal works. | ||||
| * | Extend Go structures to support new HSTS and HPKP fields. | Ivan Ristic | 2015-11-30 | 1 | -6/+26 |
| | | |||||
| * | Document new HPKP information. | Ivan Ristic | 2015-11-30 | 1 | -25/+42 |
| | | |||||
| * | Document changes to how HSTS is reported. | Ivan Ristic | 2015-11-30 | 1 | -1/+17 |
| | | |||||
| * | Merge branch 'master' of github.com:ssllabs/ssllabs-scan | Ivan Ristic | 2015-11-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #249 from relaxnow/patch-1 | Ivan Ristić | 2015-11-10 | 1 | -1/+1 |
| | |\ | | | | | | | | | Fix incorrectly named field "engineVersion". | ||||
| | | * | Update ssllabs-api-docs.md | Boy Baukema | 2015-11-09 | 1 | -1/+1 |
| | |/ | | | | | | | Changed 'version' in Info object to 'engineVersion' and updated example version number. | ||||
| * | | New API call: getRootCertsRaw. | Ivan Ristic | 2015-11-30 | 1 | -3/+18 |
| |/ | |||||
| * | Rename HSTS status from 'error' to 'invalid'. | Ivan Ristic | 2015-09-18 | 1 | -1/+5 |
| | | |||||
| * | Document that DH-related fields are not present if the server doesn't ↵ | Ivan Ristic | 2015-09-17 | 1 | -3/+3 |
| | | | | | | | | support the DH key exchange. | ||||
| * | Clarify that individual endpoints can fail and explain how to detect that. | Ivan Ristic | 2015-09-15 | 1 | -2/+2 |
| | | |||||
| * | New EndpointDetails fields: stsStatus and stsPreload. | Ivan Ristic | 2015-09-15 | 2 | -5/+10 |
| | | |||||
| * | Document that newAssessmentCoolOff uses milliseconds. | Ivan Ristic | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | New EndpointDetails field: chaCha20Preference. | Ivan Ristic | 2015-09-14 | 2 | -3/+5 |
| | | |||||
| * | New EndpointDetails field: rc4Only. | Ivan Ristic | 2015-09-08 | 2 | -4/+9 |
| | | |||||
* | | Merge pull request #235 from anand-bhat/anand-bhat-patch-1 | Ivan Ristić | 2015-11-10 | 1 | -4/+4 |
|\ \ | | | | | | | Fixed typos in ssllabs-api-docs.md | ||||
| * | | Update ssllabs-api-docs.md | Anand Bhat | 2015-10-20 | 1 | -4/+4 |
|/ / | | | | | Minor edits | ||||
* | | Merge branch 'master' into stable | Ivan Ristic | 2015-08-17 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Use better heading. | Ivan Ristic | 2015-08-17 | 1 | -1/+1 |
| | | |||||
| * | Point to the third-party libraries and tools in README. | Ivan Ristic | 2015-08-17 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' into stable | Ivan Ristic | 2015-08-17 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Document missing values for poodleTls. | Ivan Ristic | 2015-08-17 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into stablev1.2.0 | Ivan Ristic | 2015-08-13 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Update 1.19.x release date | Ivan Ristic | 2015-08-13 | 1 | -2/+1 |
| | | |||||
* | | Merge from master | Ivan Ristic | 2015-08-13 | 3 | -43/+139 |
|\ \ | |/ | |||||
| * | Fix retry on HTTP EOF. | Ivan Ristic | 2015-08-05 | 1 | -4/+4 |
| | | |||||
| * | Fix not printing results to stdout. | Ivan Ristic | 2015-08-03 | 1 | -9/+5 |
| | | |||||
| * | Tweak error messages. | Ivan Ristic | 2015-07-30 | 1 | -3/+3 |
| | | |||||
| * | Abort assessment and retry later if we get inconsistent time, except when we ↵ | Ivan Ristic | 2015-07-30 | 1 | -2/+9 |
| | | | | | | | | get a more recent assessment. | ||||
| * | Tidy up. | Ivan Ristic | 2015-07-30 | 1 | -1/+0 |
| | | |||||
| * | Stop program if maxAssessments is zero or below. Fixes #56. | Ivan Ristic | 2015-07-30 | 1 | -0/+4 |
| | | |||||
| * | Improve behaviour when run with without any hostnames. Closes #48. | Ivan Ristic | 2015-07-30 | 1 | -1/+12 |
| | | |||||
| * | Give up on the assessment goroutine if a 429 response is observed. The ↵ | Ivan Ristic | 2015-07-30 | 1 | -17/+30 |
| | | | | | | | | failed hostname is remembered so that it can be retried later. | ||||
| * | Remove useless comment. | Ivan Ristic | 2015-07-30 | 1 | -1/+0 |
| | | |||||
| * | Keep track of how the server's view of how many ongoing assessments we have. | Ivan Ristic | 2015-07-30 | 1 | -7/+31 |
| | | |||||
| * | Don't hardcode the cool-off period; use the one indicated by the server. | Ivan Ristic | 2015-07-10 | 1 | -5/+16 |
| | | |||||
| * | Remove deprecated Info.clientMaxAssessments. | Ivan Ristic | 2015-07-10 | 1 | -1/+0 |
| | | |||||
| * | There is now a mandatory cool-off period after each new assessment. | Ivan Ristic | 2015-07-10 | 1 | -6/+9 |
| | | |||||
| * | Update docs for Host.certHostnames. | Ivan Ristic | 2015-06-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #157 from pbenas/master | Ivan Ristić | 2015-06-23 | 1 | -1/+1 |
| |\ | | | | | | | enable keep-alives | ||||
| | * | enable keep-alives | Petr Benas | 2015-06-19 | 1 | -1/+1 |
| |/ | | | | | | | https://github.com/ssllabs/ssllabs-scan/issues/155 | ||||
| * | Merge pull request #156 from jumanjiman/docker | Ivan Ristić | 2015-06-18 | 1 | -0/+7 |
| |\ | | | | | | | point to docker image in the docs | ||||
| | * | point to docker image in the docs | Paul Morgan | 2015-06-18 | 1 | -0/+7 |
| |/ | | | | | | | Resolves https://github.com/ssllabs/ssllabs-scan/issues/130. | ||||
| * | Fix incorrect field type. | Ivan Ristic | 2015-06-18 | 1 | -1/+1 |
| | | |||||
| * | Forgot to actually document the new fields. | Ivan Ristic | 2015-06-18 | 1 | -0/+7 |
| | | |||||
| * | Formatting. | Ivan Ristic | 2015-06-18 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:ssllabs/ssllabs-scan | Ivan Ristic | 2015-06-18 | 1 | -1/+8 |
| |\ | |||||
| | * | Merge pull request #123 from cognusion/feature-version2 | Ivan Ristić | 2015-05-11 | 1 | -1/+8 |
| | |\ | | | | | | | | | Version switch | ||||
| | | * | For #122: Adds a -version flag that prints the "version" and default API | Matt Keller | 2015-05-05 | 1 | -1/+8 |
| | |/ | | | | | | | Location, and exits. | ||||
| * | | New EndpointDetails fields: dhPrimes, dhUsesKnownPrimes, dhYsReuse, and logjam. | Ivan Ristic | 2015-06-18 | 2 | -2/+11 |
| |/ | |||||
| * | Update version number. | Ivan Ristic | 2015-05-05 | 1 | -1/+1 |
| | | |||||
| * | Update release date for 1.16.x | Ivan Ristic | 2015-04-28 | 1 | -1/+1 |
| | | |||||
* | | Tweak error messages. | Ivan Ristic | 2015-07-30 | 1 | -3/+3 |
| | | |||||
* | | Update version number to v1.1.0.v1.1.0 | Ivan Ristic | 2015-04-28 | 1 | -1/+1 |
| | | |||||
* | | Update release date for 1.16.x | Ivan Ristic | 2015-04-28 | 1 | -1/+1 |
| | | |||||
* | | Change the API endpoint to the production site. | Ivan Ristic | 2015-04-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into stable | Ivan Ristic | 2015-04-28 | 4 | -73/+139 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of github.com:ssllabs/ssllabs-scan | Ivan Ristic | 2015-04-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #120 from imrehg/flatjson | Ivan Ristić | 2015-04-27 | 1 | -1/+1 |
| | |\ | | | | | | | | | cast numbers into int form for flat JSON output, fixes #98 | ||||
| | | * | cast numbers into int form for flat JSON output, fixes #98 | Gergely Imreh | 2015-04-25 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When interpreting JSON the way it is done here, type information is not used, but JSON numbers are cast into float64. This results in strange output format for large numbers, such as times (in the Unix timestamp format) being displayed with base+exponential representation (e.g. "1.427376789671e+12") The API interface does not actually have any float64 numbers, only int/int64, thus, at least at this point, it is safe to cast everly float64 found into int by using a 0-precision representation. On the long term, a better solution would be to unmarshal the API response using the LabsResponse struct, and iterate over that to create a flattened JSON output. This would needs more refactoring, but would correctly infer the types of every field. | ||||
| * | | Added Endpoint.gradeTrustIgnored. | Ivan Ristic | 2015-04-28 | 1 | -2/+3 |
| |/ | |||||
| * | Added Cert.crlRevocationStatus and Cert.ocspRevocationStatus. Added ↵ | Ivan Ristic | 2015-04-21 | 2 | -29/+48 |
| | | | | | | | | ChainCert.revocationStatus, ChainCert.crlRevocationStatus and ChainCert.ocspRevocationStatus. | ||||
| * | Tidy up. | Ivan Ristic | 2015-04-21 | 1 | -15/+15 |
| | | |||||
| * | Added EndpointDetails.staplingRevocationStatus and ↵ | Ivan Ristic | 2015-04-21 | 2 | -38/+44 |
| | | | | | | | | EndpointDetails.staplingRevocationErrorMessage. | ||||
| * | Add support for Endpoint.gradeTrustIgnored. | Ivan Ristic | 2015-04-15 | 2 | -0/+2 |
| | | |||||
| * | Add support for EndpointDetails.poodle. | Ivan Ristic | 2015-04-15 | 2 | -0/+3 |
| | | |||||
| * | Formatting. | Ivan Ristic | 2015-04-15 | 1 | -2/+2 |
| | | |||||
| * | Add support for SCT detection, which is available in the API as of v1.16.7. | Ivan Ristic | 2015-04-15 | 2 | -3/+12 |
| | | |||||
| * | Typos. | Ivan Ristic | 2015-03-26 | 1 | -2/+2 |
| | | |||||
| * | Document new API features that extend EndpointDetails and ChainCert fields. | Ivan Ristic | 2015-03-26 | 1 | -1/+13 |
| | | |||||
| * | Add support for additional fields in ChainCert, available in 1.16.x. | Ivan Ristic | 2015-03-26 | 1 | -0/+6 |
| | | |||||
| * | Formatting. | Ivan Ristic | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | Add support for EndpointDetails.freak, available in 1.16.x. | Ivan Ristic | 2015-03-26 | 2 | -0/+2 |
| | | |||||
| * | Change API docs versioning to use the same numbers as the software version ↵ | Ivan Ristic | 2015-03-26 | 1 | -3/+5 |
| | | | | | | | | numbers. | ||||
| * | Document API endpoints. | Ivan Ristic | 2015-03-26 | 1 | -1/+1 |
| | |