private-octopus / picoquic

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

Simple protection against use deleted crypto #1563

Closed huitema closed 9 months ago

huitema commented 9 months ago

This should address issue #1561

huitema commented 9 months ago

Will check this in now. Reading the code again, it could clearly be refactored, because it was built step by step as the specification was developed. We could break the handshake states into specific subsets each with simpler processing. But this is a project in itself, not quite on the top of the priority pile right now.

Close #1561