summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman
2024-01-03Allow duplicate CMS attributesTomas Mraz
2023-12-29Fix new typos found by codespellDimitri Papadopoulos
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan
2023-12-21Detect and prevent recursive config parsingNeil Horman
2023-12-21Minor updatesHugo Landau
2023-12-21Minor fixesHugo Landau
2023-12-21QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau
2023-12-21QUIC ENGINE: Add unused QUIC_ENGINE objectHugo Landau
2023-12-21QUIC Refactor: Fix ANSI - struct definition duplicationsHugo Landau
2023-12-21QUIC PORT: Allow errors to be tracked at port levelHugo Landau
2023-12-21ERR: Add ERR_pop()Hugo Landau
2023-12-21QUIC PORT: Formalise states of a portHugo Landau
2023-12-21QUIC DEMUX: Remove obsolete SRT handling codeHugo Landau
2023-12-21QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau
2023-12-21QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau
2023-12-21QUIC DEMUX: Remove legacy routing codeHugo Landau
2023-12-21QUIC QRX: Remove legacy DEMUX-QRX routing codeHugo Landau
2023-12-21QUIC DEMUX, QRX: Add deprecation notices for future handlingHugo Landau
2023-12-21QUIC CHANNEL: Keep a reference to our LCIDMHugo Landau
2023-12-21QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau
2023-12-21QUIC DEMUX: Allow parsed DCID to be learnt in default packet handlerHugo Landau
2023-12-21QUIC PORT: Partially move stateless reset handling to portHugo Landau
2023-12-21QUIC CHANNEL: Remove legacy calls for functionality moved to QUIC_PORTHugo Landau
2023-12-21QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau
2023-12-21QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNELHugo Landau
2023-12-21QUIC PORT: Make QUIC_PORT responsible for creation of all channelsHugo Landau
2023-12-21QUIC PORT: Record a SSL_CTX for use when creating handshake layer objectsHugo Landau
2023-12-21QUIC CHANNEL, PORT: Abstract time retrievalHugo Landau
2023-12-21QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORTHugo Landau
2023-12-21QUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with a currently unused QUIC_PORTHugo Landau
2023-12-21QUIC CHANNEL: Keep a reference to a QUIC_PORTHugo Landau
2023-12-21QUIC PORT: Add basic unwired QUIC_PORT objectHugo Landau
2023-12-21QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau
2023-12-21QUIC REACTOR: Add utility function for merging tick resultsHugo Landau
2023-12-21list.h: Add iterator macrosHugo Landau
2023-12-21list.h: Allow separation of declarations and function definitionsHugo Landau
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb
2023-12-14Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman
2023-12-06QUIC LCIDM: Always use lcid_obj to refer to QUIC_LCIDHugo Landau
2023-12-06QUIC LCIDM: Add debug callsHugo Landau
2023-12-06QUIC LCIDM: Correct documentationHugo Landau
2023-12-06QUIC LCIDM: Enforce and document ODCID peculiaritiesHugo Landau
2023-12-06QUIC LCIDM: Add LCIDMHugo Landau
2023-11-29Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu
2023-11-27Only include winsock2.h for struct timeval if neededHugo Landau
2023-11-25QUIC SRT GEN: Add SRT generatorHugo Landau
2023-11-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-11-23QUIC SRTM: Add SRTMHugo Landau