Add support for logging TLS 1.3 exporter secret
[openssl.git] / ssl / record /
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-17 Bernd EdlingerFix a memory leak in tls1_mac
2018-03-17 Bernd EdlingerFix a memory leak in n_ssl3_mac
2018-03-14 Matt CaswellUse the TLSv1.3 record header as AAD
2018-02-23 Rich SalzRemove OSSLzu, and fix the one place that used it.
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...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-09 Matt CaswellTolerate DTLS alerts with an incorrect version number
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
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 CaswellConvert dlts1_write_bytes() to use SSLfatal()
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-12-04 Matt CaswellRemove spurious whitespace
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem_dtls.c...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
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-10-16 Matt CaswellTweak the comment regarding record version check with...
2017-10-16 Matt CaswellDon't do version neg on an HRR
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
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-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Matt CaswellMove ossl_assert
2017-07-30 Xiaoyin LiuFix typos in files in ssl directory
2017-07-30 Xiaoyin LiuRemove redundant declarations in record_locl.h
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 CaswellAdd an error to the stack on failure in dtls1_write_bytes()
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-19 Matt CaswellFix return code in tls1_mac
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-05-11 Matt CaswellAdd some extra comments following alert changes
2017-05-11 Matt CaswellTLSv1.3 alert and handshake messages can never be 0...
2017-05-11 Matt CaswellTLSv1.3 alerts cannot be fragmented and only one per...
2017-05-11 Matt CaswellCheck that a TLSv1.3 encrypted message has an app data...
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-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-04-19 Todd ShortFix minor compiler issues.
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-29 FdaSilvaYYMore typo fixes
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-14 Benjamin KadukFix some -Wshadow warnings
2017-03-08 Matt CaswellFix no-comp
2017-03-07 Matt CaswellProvide a function to test whether we have unread recor...
2017-03-06 Matt CaswellTweak the TLSv1.3 record overflow limits
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 CaswellCheck max_early_data against the amount of early data...
2017-03-02 Matt CaswellMake sure we reset the read sequence when skipping...
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-03-02 Matt CaswellFix a compression bug
2017-03-02 Jon SpillettCheck for zero records and return immediately
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Matt CaswellRemove some commented out code in libssl
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Matt CaswellRemove some dead code from libssl
2017-02-16 Matt CaswellRemove an OPENSSL_assert() and replace with a soft...
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-08 Matt CaswellFix crash in tls13_enc
2017-02-08 Dr. Stephen HensonUse contants for Chacha/Poly, redo algorithm expressions.
2017-02-08 Dr. Stephen HensonAdd CCM mode support for TLS 1.3
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-23 Andy PolyakovReplace div-spoiler hack with simpler code
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 CaswellEnsure the record sequence number gets incremented
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...
next