Updates following review of SSL_stateless() code
[openssl.git] / ssl / statem / statem.c
2018-01-24 Matt CaswellFix interaction between SSL_stateless() and SSL_clear()
2017-12-06 Matt CaswellFix the check_fatal macro
2017-12-04 Matt CaswellUpdate an error reason code to be ERR_R_SHOULD_NOT_HAVE...
2017-12-04 Matt CaswellAssert that SSLfatal() only gets called once
2017-12-04 Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-12-04 Matt CaswellProvide an SSLfatal() macro
2017-08-29 PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-18 Matt CaswellFix early_data with an HRR
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-04-19 Todd ShortFix minor compiler issues.
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-02 Matt CaswellMake SSL_write_early_finish() an internal only function
2017-03-02 Matt CaswellVarious fixes required to allow SSL_write/SSL_read...
2017-03-02 Matt CaswellEnable the server to call SSL_write() without stopping...
2017-03-02 Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02 Matt CaswellSkip early_data if appropriate after a HelloRetryRequest
2017-03-02 Matt CaswellConstruct the server side early_data extension
2017-03-02 Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02 Matt CaswellParse the early_data extension
2017-03-02 Matt CaswellProvide functions to write early data
2017-02-23 Benjamin KadukPrepare for WORK_MORE_C
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-30 Matt CaswellRemove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
2017-01-23 Matt CaswellStop server from expecting Certificate message when...
2017-01-23 Matt CaswellStop client from sending Certificate message when not...
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-10-03 Matt CaswellMove setting of the handshake header up one more level
2016-10-03 Matt CaswellMove init of the WPACKET into write_state_machine()
2016-09-26 Matt CaswellFix Use After Free for large message sizes
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-22 Richard LevitteFix error message typo, wrong function code
2016-09-21 Matt CaswellExcessive allocation of memory in tls_get_message_header()
2016-09-16 Alessandro GhediniUse switch instead of multiple ifs
2016-08-18 Emilia KasperIndent ssl/
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-18 Matt CaswellFix SSLv3 alert if no Client Ceritifcate sent after...
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-20 Matt CaswellEnsure async IO works with new state machine
2016-05-20 Matt CaswellSimplify SSL BIO buffering logic
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2015-11-06 Matt CaswellFix compilation problems with SCTP
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 CaswellMove in_handshake into STATEM
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 a comment
2015-10-30 Matt CaswellMore state machine reorg
2015-10-30 Matt CaswellReorganise state machine files