Fix clang complaints about uninitialised variables.
[openssl.git] / ssl / statem /
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04 Matt CaswellFix EAP FAST in the new state machine
2015-11-30 Dr. Stephen HensonFor TLS < 1.2 use default digest for client certificate
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-24 Dr. Stephen HensonUse EVP_md5_sha1() to process client verify
2015-11-24 Dr. Stephen HensonUse EVP_md5_sha1() to generate client verify
2015-11-24 Dr. Stephen HensonRemove RSA exception when generating server key exchange.
2015-11-24 Dr. Stephen HensonRemove RSA exception when processing server key exchange.
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-20 Matt CaswellFix uninitialised variable
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-14 Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
2015-11-13 Dr. Stephen Hensonabsent identity hint should be NULL
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-06 Matt CaswellFix compilation problems with SCTP
2015-11-06 Matt CaswellRemove some redundant assignments
2015-11-06 Matt CaswellDon't finish the handshake twice
2015-10-30 Matt CaswellAdd SRP and PSK to disallowed CertificateRequest cipher...
2015-10-30 Matt CaswellRemove the inline keyword
2015-10-30 Matt CaswellRemove superfluous check
2015-10-30 Matt CaswellChange snprintf to memcpy
2015-10-30 Matt CaswellAdd ossl_statem prefix to various functions
2015-10-30 Matt CaswellConvert enums to typedefs
2015-10-30 Matt CaswellFix a bogus clang warning
2015-10-30 Matt CaswellFix empty NewSessionTicket processing
2015-10-30 Matt CaswellFix uninitialised variable
2015-10-30 Matt CaswellFix various error codes
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellFix unitialised variable problem
2015-10-30 Matt CaswellFix DTLSv1_listen following state machine changes
2015-10-30 Matt CaswellAdd a function to get the info_callback
2015-10-30 Matt CaswellChange SUB_STATE_RETURN into a typedef
2015-10-30 Matt CaswellRename STATEM to OSSL_STATEM
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellMove |no_cert_verify| into state machine
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellFix some client side transition logic
2015-10-30 Matt CaswellFix a comment
2015-10-30 Matt CaswellAdd a state machine README
2015-10-30 Matt CaswellMore state machine reorg
2015-10-30 Matt CaswellReorganise state machine files