Skip to content
/ pqproto Public

Practical framework for experimenting with PQC in security protocols using OpenSSL and other open source libraries.

License

Notifications You must be signed in to change notification settings

ngkore/pqproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pqproto

pqproto is a practical framework for experimenting with post-quantum cryptography (PQC) in real-world security protocols.
It provides command-line–based client–server prototypes for both classical and PQ-secure communication. The core libraries and tools used are:

Protocols Covered

  • TLS / mTLS
  • DTLS
  • QUIC
  • IPsec
  • OAuth
  • SSH
    (More coming soon)

Prerequisites

  • OpenSSL 3.5.2 with post-quantum support
  • GCC with C11 support
  • pkg-config (sudo apt install pkg-config) for dynamic library path configuration