summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_local.h
AgeCommit message (Expand)Author
2023-09-18Fix new typos found by codespellDimitri Papadopoulos
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-01Minor fixesHugo Landau
2023-09-01QUIC APL: Introduce addressed v. non-addressed mode handlingHugo Landau
2023-09-01QUIC APL: Refactor blocking configuration to allow late blocking support dete...Hugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-07-31QUIC APL: Shutdown Stream Flush FunctionalityHugo Landau
2023-07-05Rework options handlingHugo Landau
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC SSL: Prohibit readahead-related functionsHugo Landau
2023-07-05QUIC: Forbid non-QUIC ciphersHugo Landau
2023-07-05QUIC TLS: Prohibit SRTP-related calls for QUIC TLSHugo Landau
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Support trace for QUIC datagramsMatt Caswell
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-24QUIC APL: Make SSL_get_error per-stream, error raising refactorHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12Minor fixupsHugo 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 APL: Defer default XSO creationHugo Landau
2023-05-12QUIC APL: Add stream creation APIsHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-05-12QUIC: Base client/server identity on SSL method, not SSL_set_connect/accept_s...Hugo Landau
2023-05-12QUIC Dispatch: Add simple way to determine if SSL object is QUIC-relatedHugo Landau
2023-05-12QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30Front End for QUIC Thread Assisted ModeHugo Landau
2023-03-30Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2023-01-13QUIC Front-End I/O APIHugo Landau
2022-11-14Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-08-18RX depacketizer (QUIC)Richard Levitte
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-06-03Add a test_ssl_new testcaseTomas Mraz
2022-06-03First working empty protocol testTomas Mraz
2022-06-03Add empty implementations of quic method functionsTomas Mraz