index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
quic_multistream_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for SSL_stream_reset
Neil Horman
2024-11-13
1
-4
/
+33
*
Disable 70-test_quic_multistream.t when building with PUT threads.
Randall S. Becker
2024-06-04
1
-0
/
+4
*
Added an explicit yield (OP_SLEEP) to QUIC testing for cooperative threading.
Randall S. Becker
2024-05-22
1
-0
/
+1
*
quic_multistream_test: fix undefined symbol snprintf with VS2010
Georgi Valkov
2024-05-14
1
-4
/
+4
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
QUIC MULTISTREAM TEST: Test write buffer statistics queries
Hugo Landau
2024-03-09
1
-0
/
+39
*
QUIC: Uniform changes for QUIC error code definitions rename
Hugo Landau
2024-03-08
1
-79
/
+79
*
QUIC MULTISTREAM TEST: Test explicit event handling mode
Hugo Landau
2024-02-19
1
-11
/
+112
*
QUIC MULTISTREAM Test: Ensure poll test is robust
Hugo Landau
2024-02-10
1
-2
/
+5
*
QUIC MULTISTREAM TEST: Add test for SSL_poll
Hugo Landau
2024-02-10
1
-1
/
+151
*
Fixup multistream test
Hugo Landau
2024-02-08
1
-4
/
+5
*
Minor fixes after rebase
Hugo Landau
2024-02-08
1
-3
/
+2
*
QUIC MULTISTREAM TEST: Make test resilient on stochastic platforms
Hugo Landau
2024-02-08
1
-4
/
+10
*
Quiet false warning about uninitialised variable
Hugo Landau
2024-02-08
1
-1
/
+1
*
QUIC MULTISTREAM TEST: Test available stream count API
Hugo Landau
2024-02-08
1
-0
/
+77
*
QUIC MULTISTREAM TEST: Test idle timeout configuration
Hugo Landau
2024-02-08
1
-1
/
+120
*
QLOG: Editorial fixes (QLOG is spelled 'qlog')
Hugo Landau
2024-02-02
1
-1
/
+1
*
QLOG: QUIC MULTISTREAM TEST: Pass script name to QLOG
Hugo Landau
2024-02-02
1
-2
/
+10
*
Add QUIC stateless reset test
Neil Horman
2024-01-31
1
-2
/
+118
*
QUIC MULTISTREAM TEST: Test optimised FIN API
Hugo Landau
2024-01-23
1
-1
/
+38
*
QUIC APL, TSERVER: Start using a QUIC_ENGINE object
Hugo Landau
2023-12-21
1
-4
/
+4
*
QUIC MULTISTREAM TEST: Make error tests non-mutating and restore error code test
Hugo Landau
2023-12-21
1
-3
/
+9
*
QUIC MULTISTREAM TEST: add OP_POP_ERR
Hugo Landau
2023-12-21
1
-0
/
+8
*
QUIC PORT, CHANNEL: Move ticking code into QUIC_PORT
Hugo Landau
2023-12-21
1
-2
/
+4
*
QUIC CHANNEL: Consolidate forward object declarations in a single header
Hugo Landau
2023-12-21
1
-0
/
+1
*
Correct order of ossl_condvar_signal in quic_multistream_test
Neil Horman
2023-11-08
1
-3
/
+3
*
QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet types
Hugo Landau
2023-11-02
1
-10
/
+16
*
QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on Windows
Hugo Landau
2023-11-02
1
-1
/
+8
*
QUIC MULTISTREAM TEST: Output connection closure reason info on failure
Hugo Landau
2023-10-25
1
-0
/
+52
*
quic_multistream_test: Output info about connection close reason
Tomas Mraz
2023-10-25
1
-1
/
+3
*
QUIC: Test handling of post-connection session tickets
Hugo Landau
2023-10-20
1
-1
/
+62
*
QUIC: Prevent incoming oversize tokens
Hugo Landau
2023-10-20
1
-0
/
+1
*
QUIC APL: Fix incoming default stream popping
Hugo Landau
2023-10-13
1
-1
/
+22
*
Fix timeouts in the quic_multistream test script 13
Matt Caswell
2023-10-02
1
-1
/
+1
*
Ensure we free all the BIOs in a chain for QUIC like we do in TLS
Matt Caswell
2023-09-22
1
-4
/
+2
*
QUIC MULTISTREAM TEST: Correct trivial bug
Hugo Landau
2023-09-13
1
-1
/
+1
*
Fix test_quic_multistream to allow multiple concurrent tests
Richard Levitte
2023-09-11
1
-5
/
+16
*
QUIC MULTISTREAM TEST: Add comment
Hugo Landau
2023-09-06
1
-0
/
+4
*
QUIC MULTISTREAM TEST: Adjust spin behaviour
Hugo Landau
2023-09-06
1
-2
/
+12
*
QUIC MULTISTREAM TEST: Synchronize script 20 correctly
Hugo Landau
2023-09-06
1
-3
/
+67
*
QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modes
Hugo Landau
2023-09-06
1
-98
/
+301
*
internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_C
Richard Levitte
2023-09-04
1
-0
/
+1
*
QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_error
Hugo Landau
2023-09-01
1
-9
/
+59
*
QUIC API: Revise SSL_get_conn_close_info to use a flags field
Hugo Landau
2023-09-01
1
-2
/
+6
*
QUIC MULTISTREAM TEST: Test WAIT_PEER
Hugo Landau
2023-08-30
1
-7
/
+48
*
QUIC: Version negotiation testing
Hugo Landau
2023-08-29
1
-1
/
+127
*
QUIC MULTISTREAM TEST: Fix connect-or-fail
Hugo Landau
2023-08-29
1
-5
/
+6
*
QUIC MULTISTREAM TEST: Test backpressure on stream creation
Hugo Landau
2023-08-25
1
-9
/
+96
*
Add a test for receiving a post-handshake CertificateRequest
Matt Caswell
2023-08-15
1
-0
/
+148
*
Add the ability to send NewSessionTicket messages when we want them
Matt Caswell
2023-08-15
1
-0
/
+8
[next]