aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s2_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+2
* Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller2001-06-011-1/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-6/+23
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-3/+3
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-3/+3
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-0/+6
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-0/+1
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-9/+9
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-6/+30
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-091-10/+10
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-13/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Fixed some race conditions.Bodo Möller1999-04-221-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+12
* Massive constification.Ben Laurie1999-04-171-2/+2
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-9/+9
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-1/+1
* Updates to the new SSL compression codeMark J. Cox1999-02-161-6/+5
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-2/+3
* More exactitude with function arguments.Ben Laurie1999-02-091-1/+1
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-311-0/+2
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+4
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-39/+20
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+983