aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused dtls1_bitmap.cTomas Mraz2022-09-011-78/+0
* Fix memory leak with TLS1.2 compressionJuergen Christ2022-08-311-0/+2
* Tolerate a bad record version in TLSv1.3 plaintext recordsMatt Caswell2022-08-291-8/+2
* Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2022-08-261-21/+60
* Updates for OSSL_TIME changesHugo Landau2022-08-242-30/+31
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-244-1/+2208
* Fix the return type for the rlayer_skip_early_data callbackMatt Caswell2022-08-231-1/+1
* rl->enc_ctx must be non-NULL and cipher must be setTomas Mraz2022-08-231-4/+2
* Do not use RLAYERfatal on NULL RLAYERTomas Mraz2022-08-232-15/+9
* 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-183-17/+17
* Remove ssl/record/README.mdMatt Caswell2022-08-181-73/+0
* Standardise type for epochMatt Caswell2022-08-187-11/+11
* Remove the SSL3_RECORD read fieldMatt Caswell2022-08-183-20/+1
* 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-189-266/+80
* Update the tls13encryptiontest for new read record layerMatt Caswell2022-08-181-41/+54
* 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-1811-83/+96
* 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-1813-226/+72
* 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-1818-892/+1022
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-1813-232/+168
* 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-188-21/+122
* Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell2022-08-186-31/+14
* Remove use of SSL object for fragment length checking in record layerMatt Caswell2022-08-184-10/+31