make kerberos work with OPENSSL_NO_SSL_INTERN
[openssl.git] / ssl / s3_clnt.c
2011-05-09 Dr. Stephen HensonInitial TLS v1.2 client support. Include a default...
2011-03-16 Dr. Stephen HensonFix broken SRP error/function code assignment.
2011-03-12 Ben LaurieAdd SRP support.
2011-02-16 Dr. Stephen HensonInclude openssl/crypto.h first in several other files...
2011-02-03 Bodo MöllerCVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
2010-10-10 Dr. Stephen HensonPR: 2314
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-08-26 Dr. Stephen HensonPR: 1833
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2010-02-28 Dr. Stephen Hensonalgorithms field has changed in 1.0.0 and later: update
2010-02-27 Dr. Stephen HensonAdd Kerberos fix which was in 0.9.8-stable but never...
2010-02-02 Dr. Stephen HensonPR: 2161
2010-01-26 Dr. Stephen HensonPR: 1949
2010-01-06 Dr. Stephen HensonMissing commit from change ofr compress_meth to unsigned
2010-01-01 Dr. Stephen HensonClient side compression algorithm sanity checks: ensure...
2009-12-08 Dr. Stephen HensonAdd support for magic cipher suite value (MCSV). Make...
2009-12-08 Dr. Stephen HensonPR: 2121
2009-12-01 Dr. Stephen HensonPR: 2115
2009-10-30 Dr. Stephen HensonGenerate stateless session ID just after the ticket...
2009-10-28 Dr. Stephen HensonDon't attempt session resumption if no ticket is presen...
2009-10-28 Dr. Stephen Hensonoops!
2009-10-28 Dr. Stephen HensonPR: 2085
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-06-16 Dr. Stephen HensonSubmitted by: Artem Chuprina <ran@cryptocom.ru>
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-02-14 Dr. Stephen HensonPR: 1835
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]
next