summaryrefslogtreecommitdiff
path: root/ssl/record/methods/recmethod_local.h
Commit message (Expand)AuthorAgeFilesLines
* Allow partially releasing a record for TLSMatt Caswell2023-04-121-1/+1
* Make the data field for get_record() constMatt Caswell2023-04-121-1/+1
* Rationalize FIPS sourcesTomas Mraz2023-02-081-30/+0
* Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell2023-01-241-1/+0
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-141-30/+31
* Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell2022-11-141-23/+23
* Move declarations out of record.h and record_local.hMatt Caswell2022-11-141-0/+91
* Fix dtls_get_max_record_overhead()Matt Caswell2022-11-071-0/+1
* Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell2022-10-271-2/+0
* Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell2022-10-271-0/+2
* Remove the old buffer management codeMatt Caswell2022-10-201-0/+16
* Remove dtls_write_recordsMatt Caswell2022-10-201-2/+0
* Move sequence increment to post encryption processingMatt Caswell2022-10-201-0/+5
* Consolidate sequence counter incrementing codeMatt Caswell2022-10-201-0/+2
* Convert dtls_write_records to use standard record layer functionsMatt Caswell2022-10-201-0/+6
* Use common tls_write_records() even for DTLSMatt Caswell2022-10-201-0/+3
* Introduce a step to prepare the BIO before writingMatt Caswell2022-10-121-0/+7
* Add a post encryption processing stepMatt Caswell2022-10-121-0/+15
* Add a prepare for encryption stepMatt Caswell2022-10-121-0/+14
* Move record padding out of tls_common.cMatt Caswell2022-10-121-0/+5
* Defer record header preparation to the protocol methodsMatt Caswell2022-10-121-3/+14
* Abstract out the record type processingMatt Caswell2022-10-121-0/+4
* Defer write buffer and WPACKET allocation/initialisation to protocol codeMatt Caswell2022-10-121-0/+41
* Use the configured max_send_fragment value in the write record layerMatt Caswell2022-10-121-1/+5
* Remove enc_write_stateMatt Caswell2022-10-121-0/+1
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-051-2/+3
* Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell2022-10-051-2/+5
* Restructure the write codeMatt Caswell2022-09-231-5/+31
* Re-enable the multiblock code and move it into the record layerMatt Caswell2022-09-231-1/+1
* Make sure we call get_max_records() in the record layer codeMatt Caswell2022-09-231-1/+2
* Move the record block_padding capability fully into the record layerMatt Caswell2022-09-231-0/+3
* Move the record padding callback fully into the record layerMatt Caswell2022-09-231-0/+1
* Move need_empty_fragments inside the record layerMatt Caswell2022-09-231-0/+7
* Move numwpipes in the write record layerMatt Caswell2022-09-231-0/+3
* Move write buffer management into the write record layerMatt Caswell2022-09-231-0/+6
* Create the write record layer method and object and use itMatt Caswell2022-09-231-4/+3
* Move initial TLS write record layer code into new structureMatt Caswell2022-09-231-4/+4
* Formatting cleanupsMatt Caswell2022-08-181-6/+6
* Rename some functions to be more consistentMatt Caswell2022-08-181-1/+1
* Rename DTLS1_BITMAP to DTLS_BITMAPMatt Caswell2022-08-181-2/+9
* Standardise type for epochMatt Caswell2022-08-181-1/+1
* Clean up some SCTP releated issuesMatt Caswell2022-08-181-1/+0
* Ensure various record layer options can be updatedMatt Caswell2022-08-181-0/+1
* Implement a human readable state function for the record layerMatt Caswell2022-08-181-0/+2
* Clear away some unused fields and cruft in the record layerMatt Caswell2022-08-181-8/+2
* Remove some TODO(RECLAYER) commentsMatt Caswell2022-08-181-2/+0
* Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell2022-08-181-6/+0
* Remove some remaining SSL object references from DTLS record layerMatt Caswell2022-08-181-2/+12
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-181-1/+9
* Move some DTLS read code into the read record layerMatt Caswell2022-08-181-0/+16