aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Backport of other fixes to keep VC++ happy.Dr. Stephen Henson2006-01-301-2/+2
* PR:Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-1/+1
* Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson2005-03-221-1/+1
* Only allow TLS is FIPS mode.Dr. Stephen Henson2005-01-311-8/+0
* FIPS algorithm blocking.Dr. Stephen Henson2005-01-261-0/+2
* Check error returns.Ben Laurie2004-05-151-1/+2
* Pull FIPS back into stable.Ben Laurie2004-05-111-0/+10
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+0
* RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte2003-11-281-2/+2
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte2003-09-271-0/+1
* Stop a possible memory leak.Richard Levitte2002-12-211-1/+4
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
* Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2002-11-201-0/+5
* The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke2002-11-151-1/+1
* Many security improvements (CHATS) and a warning fix.Ben Laurie2002-11-121-10/+11
* really fix race conditionsBodo Möller2002-09-251-5/+8
* really fix race conditionBodo Möller2002-09-231-0/+4
* there is no minimum length for session IDsBodo Möller2002-09-201-17/+6
* get rid of OpenSSLDieBodo Möller2002-08-021-2/+10
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+11
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-2/+2
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-0/+2
* Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller2002-01-141-0/+53
* Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller2002-01-141-0/+1
* 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
* The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte2001-10-171-2/+3
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* 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
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-2/+0
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-111-15/+3
* Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller2001-08-071-1/+7
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-311-0/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+4
* Some of the Kerberos code had dissapeared. Reapply.Richard Levitte2001-07-121-1/+6
* Include kssl_lcl.h where needed.Richard Levitte2001-07-111-1/+1
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-44/+102
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-2/+0
* Fix ERR_R_... problems.Bodo Möller2001-03-071-8/+8
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-38/+38
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-20/+120
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-291-0/+1
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-1/+6
* Fix code structure (if ... else if ... where both partsBodo Möller2000-07-021-5/+9
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+2
* Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller2000-05-271-0/+1
* Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller2000-03-271-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2