[openssl/openssl] 8d120a: Added check for the return value of the RAND_bytes...
Evgeny Shtanov
noreply at github.com
Tue Oct 10 15:20:28 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 8d120aef951d7bb7deac0b8b559f8003f5ea6384
https://github.com/openssl/openssl/commit/8d120aef951d7bb7deac0b8b559f8003f5ea6384
Author: Klavishnik <evg.shtanov at gmail.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M apps/speed.c
Log Message:
-----------
Added check for the return value of the RAND_bytes() function
Call app_bail_out if RAND_bytes() fails.
Also changed the output parameter of RAND_bytes() to inp as
writing to encrypted output buffer does not make sense.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21706)
More information about the openssl-commits
mailing list