summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* quic_newcid_test: Add negative test caseHEADmasterTomas Mraz2023-05-171-11/+23
* Add test for handling NEW_CONNECTION_ID frameTomas Mraz2023-05-174-2/+190
* quic_tserver: Add possibility to change the connection idTomas Mraz2023-05-174-6/+32
* Fix test cases using NEW_CONNECTION_ID frameTomas Mraz2023-05-172-7/+54
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-175-9/+113
* quic_txp_test.c: Cleanup use of WPACKETTomas Mraz2023-05-171-10/+14
* QUIC Documentation: update man(7) for multi-streamHugo Landau2023-05-171-29/+189
* QUIC man(7) DocumentationHugo Landau2023-05-172-0/+687
* Fix stack corruption in ui_readBernd Edlinger2023-05-173-3/+53
* Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai2023-05-152-1/+43
* QUIC: Documentation fixHugo Landau2023-05-121-10/+9
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-128-99/+19
* QUIC: Fix CRYPTO_GET_REFHugo Landau2023-05-121-0/+1
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-1212-69/+68
* QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau2023-05-122-3/+3
* QUIC MSST: Documentation fixesHugo Landau2023-05-127-27/+28
* QUIC MSST: Fix test on macOSHugo Landau2023-05-121-0/+1
* QUIC MSST: Further documentation fixesHugo Landau2023-05-121-5/+7
* QUIC MSST: Clarify default XSO transitionsHugo Landau2023-05-121-0/+6
* QUIC MSST: Documentation fixesHugo Landau2023-05-122-3/+5
* QUIC APL: Fix a bug where avail could be used uninitializedHugo Landau2023-05-121-1/+1
* QUIC MSST: Test that SSL_free works in either orderHugo Landau2023-05-121-11/+25
* QUIC APL: Handle reference for multiple streams counting correctlyHugo Landau2023-05-121-7/+95
* REFCOUNT: Add support for querying refcountHugo Landau2023-05-121-0/+37
* QUIC APL: Fix logic of SSL_get_stream_typeHugo Landau2023-05-121-7/+10
* QUIC MSST: Minor fixes and cleanupsHugo Landau2023-05-125-18/+13
* QUIC MSST: Documentation updatesHugo Landau2023-05-124-14/+65
* QUIC MSST: Fix tests on platforms with non-deterministic loopback interface b...Hugo Landau2023-05-121-37/+87
* QUIC QRX: Fix a list usage bugHugo Landau2023-05-121-0/+1
* Minor fixupsHugo Landau2023-05-124-8/+4
* QUIC MSST: TestsHugo Landau2023-05-123-1/+1229
* QUIC APL: Fix a bug where incoming unidirectional streams weren't detectedHugo Landau2023-05-121-6/+10
* QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau2023-05-122-0/+50
* QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau2023-05-122-2/+33
* QUIC QSM: Minor bugfixesHugo Landau2023-05-121-6/+16
* QUIC MSST: make updateHugo Landau2023-05-124-1/+57
* QUIC MSST: Add documentation for new APIsHugo Landau2023-05-1210-0/+909
* QUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is freedHugo Landau2023-05-121-6/+11
* QUIC QSM: Stream garbage collectionHugo Landau2023-05-125-7/+210
* QUIC FIFD: Add support for callback on frame ACKHugo Landau2023-05-125-0/+75
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-125-0/+312
* QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistentlyHugo Landau2023-05-122-2/+17
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-124-49/+45
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-125-8/+13
* QUIC QSM: Handle STOP_SENDING correctlyHugo Landau2023-05-123-7/+33
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-125-7/+62
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-125-39/+85
* QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMSHugo Landau2023-05-122-4/+31
* QUIC CHANNEL: Incoming streams implicitly create lower-numbered streamsHugo Landau2023-05-122-11/+40
* QUIC: Update faults test to use streams correctlyHugo Landau2023-05-121-3/+13