aboutsummaryrefslogtreecommitdiffstats
path: root/test/quic_multistream_test.c
Commit message (Expand)AuthorAgeFilesLines
* QUIC MULTISTREAM Test: Ensure poll test is robustHugo Landau2024-02-101-2/+5
* QUIC MULTISTREAM TEST: Add test for SSL_pollHugo Landau2024-02-101-1/+151
* Fixup multistream testHugo Landau2024-02-081-4/+5
* Minor fixes after rebaseHugo Landau2024-02-081-3/+2
* QUIC MULTISTREAM TEST: Make test resilient on stochastic platformsHugo Landau2024-02-081-4/+10
* Quiet false warning about uninitialised variableHugo Landau2024-02-081-1/+1
* QUIC MULTISTREAM TEST: Test available stream count APIHugo Landau2024-02-081-0/+77
* QUIC MULTISTREAM TEST: Test idle timeout configurationHugo Landau2024-02-081-1/+120
* QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau2024-02-021-1/+1
* QLOG: QUIC MULTISTREAM TEST: Pass script name to QLOGHugo Landau2024-02-021-2/+10
* Add QUIC stateless reset testNeil Horman2024-01-311-2/+118
* QUIC MULTISTREAM TEST: Test optimised FIN APIHugo Landau2024-01-231-1/+38
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-211-4/+4
* QUIC MULTISTREAM TEST: Make error tests non-mutating and restore error code testHugo Landau2023-12-211-3/+9
* QUIC MULTISTREAM TEST: add OP_POP_ERRHugo Landau2023-12-211-0/+8
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-211-2/+4
* QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau2023-12-211-0/+1
* Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman2023-11-081-3/+3
* QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet typesHugo Landau2023-11-021-10/+16
* QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on WindowsHugo Landau2023-11-021-1/+8
* QUIC MULTISTREAM TEST: Output connection closure reason info on failureHugo Landau2023-10-251-0/+52
* quic_multistream_test: Output info about connection close reasonTomas Mraz2023-10-251-1/+3
* QUIC: Test handling of post-connection session ticketsHugo Landau2023-10-201-1/+62
* QUIC: Prevent incoming oversize tokensHugo Landau2023-10-201-0/+1
* QUIC APL: Fix incoming default stream poppingHugo Landau2023-10-131-1/+22
* Fix timeouts in the quic_multistream test script 13Matt Caswell2023-10-021-1/+1
* Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell2023-09-221-4/+2
* QUIC MULTISTREAM TEST: Correct trivial bugHugo Landau2023-09-131-1/+1
* Fix test_quic_multistream to allow multiple concurrent testsRichard Levitte2023-09-111-5/+16
* QUIC MULTISTREAM TEST: Add commentHugo Landau2023-09-061-0/+4
* QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau2023-09-061-2/+12
* QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau2023-09-061-3/+67
* QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau2023-09-061-98/+301
* internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte2023-09-041-0/+1
* QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau2023-09-011-9/+59
* QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau2023-09-011-2/+6
* QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau2023-08-301-7/+48
* QUIC: Version negotiation testingHugo Landau2023-08-291-1/+127
* QUIC MULTISTREAM TEST: Fix connect-or-failHugo Landau2023-08-291-5/+6
* QUIC MULTISTREAM TEST: Test backpressure on stream creationHugo Landau2023-08-251-9/+96
* Add a test for receiving a post-handshake CertificateRequestMatt Caswell2023-08-151-0/+148
* Add the ability to send NewSessionTicket messages when we want themMatt Caswell2023-08-151-0/+8
* Minor fixesHugo Landau2023-08-101-3/+3
* QUIC TEST: Fix double close of FD (coverity)Hugo Landau2023-08-101-0/+1
* QUIC TEST: Coverity - Ensure stream names are non-NULLHugo Landau2023-08-101-0/+27
* QUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testingHugo Landau2023-08-101-3/+195
* QUIC TEST: RESET_STREAM, STOP_SENDINGHugo Landau2023-08-101-1/+89
* QUIC TEST: Connection closure reason testingHugo Landau2023-08-101-7/+55
* QUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal encodingHugo Landau2023-08-101-0/+82
* QUIC TEST: Test NEW_CONN_ID framesHugo Landau2023-08-101-4/+121