summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-09-01Remove unused dtls1_bitmap.cTomas Mraz
2022-08-31Fix memory leak with TLS1.2 compressionJuergen Christ
2022-08-29Tolerate a bad record version in TLSv1.3 plaintext recordsMatt Caswell
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-08-24Updates for OSSL_TIME changesHugo Landau
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau
2022-08-23Fix the return type for the rlayer_skip_early_data callbackMatt Caswell
2022-08-23rl->enc_ctx must be non-NULL and cipher must be setTomas Mraz
2022-08-23Do not use RLAYERfatal on NULL RLAYERTomas Mraz
2022-08-19Coverity: misuses of time_tPauli
2022-08-18Check record layer callbacks are non-nullMatt Caswell
2022-08-18Formatting cleanupsMatt Caswell
2022-08-18Remove redefinition of macrosMatt Caswell
2022-08-18Remove redefinition of SSL_AD_NO_ALERTMatt Caswell
2022-08-18Ensure the rrl object is set to NULL after it is freedMatt Caswell
2022-08-18Rename some functions to be more consistentMatt Caswell
2022-08-18Rename DTLS1_BITMAP to DTLS_BITMAPMatt Caswell
2022-08-18Remove ssl/record/README.mdMatt Caswell
2022-08-18Standardise type for epochMatt Caswell
2022-08-18Remove the SSL3_RECORD read fieldMatt Caswell
2022-08-18Clean up some SCTP releated issuesMatt Caswell
2022-08-18Ensure various record layer options can be updatedMatt Caswell
2022-08-18Remove some redundant codeMatt Caswell
2022-08-18Update the tls13encryptiontest for new read record layerMatt Caswell
2022-08-18Implement a human readable state function for the record layerMatt Caswell
2022-08-18Correct some formatting errors in tls1_meth.cMatt Caswell
2022-08-18Move SSL_MODE_RELEASE_BUFFERS into the read record layerMatt Caswell
2022-08-18Remove a redundant TODOMatt Caswell
2022-08-18Cleanse the SSLv3 MAC secret when we clean up the read record layerMatt Caswell
2022-08-18Move some fields out of the SSL object and into the record layer objectMatt Caswell
2022-08-18Remove an unnecessary setup of the read bufferMatt Caswell
2022-08-18Clear away some unused fields and cruft in the record layerMatt Caswell
2022-08-18Remove some references to rlayer.rstateMatt Caswell
2022-08-18Ensure we use a dgram mem BIO for the DTLS record layerMatt Caswell
2022-08-18Remove some more redundant TODO(RECLAYER) commentsMatt Caswell
2022-08-18Resolve a TODO(RECLAYER) in the SSLv3 codeMatt Caswell
2022-08-18Remove some TODO(RECLAYER) commentsMatt Caswell
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Standardise some DTLS record layer namingMatt Caswell
2022-08-18Remove some remaining SSL object references from DTLS record layerMatt Caswell
2022-08-18Push unprocessed DTLS records from one record layer object to nextMatt Caswell
2022-08-18Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell
2022-08-18Move some DTLS read code into the read record layerMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Remove the separation betweeen enc_read_ctx and enc_write_ctxMatt Caswell
2022-08-18Enable the record layer to call the ssl_security callbackMatt Caswell
2022-08-18Use a record layer specific message callbackMatt Caswell
2022-08-18Move early data counting out of the SSL object and into the record layerMatt Caswell