Implementation of a simple TLS certificate validator. Attempts to validate the cert's dates, corresponding domain name, key length, and key usage.
Note: this program is written with only the specification's requirements in mind. More detail is available in /spec.pdf
.
- gcc
- make
- openSSL (only tested on openSSL 1.0.2g)