aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* refcnt: convert references counts to a structurePauli2023-07-011-52/+125
* hpke.h, thread.h: Add extern "C" for C++ inclusionTomas Mraz2023-06-302-0/+16
* feat: add missing pki / pmi object identifiersJonathan M. Wilbur2023-06-291-0/+125
* Add a test quicserver utilityMatt Caswell2023-06-281-0/+24
* Add support for SHA256/192Fergus Dall2023-06-283-0/+3
* Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz2023-06-234-1/+27
* QUIC: Allow application to trigger TXKUHugo Landau2023-06-162-0/+5
* QUIC CHANNEL: Optimise key update using ACKsHugo Landau2023-06-161-0/+7
* QUIC: Add internal APIs for white-box testing of key updateHugo Landau2023-06-163-0/+18
* QUIC APL: Correct implementation of time callback overrideHugo Landau2023-06-161-4/+5
* QUIC RX: Support reporting the key epoch a packet was received withHugo Landau2023-06-161-0/+6
* QUIC TXP: Allow callbacks on ACK transmissionHugo Landau2023-06-161-0/+11
* QUIC TXP: Allow next PN to be used to be queriedHugo Landau2023-06-161-0/+5
* QUIC RX: Refactor key update callback to provide PNHugo Landau2023-06-161-2/+4
* QUIC TXP: Remove TX key update handling from TXPHugo Landau2023-06-161-0/+5
* QUIC TXP: Refactor status output to use an extensible structureHugo Landau2023-06-161-3/+8
* QUIC ACKM: Allow largest acked PN to be queriedHugo Landau2023-06-161-0/+3
* QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau2023-06-161-0/+3
* Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau2023-06-152-11/+0
* Fix typos found by codespellDimitri Papadopoulos2023-06-157-9/+9
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-143-3/+14
* Include poll.h instead of incorrect sys/poll.hTomas Mraz2023-06-101-1/+1
* Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth2023-06-061-0/+1
* allow to disable httpVladimĂ­r Kotal2023-06-062-0/+8
* params: provide a faster TRIE based param lookup.Pauli2023-06-023-614/+136
* [feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen2023-06-021-0/+1
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-012-4/+13
* CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb2023-05-301-0/+4
* Don't take a write lock when freeing an EVP_PKEYMatt Caswell2023-05-291-1/+1
* QUIC APL: Change SSL_get_event_timeout API designHugo Landau2023-05-292-2/+3
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-292-5/+5
* Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-132023-05-251-1/+1
* 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