Make ChangeCipherSpec compliant with DTLS RFC4347.
[openssl.git] / ssl / d1_clnt.c
2007-09-30 Andy PolyakovDTLS RFC4347 says HelloVerifyRequest resets Finished...
2007-09-30 Andy PolyakovDTLS RFC4347 requires client to use rame random field...
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...
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-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Ben LaurieAdd DTLS support.