aboutsummaryrefslogtreecommitdiff
path: root/ssl/s2_clnt.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson1-1/+1
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-2/+2
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson1-22/+4
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller1-1/+1
2005-04-29check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch1-2/+5
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+1
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte1-1/+0
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-3/+3
2003-01-15Really fix SSLv2 session ID handlingLutz Jänicke1-1/+1
2002-12-29Fix wrong handling of session ID in SSLv2 client code.Lutz Jänicke1-1/+1
2002-12-21Stop a possible memory leak.Richard Levitte1-0/+5
2002-11-15We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+2
2002-09-25really fix race conditionsBodo Möller1-5/+8
2002-09-23really fix race conditionBodo Möller1-0/+4
2002-08-02get rid of OpenSSLDieBodo Möller1-9/+32
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-0/+8
2002-01-12Prototype info function.Ben Laurie1-1/+1
2001-11-10make code a little more similar to what it looked like before the fixes,Bodo Möller1-6/+15
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller1-24/+99
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-1/+2
2001-03-07Fix ERR_R_... problems.Bodo Möller1-2/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke1-8/+24
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke1-0/+1
2000-05-27Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller1-0/+1
2000-02-03ispell (and minor modifications)Ulf Möller1-4/+4
2000-01-24Avoid a race condition.Bodo Möller1-18/+20
2000-01-21Don't "goto err" in client_master_key because no such label exists;Bodo Möller1-1/+1
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller1-3/+10
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller1-3/+3
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller1-1/+1
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie1-0/+6
2000-01-04Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastAndy Polyakov1-0/+6
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller1-1/+1
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1-19/+21
1999-05-09No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1-5/+5
1999-04-29Fix a couple of cases where an attempt is made to lock an already lockedDr. Stephen Henson1-1/+3
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+2
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-13/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-22Fixed some race conditions.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-30/+13
1999-04-17Massive constification.Ben Laurie1-2/+2
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-11/+11
1999-03-31New option "-showcerts" for s_clientBodo Möller1-1/+1
1999-02-21Add support for new TLS export ciphersuites.Ben Laurie1-1/+1
1999-02-16Updates to the new SSL compression codeMark J. Cox1-6/+10