Update cookie_len for size_t
[openssl.git] / ssl / statem / statem_clnt.c
2016-11-04 Matt CaswellUpdate cookie_len for size_t
2016-11-04 Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-04 Matt CaswellConvert master_secret_size code to size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-10-03 Matt CaswellFix linebreaks in the tls_construct_client_certificate...
2016-10-03 Matt CaswellAdd a typedef for the construction function
2016-10-03 Matt CaswellMove setting of the handshake header up one more level
2016-10-03 Matt CaswellRemove the special case processing for finished constru...
2016-10-03 Matt CaswellHarmonise setting the header and closing construction
2016-10-03 Matt CaswellDon't set the handshake header in every message
2016-10-03 Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02 Matt CaswellRename ssl_set_handshake_header2()
2016-09-29 Matt CaswellFix a bug in CKE construction for PSK
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-22 Dmitry BelyavskyAvoid KCI attack for GOST
2016-09-20 Richard LevitteQuiet compiler warning about uninitialised variable
2016-09-20 Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20 Matt CaswellStyle tweaks following review feedback
2016-09-20 Matt CaswellConvert NextProto message construction to WPACKET
2016-09-20 Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-13 Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13 Matt CaswellConvert CKE construction to use the WPACKET API
2016-09-13 Matt CaswellAddress WPACKET review comments
2016-09-13 Matt CaswellEnsure the WPACKET gets cleaned up in the event of...
2016-09-13 Matt CaswellAdd WPACKET_sub_memcpy() function
2016-09-13 Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13 Matt CaswellRename PACKETW to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-22 Matt CaswellFix leak on error in tls_construct_cke_gost
2016-08-18 Emilia KasperIndent ssl/
2016-08-15 Dr. Stephen HensonFix no-ec
2016-08-13 Dr. Stephen HensonModify TLS support for new X25519 API.
2016-08-04 David WoodhouseFix ossl_statem_client_max_message_size() for DTLS1_BAD_VER
2016-08-01 Ben Lauriepeer_tmp doesn't exist if no-ec no-dh.
2016-07-23 Richard LevitteCorrect misspelt OPENSSL_NO_SRP
2016-07-19 Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19 Matt CaswellTidy up tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out ECDHE from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out DHE from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out SRP from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out the PSK preamble from tls_process_key_exchange()
2016-07-19 Matt CaswellMove the PSK preamble for tls_process_key_exchange()
2016-07-19 Matt CaswellNarrow scope of locals vars in tls_process_key_exchange()
2016-07-19 Matt CaswellRemove sessions from external cache, even if internal...
2016-07-19 Richard LevitteFixup a few SSLerr calls in ssl/statem/
2016-07-18 Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18 Matt CaswellSome tidy ups after the CKE construction refactor
2016-07-18 Matt CaswellSplit out SRP CKE construction into a separate function
2016-07-18 Matt CaswellSplit out GOST CKE construction into a separate function
2016-07-18 Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18 Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18 Matt CaswellSplit out CKE construction PSK pre-amble and RSA into...
2016-07-18 Matt CaswellNarrow the scope of local variables in tls_construct_cl...
2016-07-18 Matt CaswellSimplify key_exchange_expected() logic
2016-07-18 Matt CaswellFix SSLv3 alert if no Client Ceritifcate sent after...
2016-07-18 Matt CaswellPrepare the client certificate earlier
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-12 David BenjaminFix DH error-handling in tls_process_key_exchange.
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-09 Laszlo KovacsRT3720 Increment session miss counter properly
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-20 Matt CaswellSimplify SSL BIO buffering logic
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-17 Matt CaswellFix some out of date comments
2016-05-13 David BenjaminThe NewSessionTicket message is not optional.
2016-04-29 Matt CaswellClient side CKE processing can double free on error
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-22 Matt CaswellDon't set peer_tmp until we have finished constructing it
2016-04-09 Matt CaswellMake DH opaque
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-07 Viktor DukhovniFix client verify mode to check SSL_VERIFY_PEER
2016-04-07 David BenjaminFix memory leak on invalid CertificateRequest.
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-07 Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-11 Dr. Stephen HensonRemove static ECDH support.
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2016-01-01 Dr. Stephen Hensonremove invalid free
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-29 Dr. Stephen HensonConvert RSA encrypt to use EVP_PKEY
2015-12-27 Matt CaswellIncrease the max size limit for a CertificateRequest...
2015-12-27 Matt CaswellSimplify calling of the OCSP callback
2015-12-27 Matt CaswellFix error when server does not send CertificateStatus...
2015-12-23 Dr. Stephen HensonEVP_PKEY DH client support.
2015-12-23 Matt CaswellFix inline build failure
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16 Dr. Stephen HensonUse EVP_PKEY for client side EC.
2015-12-16 Dr. Stephen HensonRemove ECDH client auth code.
2015-12-16 Dr. Stephen HensonUse EC_KEY_key2buf and EC_oct2key in libssl.
next