]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record
Fix GOST curve sec bits
[thirdparty/openssl.git] / ssl / record /
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-03-16  John BaldwinUse a flag in SSL3_BUFFER to track when an application...
2020-02-19  Simon CornishHandle max_fragment_length overflow for DTLS
2020-02-04  Matt CaswellDetect EOF while reading in libssl
2020-01-24  Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2019-12-11  Veres LajosFix some typos
2019-10-31  John BaldwinDon't generate a MAC when using KTLS.
2019-10-31  Andrew GallatinBypass multiblock and send individual records when...
2019-10-07  Matt CaswellSend bad_record_mac instead of decryption_failed
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-05  Matt CaswellFix SSL_MODE_RELEASE_BUFFERS functionality
2019-07-30  Bernd EdlingerFix BIO_printf format warnings
2019-07-11  Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
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-25  Matt CaswellFix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
2019-04-01  Boris Pismennyssl: Linux TLS Rx Offload
2019-03-29  Richard LevitteRemove heartbeats completely
2019-03-06  Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-02-19  Matt CaswellDon't interleave handshake and other record types in...
2019-01-24  Matt CaswellRevert "Keep the DTLS timer running after the end of...
2018-12-07  Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-20  Matt CaswellUpdate copyright year
2018-10-26  Matt CaswellProperly handle duplicated messages from the next epoch
2018-10-19  Matt CaswellBuffer a ClientHello with a cookie received via DTLSv1_...
2018-10-19  Matt CaswellUse the read and write buffers in DTLSv1_listen()
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-07-06  Matt CaswellIntroduce the recv_max_early_data setting
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-05-11  Matt CaswellMark DTLS records as read when we have finished with...
2018-05-08  Matt CaswellKeep the DTLS timer running after the end of the handsh...
2018-05-08  Matt CaswellOnly auto-retry for DTLS if configured to do so
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  Rich SalzFix last(?) batch of malloc-NULL places
2018-04-20  Matt CaswellFix SSL_pending() for DTLS
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
next