summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2023-08-23quic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use itTomas Mraz
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-23QUIC: Miscellaneous error handling updatesTomas Mraz
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-23Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()Tomas Mraz
2023-08-22QUIC: Update ping deadline when we receive a packetTomas Mraz
2023-08-22quic_trace.c: Fix typo in tracesTomas Mraz
2023-08-22QUIC: Do not discard the INITIAL el too earlyTomas Mraz
2023-08-20Handle the case where the read buffer is empty but we have received FINMatt Caswell
2023-08-20ssl_get_min_max_version(): Remove unused variable singleshub-al
2023-08-18quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURETomas Mraz
2023-08-17Fix a memory leak in tls_new_record_layerMatt Caswell
2023-08-17Don't free the prev BIO prematurelyMatt Caswell
2023-08-16quic: process stateless resetsPauli
2023-08-15Fix a use-after-free in quic_tls.cMatt Caswell
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell
2023-08-15TLS KeyUpdate messages are not allowed in QUICMatt Caswell
2023-08-15NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell
2023-08-15Don't forget we are doing QUIC if we clear the QUIC TLS dataMatt Caswell
2023-08-15Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell
2023-08-14ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headersTomas Mraz
2023-08-14ossl_qrl_enc_level_set_provide_secret(): Clear el->md on errorTomas Mraz
2023-08-10Minor fixesHugo Landau
2023-08-10QUIC CHANNEL: Tune RXFC default parametersHugo Landau
2023-08-10QUIC UINT_SET: Fix null dereference (coverity)Hugo Landau
2023-08-10QUIC TSERVER: Handle return value correctly (coverity)Hugo Landau
2023-08-10QUIC APL: Add missing unlock call (coverity)Hugo Landau