summaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-03-10 15:02:26 +0000
committerPauli <pauli@openssl.org>2023-03-20 09:35:38 +1100
commit44a1ac5de0cb422bc65089e1e3bf1b46bb8ab141 (patch)
tree68c30c978d2df6933854b46ffe575ecddcef39b4 /include/openssl
parentf8ffab0d52fc5e37d92c99e4463d76174e869930 (diff)
downloadopenssl-new-44a1ac5de0cb422bc65089e1e3bf1b46bb8ab141.tar.gz
Provide better errors for some QUIC failures
For example if would be helpful if we got more useful information if the caller forgot to set the peer address. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20514)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/sslerr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index b8809ad28a..43aa1c3742 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -231,6 +231,7 @@
# define SSL_R_RECORD_LAYER_FAILURE 313
# define SSL_R_RECORD_LENGTH_MISMATCH 213
# define SSL_R_RECORD_TOO_SMALL 298
+# define SSL_R_REMOTE_PEER_ADDRESS_NOT_SET 346
# define SSL_R_RENEGOTIATE_EXT_TOO_LONG 335
# define SSL_R_RENEGOTIATION_ENCODING_ERR 336
# define SSL_R_RENEGOTIATION_MISMATCH 337