]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_clnt.c
Updatde from stable branch.
[thirdparty/openssl.git] / ssl / s3_clnt.c
2009-01-07  Dr. Stephen HensonUpdatde from stable branch.
2008-12-27  Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-11-15  Dr. Stephen HensonPR: 1574
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-10  Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-10-12  Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-06-01  Dr. Stephen HensonAllow ENGINE client cert callback to specify a set...
2008-06-01  Dr. Stephen HensonAdd client cert engine to SSL routines.
2008-05-28  Bodo MöllerFrom HEAD:
2008-04-29  Dr. Stephen HensonUpdate from stable branch.
2008-01-05  Andy PolyakovFix unsigned/signed warnings in ssl.
2007-12-14  Dr. Stephen HensonInitialize sigsize.
2007-11-03  Dr. Stephen HensonFix from stable branch.
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-14  Andy PolyakovMake ssl compile [from 098-stable, bug is masked by...
2007-09-26  Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-21  Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-08-31  Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-31  Dr. Stephen HensonCheck return code when attempting to receive new sessio...
2007-08-11  Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-04-24  Bodo Möllerfix function codes for error
2007-02-19  Bodo Möllerfix warnings/inconsistencies caused by the recent chang...
2007-02-17  Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2006-09-28  Richard LevitteFixes for the following claims:
2006-06-15  Bodo MöllerError messages for client ECC cert verification.
2006-06-14  Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-03-30  Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-11  Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-13  Bodo MöllerFurther TLS extension improvements
2006-01-11  Bodo MöllerMore TLS extension related changes.
2006-01-03  Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02  Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-13  Bodo Möllerupdate TLS-ECC code
2005-12-05  Dr. Stephen HensonAvoid warnings on VC++ 2005.
2005-10-08  Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-09-30  Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-08-14  Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-08-05  Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-07-16  Nils Larschmake
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-11  Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-29  Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-26  Ben LaurieAdd DTLS support.
2005-04-23  Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-03-22  Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2004-05-17  Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27  Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-11-28  Richard LevitteRSA_size() and DH_size() return the amount of bytes...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-09-27  Richard LevitteHave ssl3_ssl3_send_client_verify() change the state...
2003-07-22  Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-02-28  Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-28  Bodo Mölleruse tabs for indentation, not spaces
2002-12-21  Richard LevitteStop a possible memory leak.
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-20  Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-15  Lutz JänickeThe pointer to the cipher object is not yet set, when...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-09-25  Bodo Möllerreally fix race conditions
2002-09-23  Bodo Möllerreally fix race condition
2002-09-19  Bodo Möllerthere is no minimum length for session IDs
2002-09-19  Bodo Möllerfix race condition
2002-08-12  Bodo Möllerfix comment
2002-08-12  Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09  Bodo MöllerECC ciphersuite support
2002-08-02  Bodo Möllerget rid of OpenSSLDie
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-10  Lutz JänickeReorder inclusion of header files:
2002-03-14  Dr. Stephen HensonInitialize cipher context in KRB5
2002-01-14  Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-14  Bodo MöllerReturn -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if
2002-01-12  Ben LauriePrototype info function.
2001-10-25  Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-24  Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-17  Richard LevitteThe EVP_*Init_ex() functions take one extra argument...
2001-10-17  Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-15  Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-10  Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-09-11  Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-08-07  Bodo MöllerBugfix: larger message size in ssl3_get_key_exchange...
2001-07-31  Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-07-12  Richard LevitteSome of the Kerberos code had dissapeared. Reapply.
2001-07-11  Richard LevitteInclude kssl_lcl.h where needed.
2001-07-09  Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-07  Bodo MöllerFix ERR_R_... problems.
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-11-30  Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-29  Lutz JänickeStore verify_result with sessions to avoid potential...
2000-09-04  Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-07-02  Bodo MöllerFix code structure (if ... else if ... where both parts
2000-06-01  Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
next