summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-19Update VMS configurationsRichard Levitte
2023-05-18util/ctags.sh: a script for generating tags file with expanding macrosMasatake YAMATO
2023-05-18pkcs12: Fix macsaltlen parameter typeMarco Abbadini
2023-05-18Initial design for error handling in QUICTomas Mraz
2023-05-18Add support for --version and synonymsMarc Brooks
2023-05-17quic_newcid_test: Add negative test caseTomas Mraz
2023-05-17Add test for handling NEW_CONNECTION_ID frameTomas Mraz
2023-05-17quic_tserver: Add possibility to change the connection idTomas Mraz
2023-05-17Fix test cases using NEW_CONNECTION_ID frameTomas Mraz
2023-05-17Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz
2023-05-17quic_txp_test.c: Cleanup use of WPACKETTomas Mraz
2023-05-17QUIC Documentation: update man(7) for multi-streamHugo Landau
2023-05-17QUIC man(7) DocumentationHugo Landau
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-05-15Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai
2023-05-12QUIC: Documentation fixHugo Landau
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC: Fix CRYPTO_GET_REFHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau
2023-05-12QUIC MSST: Documentation fixesHugo Landau
2023-05-12QUIC MSST: Fix test on macOSHugo Landau
2023-05-12QUIC MSST: Further documentation fixesHugo Landau
2023-05-12QUIC MSST: Clarify default XSO transitionsHugo Landau
2023-05-12QUIC MSST: Documentation fixesHugo Landau
2023-05-12QUIC APL: Fix a bug where avail could be used uninitializedHugo Landau
2023-05-12QUIC MSST: Test that SSL_free works in either orderHugo Landau
2023-05-12QUIC APL: Handle reference for multiple streams counting correctlyHugo Landau
2023-05-12REFCOUNT: Add support for querying refcountHugo Landau
2023-05-12QUIC APL: Fix logic of SSL_get_stream_typeHugo Landau
2023-05-12QUIC MSST: Minor fixes and cleanupsHugo Landau
2023-05-12QUIC MSST: Documentation updatesHugo Landau
2023-05-12QUIC MSST: Fix tests on platforms with non-deterministic loopback interface b...Hugo Landau
2023-05-12QUIC QRX: Fix a list usage bugHugo Landau
2023-05-12Minor fixupsHugo Landau
2023-05-12QUIC MSST: TestsHugo Landau
2023-05-12QUIC APL: Fix a bug where incoming unidirectional streams weren't detectedHugo Landau
2023-05-12QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau
2023-05-12QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau
2023-05-12QUIC QSM: Minor bugfixesHugo Landau
2023-05-12QUIC MSST: make updateHugo Landau
2023-05-12QUIC MSST: Add documentation for new APIsHugo Landau
2023-05-12QUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is freedHugo Landau
2023-05-12QUIC QSM: Stream garbage collectionHugo Landau
2023-05-12QUIC FIFD: Add support for callback on frame ACKHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau
2023-05-12QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistentlyHugo Landau
2023-05-12QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau
2023-05-12QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau
2023-05-12QUIC QSM: Handle STOP_SENDING correctlyHugo Landau