]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/methods/tls_common.c
Copyright year updates
[thirdparty/openssl.git] / ssl / record / methods / tls_common.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-25  Tomas MrazAlways use uint8_t for TLS record type
2023-08-25  Tomas MrazAvoid issues with endianness when type is used in SSL_t...
2023-08-17  Matt CaswellFix a memory leak in tls_new_record_layer
2023-04-27  Matt CaswellEnsure that the SSL_rstate_string*() API works as they...
2023-04-12  Matt CaswellAllow partially releasing a record for TLS
2023-04-12  Matt CaswellMake the data field for get_record() const
2023-03-05  Matt CaswellRemove spurious error queue entries on early data
2023-02-20  Philippe Antoinefuzz: fix coverity warnings
2023-02-08  Tomas MrazRationalize FIPS sources
2023-02-08  Philippe Antoinefuzz: make post handshake reachable
2023-01-24  Matt CaswellExtend the new_record_layer function
2023-01-24  Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24  Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2023-01-24  Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2022-11-14  Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-14  Matt CaswellRename SSL3_BUFFER to TLS_BUFFER
2022-11-14  Matt CaswellMove declarations out of record.h and record_local.h
2022-11-07  Matt CaswellUse the same encryption growth macro consistently
2022-11-07  Matt CaswellFix dtls_get_max_record_overhead()
2022-11-07  Matt CaswellFix the ceiling on how much encryption growth we can...
2022-11-02  Matt CaswellFix read pipelining
2022-11-02  Matt CaswellAdd a test for TLS pipelining
2022-10-27  Matt CaswellRemove some unused OSSL_RECORD_METHOD functions
2022-10-27  Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-25  Matt CaswellFix test_tls13_encryption()
2022-10-20  Matt CaswellRemove some redundant code
2022-10-20  Matt CaswellRemove the old buffer management code
2022-10-20  Matt CaswellRemove supurious set of the record type
2022-10-20  Matt CaswellConsolidate sequence counter incrementing code
2022-10-20  Matt CaswellEnsure the record layer is responsible for calculating...
2022-10-20  Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-12  Matt CaswellFix a return value in tls_default_read_n
2022-10-12  Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12  Matt CaswellRemove ktls specific code from tls_setup_write_buffers
2022-10-12  Matt CaswellAdd a post encryption processing step
2022-10-12  Matt CaswellAdd a prepare for encryption step
2022-10-12  Matt CaswellMove record padding out of tls_common.c
2022-10-12  Matt CaswellDon't check whether we are using KTLS before calling...
2022-10-12  Matt CaswellDefer record header preparation to the protocol methods
2022-10-12  Matt CaswellAbstract out the record type processing
2022-10-12  Matt CaswellDefer write buffer and WPACKET allocation/initialisatio...
2022-10-12  Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12  Matt CaswellRemove enc_write_state
2022-10-12  Matt CaswellRemove some unneeded usage of the SSL_CONNECTION object
2022-10-12  Matt CaswellRemove most of the DTLS special casing from the write...
2022-10-12  Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-05  Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-10-05  Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-10-05  Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-27  Tomas Mraztls_write_records_default(): Remove unused variable
2022-09-23  Matt CaswellRestructure the write code
2022-09-23  Matt CaswellRemove some outstanding TODOs
2022-09-23  Matt CaswellEnsure that prefix records use a small buffer
2022-09-23  Matt CaswellMove the pipelining code into the record layer
2022-09-23  Matt CaswellRe-enable the multiblock code and move it into the...
2022-09-23  Matt CaswellMake sure we call get_max_records() in the record layer...
2022-09-23  Matt CaswellConvert the write record layer to supply proper return...
2022-09-23  Matt CaswellRemove some miscellaneous references to SSL_CONNECTION
2022-09-23  Matt CaswellMove the record block_padding capability fully into...
2022-09-23  Matt CaswellMove the record padding callback fully into the record...
2022-09-23  Matt CaswellRemove use of SSL_CONNECTION_TREAT_AS_TLS13() from...
2022-09-23  Matt CaswellMove need_empty_fragments inside the record layer
2022-09-23  Matt CaswellRemove empty_fragment_done
2022-09-23  Matt CaswellMove logic for figuring out the record version out...
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
next