summaryrefslogtreecommitdiffstats
path: root/ssl/quic
AgeCommit message (Expand)Author
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-20Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell
2023-03-06stream_frame_new(): Add missing allocation checkTomas Mraz
2023-03-06Improve the QUIC_RSTREAM implementationTomas Mraz
2023-02-23Don't send ciphersuites twice in QUICMatt Caswell
2023-02-22Add const to some test tserver functionsMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Raise a protocol error if we have not received transport params from peerMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Treat unknown frames as a protocol errorMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-27QUIC FIN Support: Various fixesHugo Landau
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC TXP: Fix handling of FIN stream chunksHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-24Remove the user_ssl fieldMatt Caswell
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Remove the old Dummy Handshake codeMatt Caswell
2023-01-24Add support for the msg_callbackMatt Caswell
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell
2023-01-24Create the SSL object for QUIC-TLSMatt Caswell
2023-01-19QUIC Test Server: Minor fixupsHugo Landau
2023-01-19QUIC DEMUX: Refactor list manipulationHugo Landau
2023-01-19QUIC Test Server ImplementationHugo Landau
2023-01-19QUIC CHANNEL: Add basic server support for testingHugo Landau
2023-01-19QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau
2023-01-19QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau
2023-01-19QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau
2023-01-19QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau
2023-01-19QUIC DHS: (Server support) Add server state machine for DHSHugo Landau
2023-01-19QUIC DEMUX: (Server support) Add support for default handlerHugo Landau
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC CHANNEL: Handle network errors as connection-fatal eventsHugo Landau
2023-01-13QUIC QTX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC DEMUX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC CSM: Minor style fixesHugo Landau
2023-01-13QUIC: Minor cleanupHugo Landau
2023-01-13QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau
2023-01-13QUIC: Add TODO for CCM supportHugo Landau
2023-01-13QUIC Front-End I/O API: Determine read completion correctlyHugo Landau