summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_lib.c
diff options
context:
space:
mode:
authorjsing <>2022-07-24 14:28:16 +0000
committerjsing <>2022-07-24 14:28:16 +0000
commit2c5937ccb88658c18243c49fc57c58b62e344235 (patch)
treef814f798e3d47e53e29dfd4db0eece8481fc97ad /src/lib/libssl/ssl_lib.c
parentc96bebf0508a7dbba50ee184ca854bbcf8d94873 (diff)
downloadopenbsd-2c5937ccb88658c18243c49fc57c58b62e344235.tar.gz
openbsd-2c5937ccb88658c18243c49fc57c58b62e344235.tar.bz2
openbsd-2c5937ccb88658c18243c49fc57c58b62e344235.zip
Provide record layer callbacks for QUIC.
QUIC uses TLS to complete the handshake, however unlike normal TLS it does not use the TLS record layer, rather it provides its own transport. This means that we need to intercept all communication between the TLS handshake and the record layer. This allows TLS handshake message writes to be directed to QUIC, likewise for TLS handshake message reads. Alerts also need to be sent via QUIC, plus it needs to be provided with the traffic keys that are derived by TLS. ok tb@
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
0 files changed, 0 insertions, 0 deletions