summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2014-11-15 15:10:11 +0100
committerRemy <relst@relst.nl>2014-11-15 15:10:11 +0100
commit1871e18e484648d2c1cb4445518a63c085de8d54 (patch)
treea1cf3dd93681d13e11a00836f9c2b0c6c3849b25
parentc28359a7e652d1b8d5357199c3c0e1c69a67a654 (diff)
downloadssl-decoder-1871e18e484648d2c1cb4445518a63c085de8d54.zip
ssl-decoder-1871e18e484648d2c1cb4445518a63c085de8d54.tar.gz
ssl-decoder-1871e18e484648d2c1cb4445518a63c085de8d54.tar.bz2
Update readme
-rw-r--r--README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4ec6a29..1067220 100644
--- a/README.md
+++ b/README.md
@@ -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