| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide crypto_cpu_caps_init() as a CPU capability detection entry point. | jsing | 2024-10-17 | 1 | -3/+4 |
* | Finish Hiding symbols in crypto.h | beck | 2024-04-10 | 1 | -1/+2 |
* | Hide public symbols in evp.h | beck | 2024-04-09 | 1 | -1/+5 |
* | Move the OPENSSL_init() stub from o_init.c to crypto_init.c | tb | 2024-03-19 | 1 | -1/+6 |
* | Ditch another noop from OPENSSL_cleanup() | tb | 2024-01-25 | 1 | -2/+1 |
* | Remove calls to OpenSSL_add_all_{ciphers,digests}() | tb | 2024-01-13 | 1 | -3/+1 |
* | Stub out {OpenSSL,OPENSSL}_add* | tb | 2024-01-13 | 1 | -1/+22 |
* | Garbage collect call to X509_TRUST_cleanup() | tb | 2024-01-07 | 1 | -2/+1 |
* | Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup() | tb | 2024-01-06 | 1 | -2/+1 |
* | Remove call to ASN1_STRING_TABLE_cleanup() | tb | 2023-12-16 | 1 | -2/+1 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 1 | -7/+1 |
* | Hide symbols in crypto.h | beck | 2023-07-08 | 1 | -1/+3 |
* | Clean up dynamic tables in OPENSSL_cleanup() | tb | 2023-07-02 | 1 | -1/+10 |
* | Properly guard ENGINE usage with !OPENSSL_NO_ENGINE | tb | 2023-06-19 | 1 | -1/+5 |
* | Add RCS tag | tb | 2023-05-08 | 1 | -0/+1 |
* | Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup(). | jsing | 2023-03-11 | 1 | -0/+1 |
* | Prepare to provide OPENSSL_cleanup. | jsing | 2022-09-03 | 1 | -4/+24 |
* | Correct lock initialisation for libcrypto. | jsing | 2018-11-28 | 1 | -3/+2 |
* | Add automatic threading initialization for libcrypto. | bcook | 2018-11-11 | 1 | -0/+3 |
* | correct funciton prototype | beck | 2018-03-19 | 1 | -3/+3 |
* | Correct mistake of loading the default openssl.conf by default during autoinit. | beck | 2018-03-19 | 1 | -4/+11 |
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -0/+56 |