summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-30Minor fix during rebaseHugo Landau
2023-08-30Tweak documentation for WAIT_PEERHugo Landau
2023-08-30make updateHugo Landau
2023-08-30Tweak documentation for WAIT_PEERHugo 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-29Set VC win64 perlasm scheme during ConfigureKai Pastor
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: Version negotiation testingHugo Landau
2023-08-29QUIC RXDP: Handle PING correctlyHugo Landau
2023-08-29QUIC MULTISTREAM TEST: Fix connect-or-failHugo 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-29Update Cloudflare Quiche to fix a build issueTomas Mraz
2023-08-28Raise the timeout in quic_client_test.cTomas Mraz
2023-08-28Resolve assembler complains when including loongarch_arch.hMin Zhou
2023-08-28Fix a bad merge in quic-multi-stream.c demoMatt Caswell
2023-08-25QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau
2023-08-25QUIC MULTISTREAM TEST: Test backpressure on stream creationHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
2023-08-25Revert "drop! Make failing tests run on pull request to test"Tomas Mraz
2023-08-25Revert "drop! Make OS Zoo on pull request to test"Tomas Mraz
2023-08-2580-test_cmp_http.t: Skip IPv6 address test if IPv6 is unavailableTomas Mraz
2023-08-25drop! Make OS Zoo on pull request to testTomas Mraz
2023-08-25The canonical localhost IPv6 address is [::1] not [::]Tomas Mraz
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25drop! Make failing tests run on pull request to testTomas 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-25Add a link to the multi-stream QUIC client tutorial from the introductionMatt Caswell
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell
2023-08-25Clarify SSL_accept_stream/SSL_new_stream behaviour with a default streamMatt Caswell
2023-08-25Add some additional comments to the demosMatt Caswell
2023-08-25Provide introduction/tutorial page for QUIC multi-streamMatt Caswell
2023-08-25Update quicserver to be able to handle multiple streamsMatt Caswell
2023-08-25Add a QUIC multi-stream client demoMatt Caswell
2023-08-25Add an initial guide page for writing a multi-stream QUIC clientMatt Caswell
2023-08-25Update some links within the guide to not use crypto(7)Matt Caswell
2023-08-25Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell
2023-08-25Test that we send multiple datagrams in one go if appropriateMatt Caswell
2023-08-25Don't keep creating CONNECTION_CLOSE framesMatt Caswell
2023-08-25Keep sending datagrams while we have data to sendMatt Caswell
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki