summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecx_key.c
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-08 19:27:06 +0200
committerTomas Mraz <tomas@openssl.org>2021-04-15 09:23:18 +0200
commit7e43baed2a4cc050b301650c4a45ebdd54a30b5f (patch)
treeba88ce8f2a22394ee7329de560f4011730abcb2a /crypto/ec/ecx_key.c
parent85fcc3fb777c527a614e58c23609210a9edf893b (diff)
Do not allow creating empty RSA keys by duplication
Also avoid crashing in rsa_get_params on empty keys. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14793)
Diffstat (limited to 'crypto/ec/ecx_key.c')
-rw-r--r--crypto/ec/ecx_key.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ec/ecx_key.c b/crypto/ec/ecx_key.c
index 90253372ce..dcec26c2e9 100644
--- a/crypto/ec/ecx_key.c
+++ b/crypto/ec/ecx_key.c
@@ -96,4 +96,3 @@ unsigned char *ossl_ecx_key_allocate_privkey(ECX_KEY *key)
return key->privkey;
}
-