aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* QLOG: JSON Encoder: ImplementationHugo Landau2024-02-022-1/+725
* libssl: Make some global mutable structures constantHugo Landau2024-02-0210-23/+25
* Check all frames for stateless reset conditionsNeil Horman2024-01-311-3/+3
* Free the QUIC TLS object before freeing the channelMatt Caswell2024-01-311-3/+7
* Free the tserver TLS object before freeing the channelMatt Caswell2024-01-311-1/+1
* Rationalise RECORD_LAYER_clear() and clear_record_layer()Matt Caswell2024-01-313-53/+51
* When selecting a method ensure we use the correct client/server versionMatt Caswell2024-01-311-3/+6
* Fix an assertion failure in tls_common.cMatt Caswell2024-01-311-9/+27
* replace strstr() with strchr() for single charactersrilysh2024-01-251-1/+1
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-254-0/+11
* QUIC APL: Implement optimised FIN APIHugo Landau2024-01-236-21/+61
* Removes unsed function: ssl_bad_method()Frederik Wedel-Heinen2024-01-192-7/+0
* Don't apply max_frag_len checking if no Max Fragment Length extensionMatt Caswell2024-01-181-4/+10
* Move increment of dtls epoch to change cipher state functionFrederik Wedel-Heinen2024-01-188-24/+25
* Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell2024-01-181-0/+4
* QUIC RCIDM: Minor updatesHugo Landau2024-01-111-15/+24
* QUIC RCIDM: Fix ANSI complianceHugo Landau2024-01-111-2/+2
* QUIC RCIDM: Add counters to support RCID count enforcementHugo Landau2024-01-111-1/+19
* QUIC SRTM: Fixes for clangHugo Landau2024-01-111-2/+2
* QUIC RCIDM: Minor fixesHugo Landau2024-01-111-14/+56
* QUIC RCIDM: Add RCIDMHugo Landau2024-01-112-1/+621
* Remove wpend_ret that was only assigned and never used.Frederik Wedel-Heinen2024-01-112-4/+0
* Simplify ssl protocol version comparisons.Frederik Wedel-Heinen2024-01-035-108/+93
* Fix new typos found by codespellDimitri Papadopoulos2023-12-292-2/+2
* QUIC: Move CID generation to quic_types.cHugo Landau2023-12-213-18/+30
* Minor updatesHugo Landau2023-12-213-5/+4
* QUIC PORT: Add explicit cast to get_time wrapperHugo Landau2023-12-211-1/+1
* Minor fixesHugo Landau2023-12-211-4/+3
* Minor updatesHugo Landau2023-12-213-5/+8
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-218-83/+84
* QUIC ENGINE: Add unused QUIC_ENGINE objectHugo Landau2023-12-215-8/+238
* QUIC CHANNEL: Remove obsolete SRT definitionsHugo Landau2023-12-211-8/+0
* QUIC PORT: Add missing copyright headerHugo Landau2023-12-211-0/+9
* QUIC PORT: Fix BIO_dgram usage under Winsock due to bind requirementHugo Landau2023-12-213-0/+27
* QUIC PORT: Allow errors to be tracked at port levelHugo Landau2023-12-213-10/+47
* QUIC PORT: Formalise states of a portHugo Landau2023-12-212-3/+35
* QUIC PORT: Resolve TODOsHugo Landau2023-12-211-15/+13
* QUIC DEMUX: Remove obsolete SRT handling codeHugo Landau2023-12-212-47/+3
* QUIC CHANNEL, LCIDM: Factor duplicate CID generation functionHugo Landau2023-12-213-38/+21
* QUIC CHANNEL: Finish cleanup of LCIDM integrationHugo Landau2023-12-211-5/+4
* QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau2023-12-213-132/+12
* QUIC DEMUX: Remove legacy routing codeHugo Landau2023-12-211-190/+15
* QUIC QRX: Remove legacy DEMUX-QRX routing codeHugo Landau2023-12-211-27/+0
* 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-213-1/+8
* QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau2023-12-212-1/+14
* QUIC DEMUX: Allow parsed DCID to be learnt in default packet handlerHugo Landau2023-12-213-13/+18
* QUIC PORT: Create a LCIDMHugo Landau2023-12-211-0/+6
* QUIC PORT: Partially move stateless reset handling to portHugo Landau2023-12-212-46/+53
* QUIC PORT: Add SRTM wiringHugo Landau2023-12-212-0/+15