aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2023-10-26Accept longer context for TLS 1.2 exportersDaiki Ueno1-0/+9
2023-10-26ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov1-6/+2
2023-10-26ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov1-1/+1
2023-10-26ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov1-2/+6
2023-10-26ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov1-0/+3
2023-10-25QUIC CHANNEL: Handle ping deadlines differentlyHugo Landau1-0/+9
2023-10-25QUIC CHANNEL: Tweak crypto buffer sizesHugo Landau1-5/+6
2023-10-25QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau1-16/+14
2023-10-25QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau3-29/+46
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau1-0/+1
2023-10-24Make sure we remember how much data we sent in the event of a retryMatt Caswell1-1/+4
2023-10-24When requeueing deferred URXEs retain the orderMatt Caswell1-1/+1
2023-10-23If an error occurs constructing the quic record layer, free it properlyMatt Caswell1-1/+2
2023-10-23Fix a use-after-free in qrx_proces_pktMatt Caswell1-4/+13
2023-10-23Ignore a bad signature in a CertificateVerify message while fuzzingMatt Caswell1-0/+5
2023-10-23Don't fail on a bad dcid in the tranport params when fuzzingMatt Caswell1-0/+2
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell3-0/+23
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau2-7/+69
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz3-5/+31
2023-10-20Postpone two TODO(QUIC) items appropriatelyTomas Mraz2-2/+2
2023-10-19Ignore ping deadline when calculating tick deadline if we can't sendMatt Caswell1-8/+7
2023-10-19Ignore retry packets that arrive too lateMatt Caswell1-0/+8
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau1-2/+10
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell2-4/+23
2023-10-04Print record version for DTLSv1_listen()Frederik Wedel-Heinen1-9/+9
2023-10-04Pass the dtls record version to the record layer msg_callback function.Frederik Wedel-Heinen1-4/+4
2023-10-04Call post_process_record for dtls recordsFrederik Wedel-Heinen1-0/+5
2023-10-04Occupy the rec_version field of a decoded dtls recordFrederik Wedel-Heinen1-3/+2
2023-09-28Copyright year updatesMatt Caswell1-1/+1
2023-09-25Remove a spurious inclusion of the sparse array header fileMatt Caswell1-1/+0
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell2-6/+6
2023-09-20QUIC APL: Wire SSL_get_[rw]poll_descriptor for TLS/DTLSHugo Landau1-12/+18
2023-09-20QUIC: Wire SSL_net_(read|write)_desired for TLS/DTLSHugo Landau1-4/+4
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma1-3/+3
2023-09-18Fix new typos found by codespellDimitri Papadopoulos1-1/+1
2023-09-13QUIC CHANNEL: Add missing duplicate TPARAM handling casesHugo Landau1-0/+14
2023-09-13Ensure QUIC-TLS errors raised during channel start are available to callerMatt Caswell2-1/+13
2023-09-13Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell4-4/+17
2023-09-12Add a test for using a PSK with QUICMatt Caswell1-2/+10
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos6-9/+9
2023-09-11Remove repeated wordsDimitri Papadopoulos2-3/+3
2023-09-07Copyright year updatesMatt Caswell55-55/+55
2023-09-04Include #include "internal/numbers.h" in ssl/quic/quic_cfq.cRichard Levitte1-0/+1
2023-09-02Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma3-3/+4
2023-09-02Handle non IO based retry errors in QUICMatt Caswell2-0/+31
2023-09-01QUIC APL: Implement SSL_wantHugo Landau2-0/+47
2023-09-01QUIC APL: Revise I/O error setting so that the last error is set on successHugo Landau1-14/+36
2023-09-01QUIC APL: Adjust expect_quic_conn_onlyHugo Landau1-13/+12
2023-09-01QUIC RXDP: Reuse allocations between ACK frame processingHugo Landau3-7/+18