summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl23.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ssl2.h and ssl23.h join the party in the attictb2024-07-131-82/+0
| | | | | | | Now that the SSL2 client hello support is gone, nothing uses this anymore, except that a few ports still need SSL2_VERSION. ok beck
* Remove trailing whitespace.jsing2014-12-141-9/+9
|
* 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-1/+0
| | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+83
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.