private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
523 stars 153 forks source link

Add support for MbedTLS in picoquic #1573

Closed huitema closed 8 months ago

huitema commented 8 months ago

The first step here will add support of the cryptographic libraries in MbedTLS, e.g., AES-GCM and ChaCha-Poly.

This is work in progress, cannot be checked yet.