summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide crypto_cpu_caps_init() as a CPU capability detection entry point.jsing2024-10-171-3/+4
* Finish Hiding symbols in crypto.hbeck2024-04-101-1/+2
* Hide public symbols in evp.hbeck2024-04-091-1/+5
* Move the OPENSSL_init() stub from o_init.c to crypto_init.ctb2024-03-191-1/+6
* Ditch another noop from OPENSSL_cleanup()tb2024-01-251-2/+1
* Remove calls to OpenSSL_add_all_{ciphers,digests}()tb2024-01-131-3/+1
* Stub out {OpenSSL,OPENSSL}_add*tb2024-01-131-1/+22
* Garbage collect call to X509_TRUST_cleanup()tb2024-01-071-2/+1
* Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()tb2024-01-061-2/+1
* Remove call to ASN1_STRING_TABLE_cleanup()tb2023-12-161-2/+1
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-7/+1
* Hide symbols in crypto.hbeck2023-07-081-1/+3
* Clean up dynamic tables in OPENSSL_cleanup()tb2023-07-021-1/+10
* 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