A peer-to-peer prototype application using QUIC
 
 
Go to file
Christian Ulrich de780656f0
make client authentication mandatory; verify cert chain using highest cert as CA cert
2020-11-08 19:12:42 +01:00
certs add certificate generation script + openssl configs 2020-11-07 11:12:32 +01:00
picotls fix typo; add ptls_openssl_dispose_verify_certificate 2020-11-08 19:10:40 +01:00
quicly use header pragma again (needed for using inline functions) 2020-11-07 11:42:11 +01:00
.gitignore change gitignore (no swp, no binary) 2020-11-02 00:55:01 +01:00
LICENSE Initial commit 2020-11-02 00:49:13 +01:00
README.md Initial commit 2020-11-02 00:49:13 +01:00
quicp2p.nim make client authentication mandatory; verify cert chain using highest cert as CA cert 2020-11-08 19:12:42 +01:00

README.md

quicp2p

A peer-to-peer prototype application using QUIC