summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-11-14Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell
2022-11-14Move declarations out of record.h and record_local.hMatt Caswell
2022-11-14Move tls_pad.c into ssl/record/methodsMatt Caswell
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell
2022-11-14use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma
2022-11-07Use the same encryption growth macro consistentlyMatt Caswell
2022-11-07Fix dtls_get_max_record_overhead()Matt Caswell
2022-11-07Fix the ceiling on how much encryption growth we can haveMatt Caswell
2022-11-02Fix read pipeliningMatt Caswell
2022-11-02Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell
2022-11-02Add a test for TLS pipeliningMatt Caswell
2022-10-27Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell
2022-10-27Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell
2022-10-25Fix test_tls13_encryption()Matt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-20Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt Caswell
2022-10-20Remove dtls_write_recordsMatt Caswell
2022-10-20Move sequence increment to post encryption processingMatt Caswell
2022-10-20Remove supurious set of the record typeMatt Caswell
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-20Ensure the record layer is responsible for calculating record overheadsMatt Caswell
2022-10-20Convert dtls_write_records to use standard record layer functionsMatt Caswell
2022-10-20Start using WPACKET in the dtls write records codeMatt Caswell
2022-10-20Use common tls_write_records() even for DTLSMatt Caswell
2022-10-20Convert dtls_write_records() to return the correct return valuesMatt Caswell
2022-10-20Use record layer buffers for DTLS rather than the buffers in s->rlayerMatt Caswell
2022-10-20Move dlts_write_records() function in the record layerMatt Caswell
2022-10-20Create a dlts_write_records() functionMatt Caswell
2022-10-20Remove create_empty_fragment from do_dtls1_write()Matt Caswell
2022-10-18Fix sctp compile errorsslontis
2022-10-12Fix a return value in tls_default_read_nMatt Caswell
2022-10-12Introduce a step to prepare the BIO before writingMatt Caswell
2022-10-12Remove ktls specific code from tls_setup_write_buffersMatt Caswell
2022-10-12Add a post encryption processing stepMatt Caswell
2022-10-12Add a prepare for encryption stepMatt Caswell
2022-10-12Move record padding out of tls_common.cMatt Caswell
2022-10-12Don't check whether we are using KTLS before calling the cipher functionMatt Caswell
2022-10-12Defer record header preparation to the protocol methodsMatt Caswell
2022-10-12Abstract out the record type processingMatt Caswell
2022-10-12Defer write buffer and WPACKET allocation/initialisation to protocol codeMatt Caswell
2022-10-12Remove an old TODO from the codeMatt Caswell
2022-10-12Use the configured max_send_fragment value in the write record layerMatt Caswell
2022-10-12Remove enc_write_stateMatt Caswell
2022-10-12Remove some unneeded usage of the SSL_CONNECTION objectMatt Caswell
2022-10-12Remove most of the DTLS special casing from the write record codeMatt Caswell
2022-10-12Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell
2022-10-05Move the SSLv3 crypto code into the new record layerMatt Caswell
2022-10-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell