]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC Glossary: Add QCTX
authorHugo Landau <hlandau@openssl.org>
Mon, 22 May 2023 06:40:31 +0000 (07:40 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 24 May 2023 09:34:54 +0000 (10:34 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20856)

doc/designs/quic-design/glossary.md

index 1237b638853f8474a5f91353596b6e072dc3a6c1..0a45cdc027b67414193e489836bf0ff76c76ac23 100644 (file)
@@ -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