Fix grammar in certificates.txt
[openssl.git] / ssl / statem / statem.h
2023-02-22 Matt CaswellAdd the ability to mutate TLS handshake messages before...
2022-10-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18 slontisFix sctp compile errors
2022-10-12 Matt CaswellRemove enc_write_state
2022-09-20 Matt CaswellUse an enum for the return value from a construction...
2022-08-18 Matt CaswellRemove redefinition of SSL_AD_NO_ALERT
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2021-01-28 Richard LevitteUpdate copyright year
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2020-11-26 Matt CaswellUpdate copyright year
2020-11-11 Richard LevitteSSL: refactor ossl_statem_fatal() and SSLfatal()
2019-07-16 Rich SalzRemove function name from errors
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-08 Matt CaswellTolerate encrypted or plaintext alerts
2018-08-08 Matt CaswellEnsure that we write out alerts correctly after early_data
2018-03-19 Bernd EdlingerFix a crash in SSLfatal due to invalid enc_write_ctx
2018-02-26 Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-02 Tatsuhiro TsujikawaMake sure that exporting keying material is allowed
2017-12-28 Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-04 Matt CaswellProvide an SSLfatal() macro
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-02 Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02 Matt CaswellFix changing of the cipher state when dealing with...
2017-03-02 Matt CaswellParse the early_data extension
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...
2016-08-18 Emilia KasperIndent ssl/
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-10-30 Matt CaswellConvert enums to typedefs
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellFix DTLSv1_listen following state machine changes
2015-10-30 Matt CaswellRename STATEM to OSSL_STATEM
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 CaswellMore state machine reorg
2015-10-30 Matt CaswellReorganise state machine files