summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s23_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-132/+0
|
* Sort and group includes.jsing2014-11-161-1/+3
|
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-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().miod2014-07-111-29/+1
| | | | ok tedu@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* More KNF.jsing2014-04-191-6/+6
|
* More KNF and style consistency tweaksguenther2014-04-191-5/+5
|
* remove ssl2 support even more completely.tedu2014-04-151-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 itjsing2014-04-141-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.mpi2014-04-131-3/+3
| | | | ok miod@, deraadt@
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-7/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-8/+4
|
* resolve conflictsdjm2008-09-061-50/+12
|
* resolve conflictsdjm2005-04-291-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-3/+3
|
* openssl-engine-0.9.6a mergebeck2001-06-221-14/+24
|
* OpenSSL 0.9.5 mergebeck2000-03-191-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 mergebeck1999-09-291-36/+16
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-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.