summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-10-25QUIC CHANNEL: Handle ping deadlines differentlyHugo Landau
2023-10-25QUIC CHANNEL: Tweak crypto buffer sizesHugo Landau
2023-10-25QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau
2023-10-25QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-24Make sure we remember how much data we sent in the event of a retryMatt Caswell
2023-10-24When requeueing deferred URXEs retain the orderMatt Caswell
2023-10-23If an error occurs constructing the quic record layer, free it properlyMatt Caswell
2023-10-23Fix a use-after-free in qrx_proces_pktMatt Caswell
2023-10-23Ignore a bad signature in a CertificateVerify message while fuzzingMatt Caswell
2023-10-23Don't fail on a bad dcid in the tranport params when fuzzingMatt Caswell
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-20Postpone two TODO(QUIC) items appropriatelyTomas Mraz
2023-10-19Ignore ping deadline when calculating tick deadline if we can't sendMatt Caswell
2023-10-19Ignore retry packets that arrive too lateMatt Caswell
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell
2023-10-04Print record version for DTLSv1_listen()Frederik Wedel-Heinen
2023-10-04Pass the dtls record version to the record layer msg_callback function.Frederik Wedel-Heinen
2023-10-04Call post_process_record for dtls recordsFrederik Wedel-Heinen
2023-10-04Occupy the rec_version field of a decoded dtls recordFrederik Wedel-Heinen
2023-09-28Copyright year updatesMatt Caswell
2023-09-25Remove a spurious inclusion of the sparse array header fileMatt Caswell
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell
2023-09-20QUIC APL: Wire SSL_get_[rw]poll_descriptor for TLS/DTLSHugo Landau
2023-09-20QUIC: Wire SSL_net_(read|write)_desired for TLS/DTLSHugo Landau
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma
2023-09-18Fix new typos found by codespellDimitri Papadopoulos
2023-09-13QUIC CHANNEL: Add missing duplicate TPARAM handling casesHugo Landau
2023-09-13Ensure QUIC-TLS errors raised during channel start are available to callerMatt Caswell
2023-09-13Fix typos found by codespellDimitri Papadopoulos
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-12Add a test for using a PSK with QUICMatt Caswell
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-09-04Include #include "internal/numbers.h" in ssl/quic/quic_cfq.cRichard Levitte
2023-09-02Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma
2023-09-02Handle non IO based retry errors in QUICMatt Caswell
2023-09-01QUIC APL: Implement SSL_wantHugo Landau
2023-09-01QUIC APL: Revise I/O error setting so that the last error is set on successHugo Landau
2023-09-01QUIC APL: Adjust expect_quic_conn_onlyHugo Landau
2023-09-01QUIC RXDP: Reuse allocations between ACK frame processingHugo Landau
2023-09-01QUIC WIRE: When peeking at number of ACK ranges, ensure enough data is availableHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01Fix after rebaseHugo Landau
2023-09-01QUIC APL: Report that we do not support SSL_clear correctlyHugo Landau
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau