summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2022-09-23Replace references to s->wbio with rl->bioMatt Caswell
2022-09-23Use the record layer msg_callback not the SSL object msg_callbackMatt Caswell
2022-09-23Move checking for alerts to dispatch out of the record layerMatt Caswell
2022-09-23Create the write record layer method and object and use itMatt Caswell
2022-09-23Move initial TLS write record layer code into new structureMatt Caswell
2022-09-22Correctly handle a retransmitted ClientHelloMatt Caswell
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
2022-09-20Use an enum for the return value from a construction functionMatt Caswell
2022-09-20If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-13QUIC QRL: Fix bug in Handshake packet processingHugo Landau
2022-09-13time: move OSSL_TIME to libcryptoPauli
2022-09-13Avoid struct timeval in QUIC codePauli
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-09-13time: add some additional utilities and document everythingPauli
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2022-09-06Coverity 1513478: negative returnPauli
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
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