Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 389 Bytes

COMP30023 Project 2

By Nico Dinata

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.

Dependencies

  • gcc
  • make
  • openSSL (only tested on openSSL 1.0.2g)