openssl/providers
Matt Caswell 4099460514 Ensure access to FIPS_state and rate_limit is appropriately locked
These variables can be accessed concurrently from multiple threads so
we ensure that we properly lock them before read or write.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13987)
2021-02-02 12:21:22 +00:00
..
common Update copyright year 2021-01-28 13:54:57 +01:00
fips Ensure access to FIPS_state and rate_limit is appropriately locked 2021-02-02 12:21:22 +00:00
implementations PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
baseprov.c PROV: Re-implement all the keypair encoders 2020-11-11 12:43:27 +01:00
build.info
decoders.inc PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
defltprov.c Avoid races by caching exported ciphers in the init function 2021-02-02 12:21:21 +00:00
encoders.inc PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
legacyprov.c
nullprov.c null prov: fix gettable param array type. 2020-10-16 10:33:38 +10:00
prov_running.c
stores.inc