Move numwpipes in the write record layer
[openssl.git] / ssl / record / methods / tls_common.c
2022-09-23 Matt CaswellMove numwpipes in the write record layer
2022-09-23 Matt CaswellMove write buffer management into the write record...
2022-09-23 Matt CaswellReplace references to s->wbio with rl->bio
2022-09-23 Matt CaswellUse the record layer msg_callback not the SSL object...
2022-09-23 Matt CaswellMove checking for alerts to dispatch out of the record...
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-09-23 Matt CaswellMove initial TLS write record layer code into new structure
2022-08-31 Juergen ChristFix memory leak with TLS1.2 compression
2022-08-23 Tomas MrazDo not use RLAYERfatal on NULL RLAYER
2022-08-18 Matt CaswellCheck record layer callbacks are non-null
2022-08-18 Matt CaswellFormatting cleanups
2022-08-18 Matt CaswellRemove redefinition of SSL_AD_NO_ALERT
2022-08-18 Matt CaswellRename some functions to be more consistent
2022-08-18 Matt CaswellStandardise type for epoch
2022-08-18 Matt CaswellRemove the SSL3_RECORD read field
2022-08-18 Matt CaswellClean up some SCTP releated issues
2022-08-18 Matt CaswellEnsure various record layer options can be updated
2022-08-18 Matt CaswellUpdate the tls13encryptiontest for new read record...
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 CaswellRemove a redundant TODO
2022-08-18 Matt CaswellCleanse the SSLv3 MAC secret when we clean up the read...
2022-08-18 Matt CaswellRemove an unnecessary setup of the read buffer
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 CaswellRemove some TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
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 CaswellRemove the separation betweeen enc_read_ctx and enc_wri...
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 CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellRemove use of ossl_statem_in_error() from the record...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellRemove SSL_USE_EXPLICT_IV() from the record layer methods
2022-08-18 Matt CaswellRemove some use of SSL object from record layer
2022-08-18 Matt CaswellDisallow SSL2_VERSION record version in an SSLv3 record...
2022-08-18 Matt CaswellFix some no-comp compilation failures
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 CaswellMove protocol version specific code into separate files