A student project exploring post-quantum cryptography implementation for TLS in HTTPS connections.
This PoC demonstrates quantum-resistant cryptographic algorithms integrated with:
- OQS-OpenSSL: Quantum-safe TLS implementation
- Apache HTTP Server: Configured with post-quantum cryptography
- Performance Benchmarks: Latency, throughput, and handshake measurements
oqs-openssl/- Dockerized OpenSSL with quantum-safe algorithmsoqs-apache/- Dockerized Apache2 server pre-configured for PQC TLSv1.3benchmarks/- Performance tests data and visualization scripts
For legacy PoC - please checkout kcptun branch