summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-07-01refcnt: convert references counts to a structurePauli
2023-06-30hpke.h, thread.h: Add extern "C" for C++ inclusionTomas Mraz
2023-06-29feat: add missing pki / pmi object identifiersJonathan M. Wilbur
2023-06-28Add a test quicserver utilityMatt Caswell
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo 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-06-16QUIC RX: Support reporting the key epoch a packet was received withHugo Landau
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau
2023-06-16QUIC RX: Refactor key update callback to provide PNHugo Landau
2023-06-16QUIC TXP: Remove TX key update handling from TXPHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-06-16QUIC ACKM: Allow largest acked PN to be queriedHugo Landau
2023-06-16QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-10Include poll.h instead of incorrect sys/poll.hTomas Mraz
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell
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-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-13
2023-05-24Create internal/ssl.hMatt Caswell
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell
2023-05-24Enable tracing of packets that have been sentMatt Caswell
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell
2023-05-24Support trace for QUIC FramesMatt Caswell
2023-05-24Support trace for QUIC PacketsMatt Caswell
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-24Remove an unused variable (clang 16 warning)Hugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-24QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau
2023-05-24QUIC TSERVER: Allow detection of new incoming streamsHugo Landau
2023-05-22Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...Dragan Zuvic
2023-05-17quic_tserver: Add possibility to change the connection idTomas Mraz
2023-05-17Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC: Fix CRYPTO_GET_REFHugo Landau