On Tue Dec 22 17:02:07 2015, tsh...@akamai.com wrote:
> Hello OpenSSL org:
>
> I found the following issue via code inspection. In
> tls_process_client_key_exchange(), when EC is disabled, and an error
> occurs in ssl_generate_master_secret() or RAND_bytes(), the error path
> does not free rsa_decr
Hello OpenSSL org:
I found the following issue via code inspection. In
tls_process_client_key_exchange(), when EC is disabled, and an error occurs in
ssl_generate_master_secret() or RAND_bytes(), the error path does not free
rsa_decrypt.
Note that rsa_decrypt is not conditionally defined by OP