Fixed unmatched BN_CTX_start/end if an invalid exponent is used.
authorShane Lontis <shane.lontis@oracle.com>
Sun, 24 Mar 2019 23:52:28 +0000 (09:52 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 29 Mar 2019 02:41:43 +0000 (12:41 +1000)
commit952abb152189715f7b035d5446af947ec41e8a4b
treeda466f736a2ca1cb80abb483882091aaf8903849
parent711a161f03ef9ed7cd149a22bf1203700c103e96
Fixed unmatched BN_CTX_start/end if an invalid exponent is used.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8569)
crypto/rsa/rsa_sp800_56b_gen.c