summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always automatically add -DPEDANTIC with enable-ubsanTomas Mraz2022-08-234-7/+5
* Fix doc-nitsTodd Short2022-08-221-25/+3
* evp: Use functions instead of direct structure field referencesTianjia Zhang2022-08-222-26/+33
* evp: Simplify ARIA aead cipher definitionTianjia Zhang2022-08-221-9/+9
* Add BSD-armv4 target based on linux-armv4Piotr Kubaj2022-08-222-0/+39
* Clarify dashes are required for openssl list commandJeff Croxell2022-08-191-7/+7
* Update gitignoreTodd Short2022-08-191-0/+1
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-1912-8/+476
* Limit the size of various MAXCHUNK definitionsPauli2022-08-192-2/+2
* Coverity: misuses of time_tPauli2022-08-192-13/+11
* Check record layer callbacks are non-nullMatt Caswell2022-08-182-8/+15
* Formatting cleanupsMatt Caswell2022-08-189-165/+154
* Remove redefinition of macrosMatt Caswell2022-08-181-21/+0
* Remove redefinition of SSL_AD_NO_ALERTMatt Caswell2022-08-183-3/+1
* Ensure the rrl object is set to NULL after it is freedMatt Caswell2022-08-181-0/+1
* Rename some functions to be more consistentMatt Caswell2022-08-183-12/+11
* Rename DTLS1_BITMAP to DTLS_BITMAPMatt Caswell2022-08-184-18/+18
* Remove ssl/record/README.mdMatt Caswell2022-08-181-73/+0
* Standardise type for epochMatt Caswell2022-08-188-12/+12
* Remove the SSL3_RECORD read fieldMatt Caswell2022-08-183-20/+1
* Add a CHANGES.md entry for the record layer changesMatt Caswell2022-08-181-0/+4
* Clean up some SCTP releated issuesMatt Caswell2022-08-186-23/+21
* Ensure various record layer options can be updatedMatt Caswell2022-08-186-42/+93
* Remove some redundant codeMatt Caswell2022-08-1810-270/+80
* Update the tls13encryptiontest for new read record layerMatt Caswell2022-08-182-54/+75
* Implement a human readable state function for the record layerMatt Caswell2022-08-187-28/+49
* Correct some formatting errors in tls1_meth.cMatt Caswell2022-08-181-22/+17
* Move SSL_MODE_RELEASE_BUFFERS into the read record layerMatt Caswell2022-08-182-8/+6
* Remove a redundant TODOMatt Caswell2022-08-181-4/+0
* Cleanse the SSLv3 MAC secret when we clean up the read record layerMatt Caswell2022-08-181-1/+3
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-1812-87/+100
* Remove an unnecessary setup of the read bufferMatt Caswell2022-08-181-12/+0
* Clear away some unused fields and cruft in the record layerMatt Caswell2022-08-186-73/+12
* Remove some references to rlayer.rstateMatt Caswell2022-08-183-11/+11
* Ensure we use a dgram mem BIO for the DTLS record layerMatt Caswell2022-08-181-1/+4
* Remove some more redundant TODO(RECLAYER) commentsMatt Caswell2022-08-183-12/+0
* Resolve a TODO(RECLAYER) in the SSLv3 codeMatt Caswell2022-08-181-112/+43
* Remove some TODO(RECLAYER) commentsMatt Caswell2022-08-1812-31/+7
* Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell2022-08-1814-226/+73
* Standardise some DTLS record layer namingMatt Caswell2022-08-181-12/+11
* Remove some remaining SSL object references from DTLS record layerMatt Caswell2022-08-188-28/+42
* Push unprocessed DTLS records from one record layer object to nextMatt Caswell2022-08-181-97/+27
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-1813-230/+261
* Move some DTLS read code into the read record layerMatt Caswell2022-08-1819-909/+1027
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-1814-232/+170
* Remove the separation betweeen enc_read_ctx and enc_write_ctxMatt Caswell2022-08-185-85/+52
* Enable the record layer to call the ssl_security callbackMatt Caswell2022-08-184-6/+20
* Use a record layer specific message callbackMatt Caswell2022-08-184-16/+30
* Move early data counting out of the SSL object and into the record layerMatt Caswell2022-08-189-26/+128
* Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell2022-08-187-35/+19