Updates from 1.0.0-stable.
[openssl.git] / ssl / d1_srvr.c
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-09-14 Bodo MöllerFix SSL state transitions.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-10-09 Andy PolyakovRespect cookie length set by app_gen_cookie_cb.
2007-09-30 Andy PolyakovDTLS RFC4347 says HelloVerifyRequest resets Finished...
2007-09-30 Andy PolyakovSwitch to RFC-compliant version encoding in DTLS.
2007-09-19 Bodo Möllerfix warning
2007-09-17 Dr. Stephen HensonUpdate from stable branch.
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
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-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2005-12-05 Dr. Stephen HensonAvoid warnings on VC++ 2005.
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-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-07-16 Nils Larschmake
2005-06-04 Richard LevitteFrom 0.9.8-stable:
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Ben LaurieAdd DTLS support.