Skip to content

johnzuidweg/crl2xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

crl2xlsx

Convert a DER-encoded certificate revocation list (CRL) to an XLSX-file.

crl2xlsx.py

Python3 implementation using cryptography, pyOpenSSL and XlsxWriter. Creates an .xlsx file listing CRL contents

$ pip install cryptography pyOpenSSL XlsxWriter
$ crl2xlsx.py <CRL file (DER)> <name for new .xlsx file>

crl2xlsx-win.py

Windows-targeted Python3 implementation using cryptography, pyOpenSSL and XlsxWriter. Assuming MS Excel is installed. Creates a temporary .xlsx file listing CRL contents and opens it in Excel.

Prebuilt binary crl2xlsx.exe(x86) is available here.

About

Extract certificate revocation list (CRL) entries: convert a DER-encoded CRL to an XLSX-file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages