aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a FreeBSD build failure when KTLS is enabledMatt Caswell2024-01-181-0/+6
* Fix reason value collision for CMP_R_UNEXPECTED_SENDERTomas Mraz2024-01-171-1/+1
* Introduce hash thunking functions to do proper castingNeil Horman2024-01-171-8/+75
* ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb2024-01-171-0/+1
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-171-0/+1
* Move discovery of the legacy alg type into the keymgmtMatt Caswell2024-01-151-0/+1
* Add X509_STORE_get1_objectsDavid Benjamin2024-01-151-0/+1
* aes_platform.h, gcm128.c: fix Darwin PowerPC macro to include ppc64barracuda1562024-01-121-1/+1
* QUIC RCIDM: Minor updatesHugo Landau2024-01-111-8/+9
* QUIC RCIDM: Add counters to support RCID count enforcementHugo Landau2024-01-111-0/+13
* QUIC RCIDM: Add RCIDMHugo Landau2024-01-111-0/+171
* Disable build of HWAES on PPC MacsTomas Mraz2024-01-111-9/+9
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-091-3/+3
* Allow duplicate CMS attributesTomas Mraz2024-01-031-0/+17
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-212-6/+10
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-211-0/+8
* Detect and prevent recursive config parsingNeil Horman2023-12-212-2/+3
* Minor updatesHugo Landau2023-12-211-4/+8
* Minor fixesHugo Landau2023-12-211-2/+3
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-212-27/+1
* QUIC ENGINE: Add unused QUIC_ENGINE objectHugo Landau2023-12-213-0/+94
* QUIC Refactor: Fix ANSI - struct definition duplicationsHugo Landau2023-12-2118-39/+33
* QUIC PORT: Allow errors to be tracked at port levelHugo Landau2023-12-211-2/+10
* ERR: Add ERR_pop()Hugo Landau2023-12-211-0/+1
* QUIC PORT: Formalise states of a portHugo Landau2023-12-211-0/+3
* QUIC DEMUX: Remove obsolete SRT handling codeHugo Landau2023-12-211-21/+0
* QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau2023-12-211-0/+7
* QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau2023-12-211-0/+2
* QUIC DEMUX: Remove legacy routing codeHugo Landau2023-12-211-72/+13
* QUIC QRX: Remove legacy DEMUX-QRX routing codeHugo Landau2023-12-211-35/+1
* QUIC DEMUX, QRX: Add deprecation notices for future handlingHugo Landau2023-12-212-0/+20
* QUIC CHANNEL: Keep a reference to our LCIDMHugo Landau2023-12-211-0/+2
* QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau2023-12-211-0/+2
* QUIC DEMUX: Allow parsed DCID to be learnt in default packet handlerHugo Landau2023-12-211-1/+5
* QUIC PORT: Partially move stateless reset handling to portHugo Landau2023-12-211-0/+3
* QUIC CHANNEL: Remove legacy calls for functionality moved to QUIC_PORTHugo Landau2023-12-212-7/+9
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-212-9/+25
* QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNELHugo Landau2023-12-212-0/+15
* QUIC PORT: Make QUIC_PORT responsible for creation of all channelsHugo Landau2023-12-212-0/+16
* QUIC PORT: Record a SSL_CTX for use when creating handshake layer objectsHugo Landau2023-12-211-0/+7
* QUIC CHANNEL, PORT: Abstract time retrievalHugo Landau2023-12-211-0/+3
* QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORTHugo Landau2023-12-212-22/+4
* QUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with a currently unused QUIC_PORTHugo Landau2023-12-211-0/+4
* QUIC CHANNEL: Keep a reference to a QUIC_PORTHugo Landau2023-12-211-0/+3
* QUIC PORT: Add basic unwired QUIC_PORT objectHugo Landau2023-12-211-0/+81
* QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau2023-12-212-3/+44
* QUIC REACTOR: Add utility function for merging tick resultsHugo Landau2023-12-211-0/+9
* list.h: Add iterator macrosHugo Landau2023-12-211-0/+28
* list.h: Allow separation of declarations and function definitionsHugo Landau2023-12-211-2/+8