summaryrefslogtreecommitdiffstats
path: root/include/openssl
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2023-10-20 20:51:17 +0200
committerHugo Landau <hlandau@openssl.org>2023-10-26 16:05:03 +0100
commit51f4115dcc818a35e2c8838c01b3b08740d0c1e1 (patch)
treeaa3f6ed6bdb8d50d318424adb5c99d49538486ae /include/openssl
parent7eab00ec470693bd44c9de7ab5c06fe691aa3077 (diff)
EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on failure
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22459) (cherry picked from commit ae643b32f91affe61dd411a58b76c8a44cbd7f50)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/evperr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/openssl/evperr.h b/include/openssl/evperr.h
index a5053f6cd2..11f3faa459 100644
--- a/include/openssl/evperr.h
+++ b/include/openssl/evperr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2021 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
@@ -110,11 +110,14 @@
# define EVP_R_UNABLE_TO_GET_RANDOM_STRENGTH 216
# define EVP_R_UNABLE_TO_LOCK_CONTEXT 211
# define EVP_R_UNABLE_TO_SET_CALLBACKS 217
+# define EVP_R_UNKNOWN_BITS 166
# define EVP_R_UNKNOWN_CIPHER 160
# define EVP_R_UNKNOWN_DIGEST 161
# define EVP_R_UNKNOWN_KEY_TYPE 207
+# define EVP_R_UNKNOWN_MAX_SIZE 167
# define EVP_R_UNKNOWN_OPTION 169
# define EVP_R_UNKNOWN_PBE_ALGORITHM 121
+# define EVP_R_UNKNOWN_SECURITY_BITS 168
# define EVP_R_UNSUPPORTED_ALGORITHM 156
# define EVP_R_UNSUPPORTED_CIPHER 107
# define EVP_R_UNSUPPORTED_KEYLENGTH 123