Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -1/+19 |
| | | | | | | | | | 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@ | ||||
* | Stop calling OPENSSL_init() internally, since it is a no-op. Also place | jsing | 2017-04-29 | 1 | -5/+1 |
| | | | | | | it under #ifndef LIBRESSL_INTERNAL. ok beck@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+2 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | KNF. | jsing | 2014-05-03 | 1 | -82/+104 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+5 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -8/+79 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+7 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -7/+4 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+3 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -2/+2 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -0/+5 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -203/+36 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+285 |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |