Skip to content

Parsing and verifying Merkle Tree Certificates as described in RFC draft "Merkle Tree Certificates for TLS"

Notifications You must be signed in to change notification settings

pohlm01/mtc-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Tree Certificate Verifier

Implementation of the IETF draft Merkle Tree Certificates for TLS which proposes a new certificate type for TLS. Merkle Tree Certificates are designed to avoid big Post-Quantum (PQ) signatures where possible while still being safe1 against an advisory with a powerful quantum computer.

This project aims for compatibility with the CA implementation of bwesterb/mtc. It will be used by (a fork of) rustls to explore the practicality of the IETF draft. This is part of my Master's thesis.

Footnotes

  1. Merkle Tree Certificates focus on the security of the certificate but not on the encryption of the TLS traffic.

About

Parsing and verifying Merkle Tree Certificates as described in RFC draft "Merkle Tree Certificates for TLS"

Topics

Resources

Stars

Watchers

Forks

Languages