summaryrefslogtreecommitdiff
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-245/+856
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-0/+2
* Changes from 0.9.8-devRichard Levitte2004-03-241-4/+6
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-6/+22
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-81/+94
* Recent changes from HEADRichard Levitte2002-12-231-1/+4
* Recent changes from HEAD.Richard Levitte2002-12-021-3/+3
* Recent changes from HEADRichard Levitte2002-11-271-0/+5
* Recent changes from HEAD.Richard Levitte2002-11-151-1/+1
* (almost) recent changes from HEAD.Richard Levitte2002-11-151-10/+11
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-311-13/+0
* Merge in recent changes from main.Richard Levitte2002-10-021-21/+17
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-4/+456
* Merge in the latest changes from HEAD.Richard Levitte2002-07-181-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
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-3/+3
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+3
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-051-2/+2
* Fix warnings.Ben Laurie1999-09-241-4/+4
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-181-9/+7
* fix memory leak in s3_clnt.cBodo Möller1999-07-121-0/+1