Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct funciton prototype | beck | 2018-03-19 | 1 | -3/+3 |
| | | | | spotted by anton@ | ||||
* | Correct mistake of loading the default openssl.conf by default during autoinit. | beck | 2018-03-19 | 1 | -4/+11 |
| | | | | | | | | This brings in the OPENSSL_INIT_LOAD_CONFIG flag with the same semantics as OpenSSL. As a result, by default the openssl.conf file is not loaded during autoinit, which makes autoinit safe for pledge(stdio). ok jsing@ | ||||
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -0/+56 |
This adds OPENSSL_init_crypto and OPENSSL_init_ssl, as well thread safety modifications for the existing LibreSSL init functions. The initialization routines are called automatically by the normal entry points into the library, as in newer OpenSSL ok jsing@, nits by tb@ and deraadt@ |