Defer sending a KeyUpdate until after pending writes are complete
[openssl.git] / ssl / record / rec_layer_s3.c
2019-06-03 Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-04-01 Boris Pismennyssl: Linux TLS Rx Offload
2019-03-29 Richard LevitteRemove heartbeats completely
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-07 Matt CaswellProcess KeyUpdate and NewSessionTicket messages after...
2018-08-08 Matt CaswellTolerate encrypted or plaintext alerts
2018-08-08 Matt CaswellEnsure that we write out alerts correctly after early_data
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-27 Matt CaswellReturn SSL_ERROR_WANT_READ if SSL_shutdown() encounters...
2018-06-27 Matt CaswellAuto retry if we ditch records during shutdown
2018-06-19 Matt CaswellFix enable-ssl3 enable-ssl3-method
2018-06-11 Matt CaswellRemodel the if sequence for handling alerts
2018-06-11 Matt CaswellFix TLSv1.3 alert handling
2018-03-14 Matt CaswellUse the TLSv1.3 record header as AAD
2018-02-19 Matt CaswellThe record version for ClientHello2 should be TLS1.2
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Bernd EdlingerSwap the check in ssl3_write_pending to avoid using
2018-01-30 Matt CaswellMove decisions about whether to accept reneg into the...
2017-12-14 Matt CaswellSend TLSv1.2 as the record version when using TLSv1.3
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-08 Matt CaswellMore record layer conversions to use SSLfatal()
2017-12-08 Matt CaswellConvert ssl3_read_bytes() to use SSLfatal()
2017-12-08 Matt CaswellUpdate ssl3_get_record() to use SSLfatal()
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-07 Matt CaswellMark a zero length record as read
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-07-30 Xiaoyin LiuFix typos in files in ssl directory
2017-06-12 Benjamin Kadukdrop some no-longer-relevant TODO(TLS1.3) entries
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-26 Todd ShortFix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-05-11 Matt CaswellTLSv1.3 alerts cannot be fragmented and only one per...
2017-05-11 Matt CaswellReject unknown warning alerts in TLSv1.3
2017-05-08 Matt CaswellAdd support to SSL_trace() for inner content types
2017-05-03 Todd ShortLimit padded record to max plaintext
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-11 Rich SalzAdditional check to handle BAD SSL_write retry
2017-04-03 Matt CaswellDon't handle handshake messages when writing early...
2017-03-30 Matt CaswellFix bug with SSL_read_early_data()
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-07 Matt CaswellProvide a function to test whether we have unread recor...
2017-03-02 Matt CaswellDon't attempt to write more early_data than we know...
2017-03-02 Matt CaswellSkip early_data if appropriate after a HelloRetryRequest
2017-03-02 Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02 Matt CaswellProvide functions to write early data
2017-03-02 Matt CaswellFix a compression bug
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Matt CaswellRemove some dead code from libssl
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-01-30 Matt CaswellMove TLSv1.3 Session Ticket processing into the state...
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-30 Matt CaswellChangeCipherSpec is not allowed in TLSv1.3
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-10 Matt CaswellAlways use TLSv1.0 for record layer version in TLSv1.3
2017-01-10 Matt CaswellTemporarily ignore NewSessionTickets for TLS1.3
2017-01-10 Matt CaswellMark a HelloRequest record as read if we ignore it
2016-12-12 Matt CaswellFix a leak in SSL_clear()
2016-12-05 Matt CaswellChange various repeated wr[someindex]/pkt[someindex...
2016-12-05 Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05 Matt CaswellEnsure compressdata is always initialised
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-12-05 Matt CaswellConvert TLS record construction to use WPACKET
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-04 Matt CaswellFix some style issues from libssl size_tify review
2016-11-04 Matt CaswellRename all "read" variables with "readbytes"
2016-11-04 Matt CaswellFix some bogus warnings about uninitialised variables
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellResolve some outstanding size_t related TODOs
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-04 Matt CaswellConvert record layer to use size_t
2016-11-02 Matt CaswellFail if an unrecognised record type is received
2016-11-02 Matt CaswellFix read_ahead
2016-10-28 Matt CaswellA zero return from BIO_read()/BIO_write() could be...
2016-09-22 Matt CaswellFix a hang with SSL_peek()
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-09-15 Matt CaswellRevert "Abort on unrecognised warning alerts"
2016-09-13 Matt CaswellAbort on unrecognised warning alerts
2016-08-24 Matt CaswellRemove some dead code from rec_layer_s3.c
2016-08-18 Emilia KasperIndent ssl/
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-07-30 Matt CaswellFix crash as a result of MULTIBLOCK
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-27 Matt CaswellEnsure read records are marked as read
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-06-07 Matt CaswellReject out of context empty records
next