index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
QUIC: Version negotiation testing
Hugo Landau
2023-08-29
2
-1
/
+132
*
QUIC MULTISTREAM TEST: Fix connect-or-fail
Hugo Landau
2023-08-29
1
-5
/
+6
*
Raise the timeout in quic_client_test.c
Tomas Mraz
2023-08-28
1
-1
/
+1
*
QUIC MULTISTREAM TEST: Test backpressure on stream creation
Hugo Landau
2023-08-25
1
-9
/
+96
*
Changed the default value of the "ess_cert_id_alg" option
olszomal
2023-08-25
1
-1
/
+1
*
80-test_cmp_http.t: Skip IPv6 address test if IPv6 is unavailable
Tomas Mraz
2023-08-25
1
-0
/
+1
*
The canonical localhost IPv6 address is [::1] not [::]
Tomas Mraz
2023-08-25
1
-1
/
+1
*
Always use uint8_t for TLS record type
Tomas Mraz
2023-08-25
1
-1
/
+1
*
Test that we send multiple datagrams in one go if appropriate
Matt Caswell
2023-08-25
1
-0
/
+55
*
Keep sending datagrams while we have data to send
Matt Caswell
2023-08-25
1
-36
/
+28
*
ctrl_params_translate: Allow RSA controls also for RSA-PSS
Ingo Franzki
2023-08-24
1
-0
/
+2
*
QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addr
Hugo Landau
2023-08-24
1
-1
/
+1
*
Change the TLS handshake keys early if we're not doing early data
Matt Caswell
2023-08-24
1
-2
/
+8
*
ossl_quic_tx_packetiser_generate(): Always report if packets were sent
Tomas Mraz
2023-08-23
1
-4
/
+4
*
qtest: Use fake time on both client and server
Tomas Mraz
2023-08-22
2
-1
/
+7
*
qtest: Run both client and server during connect
Tomas Mraz
2023-08-22
1
-9
/
+11
*
quic_trace.c: Fix typo in traces
Tomas Mraz
2023-08-22
1
-3
/
+3
*
Update the ssltraceref.txt
Tomas Mraz
2023-08-22
2
-1
/
+31
*
Test that a thread blocking in SSL_read_ex() will wake up on FIN
Matt Caswell
2023-08-20
1
-0
/
+78
*
ssl_old_test.c: Check inconsistent values from SSL_get0_alpn_selected()
Tomas Mraz
2023-08-18
1
-0
/
+12
*
Fix decoders so that they use the passed in propq.
slontis
2023-08-16
3
-2
/
+137
*
quic: process stateless resets
Pauli
2023-08-16
2
-10
/
+14
*
http_server.c: allow clients to connect with IPv6
Dr. David von Oheimb
2023-08-15
1
-2
/
+2
*
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
*
Fix no-dsa in combination with no-err
Matt Caswell
2023-08-15
1
-1
/
+2
*
Fix no-dtls and no-tls in combination
Matt Caswell
2023-08-15
1
-4
/
+8
*
quic_record_test.c: For tests that require ChaCha require also Poly1305
Tomas Mraz
2023-08-14
1
-10
/
+10
*
quicapitest.c: Fix missing wait_until_sock_readable()
Tomas Mraz
2023-08-14
1
-0
/
+9
*
Minor fixes
Hugo Landau
2023-08-10
2
-7
/
+7
*
QUIC TEST: Fix double close of FD (coverity)
Hugo Landau
2023-08-10
1
-0
/
+1
*
QUIC CC TEST: Fix memory leak
Hugo Landau
2023-08-10
1
-3
/
+7
*
QUIC FC: TEST: Coverity
Hugo Landau
2023-08-10
1
-2
/
+3
*
QUIC TEST: Coverity - Ensure stream names are non-NULL
Hugo Landau
2023-08-10
1
-0
/
+27
*
QUIC SSTREAM: Fix test which was not being executed fully
Hugo Landau
2023-08-10
1
-10
/
+18
*
QUIC TXP: Re-enable accidentially disabled tests
Hugo Landau
2023-08-10
1
-1
/
+2
*
QUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testing
Hugo Landau
2023-08-10
1
-3
/
+195
*
QUIC TEST: RESET_STREAM, STOP_SENDING
Hugo Landau
2023-08-10
1
-1
/
+89
*
QUIC TEST: Connection closure reason testing
Hugo Landau
2023-08-10
1
-7
/
+55
*
QUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal encoding
Hugo Landau
2023-08-10
1
-0
/
+82
*
QUIC TEST: Test NEW_CONN_ID frames
Hugo Landau
2023-08-10
1
-4
/
+121
*
QUIC TEST: Test malformed crypto stream data, excess buffering
Hugo Landau
2023-08-10
1
-0
/
+129
*
QUIC TEST: Ensure bogus BLOCKED frames are ignored
Hugo Landau
2023-08-10
1
-0
/
+88
*
QUIC TEST: Ensure PATH_RESPONSE is ignored
Hugo Landau
2023-08-10
1
-2
/
+25
*
QUIC TEST: Test ACK frame generation
Hugo Landau
2023-08-10
1
-0
/
+194
*
QUIC TEST: Ensure PING causes ACK generation
Hugo Landau
2023-08-10
1
-0
/
+50
*
QUIC TEST: Fault Injection: PADDING
Hugo Landau
2023-08-10
1
-0
/
+52
*
Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_free
Olga Batyshkina
2023-08-10
1
-2
/
+2
*
QUIC fault testing TODOs are changed into regular comments
Tomas Mraz
2023-08-08
2
-5
/
+11
*
QUIC CHANNEL: Improve error reporting
Hugo Landau
2023-08-08
1
-1
/
+1
[next]