Commits (3)
-
Tomas Mraz authored
Calling OPENSSL_init_crypto(0, NULL) is a no-op and will not properly initialize thread local handling. Only the calls that are needed to initialize thread locals are kept, the rest of the no-op calls are removed. Reviewed-by:
Paul Dale <pauli@openssl.org> Reviewed-by:
Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14497)
12b4e582 -
Tomas Mraz authored
It is not needed anymore and it causes leaks because it is called when the FIPS provider libctx is not yet properly set up. Reviewed-by:
Paul Dale <pauli@openssl.org> Reviewed-by:
Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14497)
061ae2f6 -
Tomas Mraz authored
There might be more because internal instances of the DRBG might be initialized for the first time and thus self-tested as well. Reviewed-by:
Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14497)
0413b7bb
Showing