summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)Author
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller
2003-02-28use tabs for indentation, not spacesBodo Möller
2002-12-21Stop a possible memory leak.Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-09-25really fix race conditionsBodo Möller
2002-09-23really fix race conditionBodo Möller
2002-09-19there is no minimum length for session IDsBodo Möller
2002-09-19fix race conditionBodo Möller
2002-08-12fix commentBodo Möller
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09ECC ciphersuite supportBodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller
2002-01-14Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller
2002-01-12Prototype info function.Ben Laurie
2001-10-25Consistency with s2_... and s23_... variants (no real functionalBodo Möller
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller
2001-10-17The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke
2001-08-07Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-12Some of the Kerberos code had dissapeared. Reapply.Richard Levitte
2001-07-11Include kssl_lcl.h where needed.Richard Levitte
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke