[openssl/openssl] 500e47: conf/conf_sap.c: correct return of ossl_config_int...

Yi Li noreply at github.com
Fri Jun 30 14:58:13 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 500e479db1beae5fa5691d40b866329d2fdc62e7
      https://github.com/openssl/openssl/commit/500e479db1beae5fa5691d40b866329d2fdc62e7
  Author: Yi Li <yi1.li at intel.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M crypto/conf/conf_sap.c

  Log Message:
  -----------
  conf/conf_sap.c: correct return of ossl_config_int() in UEFI system

FIX: https://github.com/openssl/openssl/issues/21299

ret in ossl_config_int() only used to check return value of
CONF_modules_load_file(), should set it to 1 if in UEFI system.

Signed-off-by: Yi Li <yi1.li at intel.com>

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21300)




More information about the openssl-commits mailing list