[openssl/openssl] bc9595: set module path from template

Neil Horman noreply at github.com
Thu Apr 18 16:41:07 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: bc9595963a45e28e6a8b2de45a6719c252bd3a3d
      https://github.com/openssl/openssl/commit/bc9595963a45e28e6a8b2de45a6719c252bd3a3d
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M crypto/provider_core.c

  Log Message:
  -----------
  set module path from template

Modules that aren't activated at conf load time don't seem to set the
module path from the template leading to load failures.  Make sure to
set that

Fixes #24020

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24025)


  Commit: 91a77cbf66c575345cf1eab31717e8edafcd1633
      https://github.com/openssl/openssl/commit/91a77cbf66c575345cf1eab31717e8edafcd1633
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M test/build.info
    A test/pathed.cnf
    M test/prov_config_test.c
    M test/recipes/30-test_prov_config.t

  Log Message:
  -----------
  Add test for OSSL_PROVIDER_load with module path set

Ensure that, with the modulepath setting set in a config field, that we
are able to load a provider from the path relative to OPENSSL_MODULES

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24025)


  Commit: b80fed3f27ebe156b17246f7c12c5178cbe6834e
      https://github.com/openssl/openssl/commit/b80fed3f27ebe156b17246f7c12c5178cbe6834e
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M test/prov_config_test.c

  Log Message:
  -----------
  Update modulepath test for provider config to skip if not present

If the p_test.so library isn't present, don't run the test

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24025)


  Commit: 4e3c1e6206251c59855362d6d2edab4621c31dec
      https://github.com/openssl/openssl/commit/4e3c1e6206251c59855362d6d2edab4621c31dec
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M crypto/provider_core.c
    M test/prov_config_test.c

  Log Message:
  -----------
  Fix up path generation to use OPENSSL_MODULES

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24025)


Compare: https://github.com/openssl/openssl/compare/c3542b22fa3f...4e3c1e620625

To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications


More information about the openssl-commits mailing list