summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl2.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.jsing2014-12-141-9/+9
|
* Remove now-unused SSL2_STATE as well as ssl2-specific state machine values.miod2014-08-111-117/+1
| | | | ok guenther@ jsing@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-15/+16
| | | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. There is still a huge amount of inconsistency within these headers.
* remove last vestiges of OPENSSL_SYS_XXX from src/sslbeck2014-04-141-4/+0
| | | | ok deraadt@
* resolve conflictsdjm2012-10-131-0/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-5/+4
|
* openssl-engine-0.9.6a mergebeck2001-06-221-3/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+4
|
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+2
| | | | | | *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-3/+3
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+265
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.