summaryrefslogtreecommitdiffstats
path: root/ssllabs-scan.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Added go version requirementMatt Keller2014-10-311-0/+2
|
* Fix typo NonPrefixDelegtionMartin Carpenter2014-10-301-31/+31
|
* Merge branch 'master' into feature-originaljsonMatt Keller2014-10-301-51/+120
|\
| * Output response status code at DEBUG level.Ivan Ristic2014-10-301-0/+4
| |
| * Don't perform DNS loopkup of the API hostname. This check fails with ↵Ivan Ristic2014-10-301-3/+1
| | | | | | | | hostnames that are hardcoded in /etc/hosts.
| * Rename LabsSimClient.IsModern to IsReference, following the change in the APIs.Ivan Ristic2014-10-301-5/+5
| |
| * Formatting.Ivan Ristic2014-10-301-45/+45
| |
| * Require a valid server certificate.Ivan Ristic2014-10-301-2/+1
| |
| * Embed the address of the development API server.Ivan Ristic2014-10-301-3/+6
| |
| * Formatting oopsieMatt Keller2014-10-291-2/+2
| |
| * * Added -hostfile=file option, allowing for a file of hosts (one perMatt Keller2014-10-291-4/+69
| | | | | | | | | | line) to be scanned instead of reading off the args. * Added hostname lookup validation of all hostnames prior to scanning * Added elementary-but-extensible URL validation for the apiLocation
* | Added -rawoutput to print the returned JSON instead of the GoMatt Keller2014-10-291-2/+14
|/ | | unmarhsalled/re-marshalled JSON.
* Temporarily allow self-signed certificates.Ivan Ristic2014-10-231-1/+7
|
* First version.Ivan Ristic2014-10-141-0/+646