From: Hugo Landau Date: Mon, 22 May 2023 06:40:31 +0000 (+0100) Subject: QUIC Glossary: Add QCTX X-Git-Tag: openssl-3.2.0-alpha1~776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5427027b74d6ea14638c25c1efe028a99aaf54;p=thirdparty%2Fopenssl.git QUIC Glossary: Add QCTX Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20856) --- diff --git a/doc/designs/quic-design/glossary.md b/doc/designs/quic-design/glossary.md index 1237b638853..0a45cdc027b 100644 --- a/doc/designs/quic-design/glossary.md +++ b/doc/designs/quic-design/glossary.md @@ -129,6 +129,10 @@ usage in which API calls must not be made concurrently. **QCSO:** QUIC Connection SSL Object. This is an SSL object created using `SSL_new` using a QUIC method. +**QCTX**: QUIC Context. This is a utility object defined within the QUIC APL +which helps to unwrap a SSL object pointer (a QCSO or QSSO) into the relevant +structure pointers such as `QUIC_CONNECTION` or `QUIC_XSO`. + **QRL:** QUIC record layer. Refers collectively to the QRX and QTX. **QRX:** QUIC Record Layer RX. Receives incoming datagrams and decrypts the