Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASE | cvs2svn | 2015-08-02 | 1 | -132/+0 |
| | |||||
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -1/+3 |
| | |||||
* | Since we no longer need to support SSLv2-style cipher lists, start | jsing | 2014-08-10 | 1 | -16/+1 |
| | | | | | | | | | | unravelling the maze of function pointers and callbacks by directly calling ssl3_{get,put}_cipher_by_char() and removing the ssl_{get,put}_cipher_by_char macros. Prompted by similar changes in boringssl. ok guenther. | ||||
* | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | miod | 2014-07-11 | 1 | -29/+1 |
| | | | | ok tedu@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-04-19 | 1 | -6/+6 |
| | |||||
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -5/+5 |
| | |||||
* | remove ssl2 support even more completely. | tedu | 2014-04-15 | 1 | -14/+2 |
| | | | | | | in the process, always include ssl3 and tls1, we don't need config options for them. when the time comes to expire ssl3, it will be with an ax. checked by miod | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -80/+78 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | mpi | 2014-04-13 | 1 | -3/+3 |
| | | | | ok miod@, deraadt@ | ||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -7/+0 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -8/+4 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -50/+12 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -3/+3 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -14/+24 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -2/+15 |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -36/+16 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+233 |
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. |