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

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


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: d13017c6bd54b4fa2db064b556fdc4669080a811
      https://github.com/openssl/openssl/commit/d13017c6bd54b4fa2db064b556fdc4669080a811
  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)

(cherry picked from commit 500e479db1beae5fa5691d40b866329d2fdc62e7)




More information about the openssl-commits mailing list