summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_ssl.h
AgeCommit message (Expand)Author
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-01QUIC APL: Implement SSL_wantHugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-07-31QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC: Implement SSL_has_pendingHugo Landau
2023-07-05QUIC: Control SSL option settingHugo Landau
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-16QUIC: Add internal APIs for white-box testing of key updateHugo Landau
2023-06-16QUIC APL: Correct implementation of time callback overrideHugo Landau
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau
2023-05-12QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-05-12QUIC Dispatch: Refactor APL interface to use SSL pointers not QC pointersHugo Landau
2023-05-12QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau
2023-03-30Enhance quic_tserver test to fully test thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30QUIC Channel: Add a mutexHugo Landau
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC Front End I/O API: Wire up SSL_CTX ctrls and remove unneeded functionsHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2023-01-13QUIC Front-End I/O APIHugo Landau
2023-01-13Remove duplicate declarationHugo Landau
2022-11-14Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte