Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / ssl / record / ssl3_record.c
2022-11-14 Matt CaswellMove declarations out of record.h and record_local.h
2022-10-20 Matt CaswellRemove some redundant code
2022-10-05 Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellResolve a TODO(RECLAYER) in the SSLv3 code
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellMove protocol version specific code into separate files
2022-08-18 Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-18 Bernd EdlingerRemove duplicated BIO_get_ktls_send calls in do_ssl3_write
2022-05-26 Peiwei HuFix check of dtls1_process_record
2022-05-03 Matt CaswellUpdate copyright year
2022-04-06 Daiki UenoKTLS: Handle TLS 1.3 in ssl3_get_record.
2022-04-06 John BaldwinKTLS: Add using_ktls helper variable in ssl3_get_record().
2022-02-11 Bernd EdlingerCleanup record length checks for KTLS
2022-01-07 xkernelproperly free the resource from EVP_MD_CTX_new() at...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-10-06 Bernd EdlingerReplace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.c
2021-08-25 Bernd EdlingerFix the array size of dtlsseq in tls1_enc
2021-07-17 Matt CaswellFix some minor record layer issues
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-02-18 Matt CaswellUpdate copyright year
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-02 Benjamin KadukClear error queue entries from bad DLTS records
2020-09-09 PauliTLS fixes for CBC mode and no-deprecated
2020-09-09 PauliTLS: remove legacy code path supporting special CBC...
2020-09-03 Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03 Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-08-31 John BaldwinDon't check errno if ktls_read_record() returned 0.
2020-08-27 Marcapps: -msg flag enhancement 2/2
2020-07-06 Matt CaswellEnsure TLS padding is added during encryption on the...
2020-07-06 Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-07-06 Matt CaswellMake libssl start using the TLS provider CBC support
2020-07-06 Matt CaswellRemove SSL dependencies from tls_pad.c
2020-07-06 Matt CaswellSplit the padding/mac removal functions out into a...
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-02-19 Simon CornishHandle max_fragment_length overflow for DTLS
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-07 Matt CaswellSend bad_record_mac instead of decryption_failed
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
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-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-19 Matt CaswellBuffer a ClientHello with a cookie received via DTLSv1_...
2018-08-08 Matt CaswellTolerate encrypted or plaintext alerts
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-05-11 Matt CaswellMark DTLS records as read when we have finished with...
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-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-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 CaswellUpdate ssl3_get_record() to use SSLfatal()
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 CaswellEnable the ability to use an external PSK for sending...
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Matt CaswellMove ossl_assert
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-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 CaswellCheck that a TLSv1.3 encrypted message has an app data...
2017-05-08 Matt CaswellAdd support to SSL_trace() for inner content types
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-14 Benjamin KadukFix some -Wshadow warnings
2017-03-08 Matt CaswellFix no-comp
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
next