Don't send zero length session ID if stateless session resupmtion is
[openssl.git] / ssl / s3_srvr.c
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.
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-04-13 Bodo MöllerImplement known-IV countermeasure.
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-12 Dr. Stephen HensonFix Kerberos warnings with VC++.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
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-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-17 Richard LevitteWrong place...
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-15 Bodo Möllerthe previous commit accidentily removed 'ret = 1' from...
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-14 Bodo Mölleradd comment
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-25 Lutz JänickeAllow client certificate lists > 16kB ("Douglas E....
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-25 Bodo Mölleradd a comment
2001-07-21 Richard LevitteMore Kerberos SSL patches from Vern Staats <staatsvr...
next