aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-16/+5
* fix race conditionBodo Möller2002-09-191-1/+1
* fix commentBodo Möller2002-08-121-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-3/+3
* ECC ciphersuite supportBodo Möller2002-08-091-4/+437
* 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
* 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
* Looks like another memory leak ...Bodo Möller1999-07-121-0/+9
* BIO pairs.Bodo Möller1999-06-121-0/+1
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-1/+1
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-38/+40