summaryrefslogtreecommitdiff
path: root/ssl/t1_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionsteve2011-04-291-0/+7
* Initial experimental TLSv1.1 supportsteve2009-12-071-4/+10
* Let the TLSv1_method() etc. functions return a const SSL_METHODnils2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needsteve2005-08-051-22/+4
* really fix race conditionsbodo2002-09-251-6/+9
* really fix race conditionbodo2002-09-231-0/+4
* Reorder inclusion of header files:jaenicke2002-07-101-1/+1
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-5/+5
* Fixed some race conditions.bodo1999-04-221-1/+1
* Change functions to ANSI C.ulf1999-04-191-3/+2
* Fix various stuff: that VC++ 5.0 chokes on:steve1999-01-311-0/+6
* Initial revisionrse1998-12-211-0/+91