- Add warning if certificate expires in < 30 days.
- Add SSLv2 test
- Fix long duration and possible timeout on non-http(s) tests
- Add json API endpoint (see README).
- Rewrote internals to use same endpoint.
- Add warnings for connection and certificate issues.
- Don't follow redirects during HTTP header gathering.
- Add TLS_FALLBACK_SCSV check.
- Lower some timeouts from 5 to 2.
- Add navigation menu
- Add green color if HSTS/HPKP headers are available.
- Partial fix to make IDN's work instead of fail.
- Fix issue with OCSP validation and HTTP 1.1 (StartCOM)
- Fix CRL validation issue for self signed CRL URI's
- Fix http header case sensitive validation (HSTS, HPKP)
- Fix OCSP status display
- Relicense under Affero GPL
- Add certificate chain validation.
- Make some chiphersuites red.
- Split code up in seperate files
- Add SPKI hash
- Remove JSON output
- Add ciphersuite enumeration
-
Fix bug in CSR page rendering
-
Fix a few PHP warnings by better checking input parameters
-
Add PEM display of cert and pubkey
-
Add result page saving
-
Add AJAX form loader
-
Fix bug where HSTS and HPKP would not work if host was IP
-
Fix bug where downloaded CRL file would be empty
-
Fix bug where hostname verification would fail if SAN has "othername:"
-
Add OCSP stapling support
-
Improve OCSP validation result parsing
-
Improve CRL validation error message