Remove some redundant code
[openssl.git] / ssl / record / rec_layer_s3.c
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellImplement a human readable state function for the recor...
2022-08-18 Matt CaswellMove SSL_MODE_RELEASE_BUFFERS into the read record...
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellClear away some unused fields and cruft in the record...
2022-08-18 Matt CaswellRemove some references to rlayer.rstate
2022-08-18 Matt CaswellEnsure we use a dgram mem BIO for the DTLS record layer
2022-08-18 Matt CaswellRemove some more redundant TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
2022-08-18 Matt CaswellEnable the record layer to call the ssl_security callback
2022-08-18 Matt CaswellUse a record layer specific message callback
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellAdd support for moving data from one epoch to the next
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18 Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellEnsure various SSL options are passed down to the recor...
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-08-02 Dmitry BelyavskiyAvoid resource leaks in do_ssl3_write
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-08-01 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
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-03 Matt CaswellUpdate copyright year
2022-02-01 yangyangtiantianlo... Update the comment on ssl3_write_pending()
2022-02-01 yangyangtiantianlo... Revert dropped usage of var thiswr in do_ssl3_write()
2021-09-28 Tianjia Zhangssl: Correct comment for ssl3_read_bytes()
2021-07-17 Matt CaswellFix some minor record layer issues
2021-06-19 Paulissl: replace tabs with spaces
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2020-11-29 John BaldwinCollapse two identical if statements into a single...
2020-11-29 John BaldwinAllow zero-byte writes to be reported as success.
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-08-27 Marcapps: -msg flag enhancement 2/2
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2020-06-08 Vadim FedorenkoTLSv13: add kTLS support
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-23 Matt CaswellUpdate copyright year
2020-03-16 John BaldwinUse a flag in SSL3_BUFFER to track when an application...
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2019-10-31 John BaldwinDon't generate a MAC when using KTLS.
2019-10-31 Andrew GallatinBypass multiblock and send individual records when...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-05 Matt CaswellFix SSL_MODE_RELEASE_BUFFERS functionality
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-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
next