summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)Author
2004-04-27Finish moving FIPS_allow_md5().Ben Laurie
2004-03-23Recent changes from 0.9.7-stable.Richard Levitte
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-09-28Recent changes from 0.9.7-stableRichard Levitte
2003-09-13Make TLSv1 work in FIPS mode.Ben Laurie
2003-09-08Recent changes from 0.9.7-stable.Richard Levitte
2003-07-21tolerate extra data at end of client hello for SSL 3.0Bodo Möller
2003-03-19countermeasure against new Klima-Pokorny-Rosa atackBodo Möller
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-28increase permissible message length so that we can handleBodo Möller
2002-09-25really fix race conditionsBodo Möller
2002-09-23really fix race conditionBodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-30Typo.Lutz Jänicke
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2002-03-12Fix Kerberos warnings with VC++.Dr. Stephen Henson
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller
2002-01-12Prototype info function.Ben Laurie
2001-10-25Consistency with s2_... and s23_... variants (no real functionalBodo Möller
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-17Wrong place...Richard Levitte
2001-10-17The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller
2001-10-15the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-09-21Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller
2001-09-21Bugfix: correct cleanup after sending a HelloRequestBodo Möller
2001-09-20New function SSL_renegotiate_pending().Bodo Möller
2001-09-20fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller
2001-09-14add commentBodo Möller
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-08-25Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-25add a commentBodo Möller
2001-07-21More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte
2001-07-12Prevent KSSL server from requesting a client certificate.Richard Levitte
2001-07-11Include kssl_lcl.h where needed.Richard Levitte
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte