[openssl/openssl] 7a6a0b: Only call OPENSSL_init_crypto on fetch if using th...

Matt Caswell noreply at github.com
Tue Feb 21 23:05:39 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 7a6a0baa591e3d04831ed0f468c72dc45feba452
      https://github.com/openssl/openssl/commit/7a6a0baa591e3d04831ed0f468c72dc45feba452
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M crypto/property/property.c

  Log Message:
  -----------
  Only call OPENSSL_init_crypto on fetch if using the default libctx

There is no point in calling OPENSSL_init_crypto() unless we are actually
going to be using the default libctx.

Fixes #20315

Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20341)


  Commit: 0aa7d7f42bc757a0993739b6cfdc8819a70d22ef
      https://github.com/openssl/openssl/commit/0aa7d7f42bc757a0993739b6cfdc8819a70d22ef
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M test/build.info
    A test/nodefltctxtest.c
    A test/null.cnf
    A test/recipes/04-test_nodefltctx.t

  Log Message:
  -----------
  Add a test for no initialisation of the default config file

Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20341)


Compare: https://github.com/openssl/openssl/compare/7e5505107aac...0aa7d7f42bc7


More information about the openssl-commits mailing list