Files
bind9/lib/isc
Ondřej Surý e6bfb8e456 Avoid implicit algorithm fetch for OpenSSL EVP_MD family
The implicit algorithm fetch causes a lock contention and significant
slowdown for small input buffers.  For more details, see:

https://github.com/openssl/openssl/issues/19612

Instead of using EVP_DigestInit_ex() initialize empty MD_CTX objects for
each algorithm and use EVP_MD_CTX_copy_ex() to initialize MD_CTX from a
static copy.  Additionally avoid implicit algorithm fetching by using
EVP_MD_fetch() for OpenSSL 3.0.
2023-01-18 18:32:57 +01:00
..
2022-08-25 12:24:25 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-08-25 12:24:29 +02:00
2022-08-25 12:24:29 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2023-01-10 20:31:24 +01:00
2022-11-29 08:54:34 +01:00
2023-01-09 12:15:21 -08:00
2022-07-05 12:22:55 -07:00
2022-11-29 08:54:34 +01:00
2022-09-30 10:36:30 +02:00
2022-10-29 00:22:54 +11:00
2022-11-29 08:54:34 +01:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-08-25 12:24:29 +02:00