aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-22 07:40:31 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-24 10:34:54 +0100
commit2b5427027b74d6ea14638c25c1efe028a99aaf54 (patch)
treef0fafe6f8f77abbdde2f66db631a31d4c7df9fec /doc
parentd4cb369f2dae284fa30df7d84616c150f8f03a01 (diff)
downloadopenssl-2b5427027b74d6ea14638c25c1efe028a99aaf54.tar.gz
QUIC Glossary: Add QCTX
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20856)
Diffstat (limited to 'doc')
-rw-r--r--doc/designs/quic-design/glossary.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/designs/quic-design/glossary.md b/doc/designs/quic-design/glossary.md
index 1237b63885..0a45cdc027 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