summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-03-31 16:04:55 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-04-07 12:14:16 +0200
commitd803930448476c3a6c50904b1cfb5ef20433652f (patch)
treea0bb214128fc6ce3db8f42a5c3568db1188659d4 /include
parent99d680e6bcb7c5caaf8e94cc2c4dd7367e16d8f4 (diff)
Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/11448)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cmperr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/cmperr.h b/include/openssl/cmperr.h
index c11f372ab5..312fa52932 100644
--- a/include/openssl/cmperr.h
+++ b/include/openssl/cmperr.h
@@ -44,6 +44,7 @@ int ERR_load_CMP_strings(void);
# define CMP_R_CERTRESPONSE_NOT_FOUND 113
# define CMP_R_CERT_AND_KEY_DO_NOT_MATCH 114
# define CMP_R_CHECKAFTER_OUT_OF_RANGE 181
+# define CMP_R_CHECKING_PBM_NO_SECRET_AVAILABLE 166
# define CMP_R_ENCOUNTERED_KEYUPDATEWARNING 176
# define CMP_R_ENCOUNTERED_WAITING 162
# define CMP_R_ERROR_CALCULATING_PROTECTION 115