https://github.com/pohlm01/mtc-verifier
Parsing and verifying Merkle Tree Certificates as described in RFC draft "Merkle Tree Certificates for TLS"
https://github.com/pohlm01/mtc-verifier
post-quantum tls tls13
Last synced: about 2 months ago
JSON representation
Parsing and verifying Merkle Tree Certificates as described in RFC draft "Merkle Tree Certificates for TLS"
- Host: GitHub
- URL: https://github.com/pohlm01/mtc-verifier
- Owner: pohlm01
- Created: 2024-09-05T13:21:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T11:05:10.000Z (5 months ago)
- Last Synced: 2025-01-16T20:43:37.333Z (3 months ago)
- Topics: post-quantum, tls, tls13
- Language: Rust
- Homepage: https://datatracker.ietf.org/doc/html/draft-davidben-tls-merkle-tree-certs/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merkle Tree Certificate Verifier
Implementation of the IETF draft [Merkle Tree Certificates for TLS](https://datatracker.ietf.org/doc/html/draft-davidben-tls-merkle-tree-certs-03)
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 safe[^1] against an advisory with a powerful quantum computer.[^1]: Merkle Tree Certificates focus on the security of the certificate but not on the encryption of the TLS traffic.
This project aims for compatibility with the CA implementation of [bwesterb/mtc](https://github.com/bwesterb/mtc).
It will be used by (a fork of) [rustls](https://github.com/rustls/rustls) to explore the practicality of the IETF draft.
This is part of my Master's thesis.