From d8171446a274ab57e7d55d8d9f6ca8a0a7144d13 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 15 Apr 2020 10:06:20 +1000 Subject: ecx: check for errors creating public keys from private ones. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/11371) --- include/openssl/ecerr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/openssl/ecerr.h b/include/openssl/ecerr.h index 41d592b085..cf845fbb1a 100644 --- a/include/openssl/ecerr.h +++ b/include/openssl/ecerr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2020 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 @@ -237,6 +237,7 @@ int ERR_load_EC_strings(void); # define EC_R_DECODE_ERROR 142 # define EC_R_DISCRIMINANT_IS_ZERO 118 # define EC_R_EC_GROUP_NEW_BY_NAME_FAILURE 119 +# define EC_R_FAILED_MAKING_PUBLIC_KEY 166 # define EC_R_FIELD_TOO_LARGE 143 # define EC_R_GF2M_NOT_SUPPORTED 147 # define EC_R_GROUP2PKPARAMETERS_FAILURE 120 -- cgit v1.2.3