summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_stat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move state from ssl->internal to the handshake structure.beck2017-05-071-3/+3
| | | | | | | while we are at it, convert SSLerror to use a function internally, so that we may later allocate the handshake structure and check for it ok jsing@
* send state and rstate from ssl_st into internal. There are accessorsbeck2017-01-231-5/+5
| | | | | so these should not be diddled with directly ok jsing@
* Sort and group includes.jsing2014-11-161-1/+2
|
* Another large dose of KNF.jsing2014-07-131-236/+407
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* More KNF and style consistency tweaksguenther2014-04-191-16/+16
|
* remove ssl2 support even more completely.tedu2014-04-151-197/+0
| | | | | | 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-317/+576
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* resolve conflicts, fix local changesdjm2010-10-011-0/+61
|
* resolve conflictsdjm2008-09-061-0/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-22/+70
|
* OpenSSL 0.9.5 mergebeck2000-03-191-4/+4
| | | | | | *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-23/+19
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+458
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.