summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create internal/ssl.hMatt Caswell2023-05-242-3/+20
* Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell2023-05-244-4/+4
* Create setter functions for the msg_callback and msg_callback_argMatt Caswell2023-05-244-20/+25
* Properly handling stream/crypto frames while tracingMatt Caswell2023-05-241-3/+9
* Enable tracing of packets that have been sentMatt Caswell2023-05-244-3/+12
* Extend tracing of frames to transmitted framesMatt Caswell2023-05-241-0/+5
* Support trace for QUIC FramesMatt Caswell2023-05-241-0/+3
* Support trace for QUIC PacketsMatt Caswell2023-05-241-0/+1
* Add initial QUIC support for the msg_callbackMatt Caswell2023-05-243-0/+16
* Remove an unused variable (clang 16 warning)Hugo Landau2023-05-241-4/+2
* QUIC: Fix bugs where threading is disabledHugo Landau2023-05-243-1/+3
* QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau2023-05-241-1/+3
* QUIC TSERVER: Allow detection of new incoming streamsHugo Landau2023-05-241-0/+7
* Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...Dragan Zuvic2023-05-221-14/+36
* quic_tserver: Add possibility to change the connection idTomas Mraz2023-05-172-0/+9
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-171-0/+2
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-3/+0
* QUIC: Fix CRYPTO_GET_REFHugo Landau2023-05-121-0/+1
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-122-6/+6
* QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau2023-05-121-1/+1
* QUIC MSST: Documentation fixesHugo Landau2023-05-121-1/+1
* REFCOUNT: Add support for querying refcountHugo Landau2023-05-121-0/+37
* QUIC MSST: Minor fixes and cleanupsHugo Landau2023-05-122-3/+3
* Minor fixupsHugo Landau2023-05-121-3/+0
* QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau2023-05-121-0/+16
* QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau2023-05-121-1/+1
* QUIC MSST: make updateHugo Landau2023-05-121-1/+1
* QUIC QSM: Stream garbage collectionHugo Landau2023-05-122-1/+124
* QUIC FIFD: Add support for callback on frame ACKHugo Landau2023-05-122-0/+14
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-122-0/+46
* QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistentlyHugo Landau2023-05-121-0/+12
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-121-15/+17
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-122-2/+4
* QUIC QSM: Handle STOP_SENDING correctlyHugo Landau2023-05-121-0/+7
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-121-3/+9
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-0/+2
* QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMSHugo Landau2023-05-121-1/+12
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-121-1/+7
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-121-0/+17
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-122-0/+6
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-122-0/+7
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-124-0/+26
* QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau2023-05-122-0/+3
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-122-0/+7
* QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau2023-05-121-0/+1
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-122-0/+2
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-121-2/+12
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-122-3/+37
* QUIC APL: Add stream creation APIsHugo Landau2023-05-122-0/+10
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-122-0/+5