summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Properly guard ENGINE usage with !OPENSSL_NO_ENGINEtb2023-06-191-1/+5
* Add RCS tagtb2023-05-081-0/+1
* Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().jsing2023-03-111-0/+1
* Prepare to provide OPENSSL_cleanup.jsing2022-09-031-4/+24
* Correct lock initialisation for libcrypto.jsing2018-11-281-3/+2
* Add automatic threading initialization for libcrypto.bcook2018-11-111-0/+3
* correct funciton prototypebeck2018-03-191-3/+3
* Correct mistake of loading the default openssl.conf by default during autoinit.beck2018-03-191-4/+11
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-0/+56