summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/ssl/kssl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kssl is dead.tedu2014-05-291-68/+0
|
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-114/+0
| | | | | all on their own and we can't effectively maintain them without using them, which we don't. If the need arises, the code can be resurrected.
* More KNF.jsing2014-04-191-1/+1
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-21/+20
| | | | | | | 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.
* Flense all use of BIO_snprintf from ssl source - use the real one instead,beck2014-04-141-2/+2
| | | | | | and allow for the normal posix mandated return values instead of the nonstandard one from BIO_snprintf. ok miod@
* remove last vestiges of OPENSSL_SYS_XXX from src/sslbeck2014-04-141-9/+0
| | | | ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+9
|
* resolve conflictsdjm2012-10-131-0/+4
|
* resolve conflictsdjm2005-04-291-0/+6
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-1/+1
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+173