CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2022/06/29 11:39:21
Modified files: lib/libssl : s3_lib.c ssl.h ssl_lib.c ssl_locl.h ssl_tlsext.c ssl_tlsext.h tls1.h regress/lib/libssl/tlsext: tlsexttest.c Log message: Add support for sending QUIC transport parameters This is the start of adding the boringssl API for QUIC support, and the TLS extensions necessary to send and receive QUIC transport data. Inspired by boringssl's https://boringssl-review.googlesource.com/24464 ok jsing@ tb@