summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-06 16:25:12 +0100
committerPauli <pauli@openssl.org>2023-07-17 08:17:57 +1000
commitabfe3d5128b4c04f4bf288d03833481dbe52ee4c (patch)
tree749d802ddd6535438d37ac470f40f21604b94347 /include
parent8a6a00e3b8108c51e0facf30d2942176e72ad079 (diff)
QUIC APL: Validate send stream state
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21135)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/sslerr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index 8617269f7b..81e3fd8c21 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -355,5 +355,9 @@
# define SSL_R_WRONG_VERSION_NUMBER 267
# define SSL_R_X509_LIB 268
# define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS 269
+# define SSL_R_STREAM_RECV_ONLY 382
+# define SSL_R_STREAM_SEND_ONLY 387
+# define SSL_R_STREAM_RESET 393
+# define SSL_R_STREAM_FINISHED 395
#endif