openssl/include
Hugo Landau c0b7dac66e EVP_MD performance fix (refcount cache contention)
Partial fix for #17064. Avoid excessive writes to the cache line
containing the refcount for an EVP_MD object to avoid extreme
cache contention when using a single EVP_MD at high frequency on
multiple threads. This changes performance in 3.0 from being double
that of 1.1 to only slightly higher than that of 1.1.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17857)
2022-03-13 11:43:26 +11:00
..
crypto EVP_MD performance fix (refcount cache contention) 2022-03-13 11:43:26 +11:00
internal Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00
openssl Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00