aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s2_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-271-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-997/+947
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-221-5/+23
* RT2842: Remove spurious close-comment marker.Martin Olsson2014-09-081-2/+1
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-1/+1
* s2_clnt.c: compensate for compiler bug [from HEAD].Andy Polyakov2012-05-161-5/+7
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-1/+1
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-2/+2
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-1/+1
* Don't use a negative number as a length. Coverity ID 57.Ben Laurie2007-04-051-2/+4
* Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox2006-09-281-1/+2
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-1/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-22/+4
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-1/+1
* check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch2005-04-291-2/+5
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+0
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-3/+3
* Really fix SSLv2 session ID handlingLutz Jänicke2003-01-151-1/+1
* Fix wrong handling of session ID in SSLv2 client code.Lutz Jänicke2002-12-291-1/+1
* Stop a possible memory leak.Richard Levitte2002-12-211-0/+5
* We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte2002-11-151-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* really fix race conditionsBodo Möller2002-09-251-5/+8
* really fix race conditionBodo Möller2002-09-231-0/+4
* get rid of OpenSSLDieBodo Möller2002-08-021-9/+32
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+8
* Prototype info function.Ben Laurie2002-01-121-1/+1
* make code a little more similar to what it looked like before the fixes,Bodo Möller2001-11-101-6/+15
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-24/+99
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-241-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+2
* Fix ERR_R_... problems.Bodo Möller2001-03-071-2/+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-8/+24
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-291-0/+1
* Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller2000-05-271-0/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-4/+4
* Avoid a race condition.Bodo Möller2000-01-241-18/+20
* Don't "goto err" in client_master_key because no such label exists;Bodo Möller2000-01-211-1/+1
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-3/+10
* 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
* Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastAndy Polyakov2000-01-041-0/+6
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-1/+1
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-19/+21
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-091-5/+5