Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / ssl / record / rec_layer_s3.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-16 Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-01-31 Matt CaswellRationalise RECORD_LAYER_clear() and clear_record_layer()
2024-01-18 Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2024-01-18 Matt CaswellDocument SSL_R_UNEXPECTED_EOF_WHILE_READING
2024-01-11 Frederik Wedel-HeinenRemove wpend_ret that was only assigned and never used.
2023-10-24 Matt CaswellMake sure we remember how much data we sent in the...
2023-09-07 Matt CaswellCopyright year updates
2023-09-02 Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-08-17 Matt CaswellDon't free the prev BIO prematurely
2023-07-04 Hugo LandauMinor fixes
2023-07-04 Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04 Hugo LandauQUIC: Implement SSL_rstate_string(_long)
2023-05-01 Matt CaswellRelease zero length handshake fragment records
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-12 Matt CaswellAllow partially releasing a record for TLS
2023-04-12 Matt CaswellMake the data field for get_record() const
2023-01-27 Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-11-14 Matt CaswellFix memory leak when freeing the DTLS record layer
2022-11-14 Matt CaswellMove declarations out of record.h and record_local.h
2022-11-14 Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-11-14 J.W. Jagersmause OSSL_PARAM_construct_uint32 for max_early_data
2022-10-27 Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellRemove some TODO(RECLAYER) comments now that DTLS has...
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
2022-10-20 Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-12 Matt CaswellRemove an old TODO from the code
2022-10-12 Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-05 Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-09-23 Matt CaswellMove the pipelining code into the record layer
2022-09-23 Matt CaswellResove some outstanding TODOs
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 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 CaswellMove logic for figuring out the record version out...
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 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-18 Matt CaswellEnsure the rrl object is set to NULL after it is freed
2022-08-18 Matt CaswellClean up some SCTP releated issues
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
next