Skip to content

tarantoj/certcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certcheck

A simple application which checks a given list of certificates against a given list of urls for the following:

  • Valid dates
  • Domain name validation (Subject Alternative Name or Common Name)
  • Minimum RSA key length of 2048 bits
  • Not a root certificate
  • Is a server certificate

NOTE: Implements strict domain name checking

Build

make clean
make

NOTE: Requires the OpenSSL 1.0 libraries to be installed

Use

./certcheck input.csv

Input

A csv file with the format $cert_file,$url

Output

A csv file called output.csv with the format $cert_file,$url,$valid

About

C program demonstrating use of the OpenSSL 1.0 Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published