Convert dlts1_write_bytes() to use SSLfatal()
[openssl.git] / ssl / record /
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...
2016-12-05 Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05 Matt CaswellChange various repeated rr[someindex] references to...
2016-12-05 Matt CaswellEnsure compressdata is always initialised
2016-12-05 Matt CaswellAdd a TLS1.3 TODO for the msg callback
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-12-05 Matt CaswellConvert TLS Record receipt to use PACKET
2016-12-05 Matt CaswellConvert TLS record construction to use WPACKET
2016-11-29 Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-17 Matt CaswellFix missing SSL_IS_TLS13(s) usage
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-07 Matt CaswellIgnore the record version in TLS1.3
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 a shadowed variable declaration warning picked...
next