diff options
author | Remy <relst@relst.nl> | 2014-11-15 15:10:11 +0100 |
---|---|---|
committer | Remy <relst@relst.nl> | 2014-11-15 15:10:11 +0100 |
commit | 1871e18e484648d2c1cb4445518a63c085de8d54 (patch) | |
tree | a1cf3dd93681d13e11a00836f9c2b0c6c3849b25 | |
parent | c28359a7e652d1b8d5357199c3c0e1c69a67a654 (diff) | |
download | ssl-decoder-1871e18e484648d2c1cb4445518a63c085de8d54.zip ssl-decoder-1871e18e484648d2c1cb4445518a63c085de8d54.tar.gz ssl-decoder-1871e18e484648d2c1cb4445518a63c085de8d54.tar.bz2 |
Update readme
-rw-r--r-- | README.md | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -2,18 +2,29 @@ Simple PHP script which decodes an SSL connection or certificate and displays information. -## Requirements +### Features + +- Decodes CSR +- Decodes Certificates +- Decodes SSL Connections +- OCSP validation +- CRL validation +- Full certificate chain validation. +- Issuer validation +- Date validation + +### Requirements - PHP 5.6+ - OpenSSL - PHP must allow shell_exec and remote fopen. -## Demo +### Demo See [https://z1s.org/ssl/](https://z1s.org/ssl/). -<a href="http://imgur.com/R1BQlLV"><img src="http://i.imgur.com/R1BQlLVm.png" title="source: imgur.com" /></a> +<a href="https://z1s.org/ssl/"><img src="http://i.imgur.com/R1BQlLVm.png" /></a> -## License +### License GPLv3 |