summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01QUIC APL: Introduce addressed v. non-addressed mode handlingHugo Landau
2023-09-01QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau
2023-09-01QUIC APL: Refactor blocking configuration to allow late blocking support dete...Hugo Landau
2023-09-01QUIC CHANNEL: Cleanup poll descriptor managementHugo Landau
2023-09-01QUIC REACTOR: Move can-poll flags into reactorHugo Landau
2023-09-01QUIC APL: Autoconfigure BIOs as non-blockingHugo Landau
2023-09-01BIO_ssl: Make helper functions configure BIOs for QUIC correctlyHugo Landau
2023-09-01QUIC APL: Better error reportingHugo Landau
2023-09-01QUIC CHANNEL: Only handle the first protocol error raisedHugo Landau
2023-09-01QUIC TLS: Better error message when ALPN not usedHugo Landau
2023-09-01Removed unnecessary brace in ktls_configure_cryptoAbhirup Manna
2023-08-30QUIC APL: Determine if an error is an I/O error dynamicallyHugo Landau
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-30QUIC APL: Support waiting for peer-initiated shutdownHugo Landau
2023-08-30QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-29Removed unused struct ssl3_comp_stFrederik Wedel-Heinen
2023-08-29Removed unused member read_iv of ossl_record_layer_stFrederik Wedel-Heinen
2023-08-29QUIC RXDP: Handle PING correctlyHugo Landau
2023-08-29QUIC QRX: Initialise all RXE fields properly for non-encrypted packetsHugo Landau
2023-08-29QUIC APL: Handle modes correctlyHugo Landau
2023-08-29QUIC: Minimally handle version negotiation packetsHugo Landau
2023-08-25QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25ch_init(): Add braces to appease older clang compilersTomas Mraz
2023-08-25quic_tls.c: Fix wrong format string when raising errorTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-25Don't keep creating CONNECTION_CLOSE framesMatt Caswell
2023-08-25Keep sending datagrams while we have data to sendMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-24Add the ability to set SSL_trace as the msg_callback in tserverMatt Caswell
2023-08-24Change the TLS handshake keys early if we're not doing early dataMatt Caswell