aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+3
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte2003-09-271-0/+1
* Only accept a client certificate if the server requestsDr. Stephen Henson2003-09-031-4/+5
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-2/+18
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-211-0/+4
* remove patch ID (which is supposed to appear in patched variants ofBodo Möller2003-03-211-1/+0
* countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2003-03-191-13/+12
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-2/+15
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-2/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte2002-11-221-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+3
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* increase permissible message length so that we can handleBodo Möller2002-10-281-1/+1
* really fix race conditionsBodo Möller2002-09-251-6/+9
* really fix race conditionBodo Möller2002-09-231-0/+4
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-3/+3
* ECC ciphersuite supportBodo Möller2002-08-091-16/+476
* get rid of OpenSSLDieBodo Möller2002-08-021-1/+5
* Typo.Lutz Jänicke2002-07-301-1/+1
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-2/+14
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-2/+2
* Implement known-IV countermeasure.Bodo Möller2002-04-131-2/+9
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-0/+2
* Fix Kerberos warnings with VC++.Dr. Stephen Henson2002-03-121-1/+1
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-121-4/+4
* Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller2002-01-141-4/+3
* Prototype info function.Ben Laurie2002-01-121-1/+1
* Consistency with s2_... and s23_... variants (no real functionalBodo Möller2001-10-251-1/+1
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+12
* Wrong place...Richard Levitte2001-10-171-1/+1
* The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte2001-10-171-1/+1
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-2/+2
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-4/+4
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-151-4/+4
* the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller2001-10-151-0/+1
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-2/+0
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-211-16/+17
* Bugfix: correct cleanup after sending a HelloRequestBodo Möller2001-09-211-3/+1
* New function SSL_renegotiate_pending().Bodo Möller2001-09-201-2/+17
* fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller2001-09-201-5/+60
* add commentBodo Möller2001-09-141-0/+2
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-111-10/+2
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-1/+1
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-251-1/+1
* Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke2001-08-251-1/+5