Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD and
[openssl.git] / ssl / s3_srvr.c
2010-02-27 Dr. Stephen HensonAdd Kerberos fix which was in 0.9.8-stable but never...
2010-01-26 Dr. Stephen HensonPR: 1949
2010-01-24 Dr. Stephen HensonThe fix for PR#1949 unfortunately broke cases where...
2010-01-22 Dr. Stephen HensonIf legacy renegotiation is not permitted then send...
2010-01-01 Dr. Stephen HensonClient side compression algorithm sanity checks: ensure...
2009-12-31 Dr. Stephen HensonCompression handling on session resume was badly broken...
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-11-07 Dr. Stephen HensonOoops, revert committed conflict.
2009-11-02 Dr. Stephen HensonPR: 2089
2009-10-30 Dr. Stephen HensonFix statless session resumption so it can coexist with SNI
2009-09-06 Dr. Stephen HensonTypo presumably....
2009-09-04 Dr. Stephen HensonPR: 2028
2009-06-26 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-24 Dr. Stephen HensonInitialize outlen.
2009-06-16 Dr. Stephen HensonSubmitted by: Artem Chuprina <ran@cryptocom.ru>
2009-06-13 Dr. Stephen HensonPR: 1952
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-01-07 Dr. Stephen HensonUpdatde from stable branch.
2009-01-02 Ben Lauriesrvr_ecdh cannot be NULL at this point (Coverity ID...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-27 Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-11-15 Dr. Stephen HensonPR: 1574
2008-09-22 Bodo MöllerMake sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG...
2008-09-14 Bodo Mölleroops
2008-09-14 Bodo MöllerFix SSL state transitions.
2008-09-03 Dr. Stephen HensonDo not discard cached handshake records during resumed...
2008-04-30 Dr. Stephen HensonUpdate from stable branch.
2008-04-29 Dr. Stephen HensonUpdate from stable branch.
2008-04-25 Dr. Stephen HensonDon't send zero length session ID if stateless session...
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-30 Andy PolyakovSwitch to RFC-compliant version encoding in DTLS.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-20 Dr. Stephen HensonUse SHA256 for ticket HMAC if possible.
2007-08-12 Dr. Stephen HensonRemove debugging fprintfs, fix typo.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-04-24 Bodo Möllerfix function codes for error
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-02-07 Nils Larschensure that a ec key is used
2006-11-29 Bodo Möllerfix support for receiving fragmented handshake messages
2006-09-28 Mark J. CoxFix buffer overflow in SSL_get_shared_ciphers() function.
2006-09-28 Richard LevitteFixes for the following claims:
2006-06-15 Bodo MöllerOops ... deleted too much in the previous commit when...
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-13 Richard LevitteResolve signed vs. unsigned issues
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-29 Nils Larschadd additional checks + cleanup
2006-01-13 Bodo MöllerFurther TLS extension improvements
2006-01-11 Bodo MöllerMore TLS extension related changes.
2006-01-09 Bodo MöllerFurther TLS extension updates
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-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-05-03 Nils Larschbackport fix from the stable branch
2005-04-29 Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-09 Dr. Stephen HensonMake kerberos ciphersuite code work with newer header...
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-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-09-27 Richard LevitteHave ssl3_send_certificate_request() change the state...
2003-09-03 Dr. Stephen HensonOnly accept a client certificate if the server requests
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-21 Bodo Möllertolerate extra data at end of client hello for SSL 3.0
2003-03-21 Bodo Möllerremove patch ID (which is supposed to appear in patched...
2003-03-19 Bodo Möllercountermeasure against new Klima-Pokorny-Rosa atack
2003-02-28 Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-22 Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
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-10-28 Bodo Möllerincrease permissible message length so that we can...
2002-09-25 Bodo Möllerreally fix race conditions
2002-09-23 Bodo Möllerreally fix race condition
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änickeTypo.
next