aboutsummaryrefslogtreecommitdiff
path: root/test/quic_multistream_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Disable 70-test_quic_multistream.t when building with PUT threads.Randall S. Becker1-0/+4
2024-05-22Added an explicit yield (OP_SLEEP) to QUIC testing for cooperative threading.Randall S. Becker1-0/+1
2024-05-14quic_multistream_test: fix undefined symbol snprintf with VS2010Georgi Valkov1-4/+4
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-09QUIC MULTISTREAM TEST: Test write buffer statistics queriesHugo Landau1-0/+39
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau1-79/+79
2024-02-19QUIC MULTISTREAM TEST: Test explicit event handling modeHugo Landau1-11/+112
2024-02-10QUIC MULTISTREAM Test: Ensure poll test is robustHugo Landau1-2/+5
2024-02-10QUIC MULTISTREAM TEST: Add test for SSL_pollHugo Landau1-1/+151
2024-02-08Fixup multistream testHugo Landau1-4/+5
2024-02-08Minor fixes after rebaseHugo Landau1-3/+2
2024-02-08QUIC MULTISTREAM TEST: Make test resilient on stochastic platformsHugo Landau1-4/+10
2024-02-08Quiet false warning about uninitialised variableHugo Landau1-1/+1
2024-02-08QUIC MULTISTREAM TEST: Test available stream count APIHugo Landau1-0/+77
2024-02-08QUIC MULTISTREAM TEST: Test idle timeout configurationHugo Landau1-1/+120
2024-02-02QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau1-1/+1
2024-02-02QLOG: QUIC MULTISTREAM TEST: Pass script name to QLOGHugo Landau1-2/+10
2024-01-31Add QUIC stateless reset testNeil Horman1-2/+118
2024-01-23QUIC MULTISTREAM TEST: Test optimised FIN APIHugo Landau1-1/+38
2023-12-21QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau1-4/+4
2023-12-21QUIC MULTISTREAM TEST: Make error tests non-mutating and restore error code testHugo Landau1-3/+9
2023-12-21QUIC MULTISTREAM TEST: add OP_POP_ERRHugo Landau1-0/+8
2023-12-21QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau1-2/+4
2023-12-21QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau1-0/+1
2023-11-08Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman1-3/+3
2023-11-02QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet typesHugo Landau1-10/+16
2023-11-02QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on WindowsHugo Landau1-1/+8
2023-10-25QUIC MULTISTREAM TEST: Output connection closure reason info on failureHugo Landau1-0/+52
2023-10-25quic_multistream_test: Output info about connection close reasonTomas Mraz1-1/+3
2023-10-20QUIC: Test handling of post-connection session ticketsHugo Landau1-1/+62
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau1-0/+1
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau1-1/+22
2023-10-02Fix timeouts in the quic_multistream test script 13Matt Caswell1-1/+1
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell1-4/+2
2023-09-13QUIC MULTISTREAM TEST: Correct trivial bugHugo Landau1-1/+1
2023-09-11Fix test_quic_multistream to allow multiple concurrent testsRichard Levitte1-5/+16
2023-09-06QUIC MULTISTREAM TEST: Add commentHugo Landau1-0/+4
2023-09-06QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau1-2/+12
2023-09-06QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau1-3/+67
2023-09-06QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau1-98/+301
2023-09-04internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte1-0/+1
2023-09-01QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau1-9/+59
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau1-2/+6
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau1-7/+48
2023-08-29QUIC: Version negotiation testingHugo Landau1-1/+127
2023-08-29QUIC MULTISTREAM TEST: Fix connect-or-failHugo Landau1-5/+6
2023-08-25QUIC MULTISTREAM TEST: Test backpressure on stream creationHugo Landau1-9/+96
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell1-0/+148
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell1-0/+8
2023-08-10Minor fixesHugo Landau1-3/+3