openssl/include/internal
Matt Caswell 2a1e2fe145 Prevent the use of RUN_ONCE inside the FIPS module
FIPS module code *always* runs within the scope of an associated
OPENSSL_CTX. When the module is loaded the OPENSSL_CTX gets created, and
when the module is unloaded the OPENSSL_CX gets freed. A module may be
loaded multiple times within the scope of different OPENSSL_CTX objects.
"Global" data should always be stored within the OPENSSL_CTX. In this
way it will always get cleaned up properly when the module is unloaded.

All current code within the FIPS module works this way. To avoid
"accidents" we disabled the RUN_ONCE code inside the FIPS module.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9308)
2019-07-04 17:11:07 +01:00
..
__DECC_INCLUDE_EPILOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
__DECC_INCLUDE_PROLOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
bio.h bio: Linux TLS Rx Offload 2019-04-01 11:54:48 +01:00
blake2.h Move digests to providers 2019-06-04 12:09:50 +10:00
comp.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
conf.h More configurable crypto and ssl library initialization 2019-01-07 14:02:28 -05:00
constant_time_locl.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
core.h EVP fetching: make operation_id part of the method identity 2019-06-10 08:01:19 +02:00
cryptlib.h Keep the externally visible macro BIO_FLAGS_UPLINK in bio.h 2019-06-26 18:31:48 +02:00
dane.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
dso.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
dsoerr.h Rework DSO API conditions and configuration option 2019-04-01 06:14:50 +02:00
err.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ktls.h Linux ktls sendfile 2019-05-07 14:24:16 +01:00
md5_sha1.h Move digests to providers 2019-06-04 12:09:50 +10:00
namemap.h Replumbing: add support for multiple names per algorithm 2019-06-24 10:58:13 +02:00
nelem.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
numbers.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
o_dir.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
property.h Fix Typos 2019-07-02 14:22:29 +02:00
propertyerr.h Add regenerated header files 2019-03-11 14:42:47 +01:00
provider.h ossl_provider_upref to ossl_provider_up_ref 2019-07-02 16:30:56 +02:00
refcount.h fix --strict-warnings build 2019-04-07 13:30:26 +02:00
sha3.h Move digests to providers 2019-06-04 12:09:50 +10:00
sm3.h Move digests to providers 2019-06-04 12:09:50 +10:00
sockets.h Cleanup vxworks support to be able to compile for VxWorks 7 2019-01-24 17:55:04 +01:00
sslconf.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
symhacks.h Replumbing: Add the Provider Object, type OSSL_PROVIDER 2019-03-11 20:40:13 +01:00
thread_once.h Prevent the use of RUN_ONCE inside the FIPS module 2019-07-04 17:11:07 +01:00
tsan_assist.h Fix Typos 2019-07-02 14:22:29 +02:00