summaryrefslogtreecommitdiff
path: root/ssl/quic
Commit message (Expand)AuthorAgeFilesLines
...
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-222-7/+12
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-222-4/+20
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-224-47/+41
* Treat unknown frames as a protocol errorMatt Caswell2023-02-221-27/+7
* Add a skeleton quicfaultstestMatt Caswell2023-02-221-0/+6
* Add the ability to mutate QUIC packets before they are writtenMatt Caswell2023-02-223-16/+72
* Rationalize FIPS sourcesTomas Mraz2023-02-081-1/+1
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-302-3/+3
* QUIC TXP: Allow TXP to generate probesHugo Landau2023-01-301-15/+81
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-9/+3
* QUIC ACKM: Clarify probe typesHugo Landau2023-01-301-6/+10
* QUIC FIN Support: Various fixesHugo Landau2023-01-271-2/+1
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-273-11/+71
* QUIC TXP: Fix handling of FIN stream chunksHugo Landau2023-01-271-19/+25
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-273-16/+43
* Remove the user_ssl fieldMatt Caswell2023-01-241-2/+0
* Add QUIC-TLS server supportMatt Caswell2023-01-243-13/+60
* Remove the old Dummy Handshake codeMatt Caswell2023-01-242-576/+0
* Add support for the msg_callbackMatt Caswell2023-01-241-0/+79
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-244-25/+28
* Add an initial QUIC-TLS implementationMatt Caswell2023-01-242-0/+647
* Create the SSL object for QUIC-TLSMatt Caswell2023-01-241-1/+11
* QUIC Test Server: Minor fixupsHugo Landau2023-01-193-23/+27
* QUIC DEMUX: Refactor list manipulationHugo Landau2023-01-191-2/+1
* QUIC Test Server ImplementationHugo Landau2023-01-192-0/+164
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-192-26/+209
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-191-45/+186
* QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau2023-01-191-17/+39
* QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau2023-01-191-2/+5
* QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau2023-01-191-3/+7
* QUIC DHS: (Server support) Add server state machine for DHSHugo Landau2023-01-191-46/+278
* QUIC DEMUX: (Server support) Add support for default handlerHugo Landau2023-01-191-10/+41
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-133-27/+27
* QUIC CHANNEL: Handle network errors as connection-fatal eventsHugo Landau2023-01-131-32/+103
* QUIC QTX: Handle network errors explicitlyHugo Landau2023-01-131-6/+35
* QUIC DEMUX: Handle network errors explicitlyHugo Landau2023-01-131-10/+28
* QUIC CSM: Minor style fixesHugo Landau2023-01-133-319/+321
* QUIC: Minor cleanupHugo Landau2023-01-132-16/+18
* QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau2023-01-132-5/+27
* QUIC: Add TODO for CCM supportHugo Landau2023-01-131-0/+2
* QUIC Front-End I/O API: Determine read completion correctlyHugo Landau2023-01-131-1/+1
* QUIC: Use ossl_assertHugo Landau2023-01-132-4/+7
* QUIC RXDP: Different error messages for stream conditionsHugo Landau2023-01-131-10/+46
* QUIC: Minor comment and editorial fixesHugo Landau2023-01-131-1/+1
* QUIC Front End I/O API: Don't allow EPW to be enabled during AONHugo Landau2023-01-131-9/+4
* QUIC Front End I/O API: Tweaks to handshake processingHugo Landau2023-01-131-20/+50
* QUIC Front End I/O API: Remove unnecessary code from SSL_get_tick_timeoutHugo Landau2023-01-131-9/+2
* QUIC CHANNEL: Minor cleanups and bug fixHugo Landau2023-01-131-5/+3
* QUIC: Style fixesHugo Landau2023-01-132-2/+3
* QUIC Front End I/O API: Wire up SSL_CTX ctrls and remove unneeded functionsHugo Landau2023-01-131-8/+3