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

COMP30023 (Computer Systems) Sem 1 2018 project 2. A simple TLS certificate validator.

Notifications You must be signed in to change notification settings

nicoatuni/tls-certificate-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

COMP30023 (Computer Systems) Sem 1 2018 project 2. A simple TLS certificate validator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published