Normalize on session_ctx for stats where possible
[openssl.git] / ssl / statem / statem_lib.c
2016-11-09 Matt CaswellImprove some comment documentation following the extens...
2016-11-09 Matt CaswellFix various style issues in the extension parsing refactor
2016-11-09 Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-07 Matt CaswellAlways ensure that init_msg is initialised for a CCS
2016-11-04 Matt CaswellRename all "read" variables with "readbytes"
2016-11-04 Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
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-21 Matt CaswellExcessive allocation of memory in tls_get_message_header()
2016-09-21 Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20 Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20 Matt CaswellConvert CCS construction to WPACKET
2016-09-20 Matt CaswellConvert Finished construction to WPACKET
2016-09-20 Matt CaswellConvert Certificate message construction to WPACKET
2016-09-13 Matt CaswellConvert CKE construction to use the WPACKET API
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 DTLS buffered message DoS attack
2016-08-18 Emilia KasperIndent ssl/
2016-08-17 Dr. Stephen HensonConstify ssl_cert_type()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-05-20 David BenjaminTighten up logic around ChangeCipherSpec.
2016-05-18 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-09 Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09 Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-02-12 Viktor DukhovniMove brace outside #ifdef
2016-02-11 Viktor DukhovniSimplify ssl_cert_type() by taking advantage of X509_ge...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-10 Kurt RoeckxAllow disabling the min and max version
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-06 Matt CaswellRemove some redundant assignments
2015-11-06 Matt CaswellDon't finish the handshake twice
2015-10-30 Matt CaswellRemove superfluous check
2015-10-30 Matt CaswellConvert enums to typedefs
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellMore state machine reorg
2015-10-30 Matt CaswellReorganise state machine files