summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau2023-12-214-38/+28
* QUIC CHANNEL: Finish cleanup of LCIDM integrationHugo Landau2023-12-211-5/+4
* QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau2023-12-214-132/+14
* MARKER: End of Phase 3: Legacy CleanupHugo Landau2023-12-210-0/+0
* QUIC DEMUX: Remove legacy routing codeHugo Landau2023-12-212-262/+28
* QUIC QRX: Remove legacy DEMUX-QRX routing codeHugo Landau2023-12-212-62/+1
* QUIC QRL TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-18/+32
* QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-3/+13
* QUIC DEMUX, QRX: Add deprecation notices for future handlingHugo Landau2023-12-212-0/+20
* QUIC CHANNEL: Phase out use of QRX-DEMUX routing in favour of PORT-LCIDM routingHugo Landau2023-12-211-12/+12
* QUIC CHANNEL: Keep a reference to our LCIDMHugo Landau2023-12-214-1/+10
* QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau2023-12-213-1/+16
* QUIC DEMUX: Allow parsed DCID to be learnt in default packet handlerHugo Landau2023-12-214-14/+23
* QUIC PORT: Create a LCIDMHugo Landau2023-12-211-0/+6
* QUIC PORT: Partially move stateless reset handling to portHugo Landau2023-12-213-46/+56
* QUIC PORT: Add SRTM wiringHugo Landau2023-12-212-0/+15
* QUIC CHANNEL: Remove legacy calls for functionality moved to QUIC_PORTHugo Landau2023-12-215-28/+15
* MARKER: End of Phase 2: Transfer of Responsibilities Done, Legacy Compat Reta...Hugo Landau2023-12-210-0/+0
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-218-163/+128
* QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNELHugo Landau2023-12-217-139/+172
* QUIC PORT: Make QUIC_PORT responsible for creation of all channelsHugo Landau2023-12-215-12/+73
* QUIC PORT: Record a SSL_CTX for use when creating handshake layer objectsHugo Landau2023-12-215-0/+16
* QUIC PORT: Keep a list of all child channelsHugo Landau2023-12-214-0/+26
* QUIC CHANNEL, PORT: Abstract time retrievalHugo Landau2023-12-213-8/+12
* QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORTHugo Landau2023-12-217-70/+26
* MARKER: End of Phase 1: Unused QUIC_PORTHugo Landau2023-12-210-0/+0
* QUIC CHANNEL: Make a QUIC_PORT mandatoryHugo Landau2023-12-211-0/+3
* QUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with a currently unused QUIC_PORTHugo Landau2023-12-212-1/+21
* QUIC APL: Provide the QUIC_CHANNEL with a currently unused QUIC_PORTHugo Landau2023-12-212-9/+29
* QUIC CHANNEL: Keep a reference to a QUIC_PORTHugo Landau2023-12-213-0/+11
* QUIC PORT: Add basic unwired QUIC_PORT objectHugo Landau2023-12-214-1/+342
* QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau2023-12-215-6/+49
* 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
* Make SSL_clear_options pass new options to record layerlan11202023-12-201-1/+13
* Bump actions/setup-python from 4.7.1 to 5.0.0dependabot[bot]2023-12-201-1/+1
* LoongArch64 assembly pack: Really implement OPENSSL_rdtscXi Ruoyao2023-12-191-2/+2
* Update IPAddressOrRange_cmp function to handle switch caseVikas Verma2023-12-191-0/+4
* LoongArch64 assembly pack: Fix ChaCha20 ABI breakageXi Ruoyao2023-12-191-10/+36
* Fix declspec align syntaxKai Pastor2023-12-191-38/+38
* Fix comment syntaxKai Pastor2023-12-191-158/+158
* Fix no-des failure in test_cmsBernd Edlinger2023-12-191-2/+2
* test_export_key_mat(): Long context support works with new fips provider onlyTomas Mraz2023-12-191-14/+19
* openssl-cmp.pod.in: fix grammar glitchDr. David von Oheimb2023-12-191-1/+1
* CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb2023-12-193-61/+106
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-1917-29/+213
* Consolidate raising errors in SSL_CONF_cmd()Tomas Mraz2023-12-192-14/+17
* Test that incorrect entry in the ssl section is not fatalTomas Mraz2023-12-191-0/+1
* Always apply all configuration settings from the ssl sectionTomas Mraz2023-12-191-4/+7