summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2024-04-05Support TLS 1.3 kexs and groups with DTLS 1.3Frederik Wedel-Heinen
2024-04-04Fix wrong dtls 1 and 1.2 version checkFrederik Wedel-Heinen
2024-04-04Do DTLS13 and TLS13 connection version check in one macroFrederik Wedel-Heinen
2024-04-04Fix sending session ids in DTLS-1.3Frederik Wedel-Heinen
2024-04-04Update tls state machine logic to support dtls1.3 alongside tls1.3Frederik Wedel-Heinen
2024-04-02Fix protocol list for cmd_Protocol()Frederik Wedel-Heinen
2024-04-02Add dtls1.3 to ssl_protocol_to_string()Frederik Wedel-Heinen
2024-04-02Adds DTLS1.3 to ssl protocol to text structsFrederik Wedel-Heinen
2024-03-28Determine which label prefix to use based on if the connection is dtlsFrederik Wedel-Heinen
2024-03-28Use dtls1.3 cryptographic label prefix as dictated by RFC 9147 section 5.9Frederik Wedel-Heinen
2024-03-28Support TLS1.3 extensions with DTLS1.3Frederik Wedel-Heinen
2024-03-18Remove compile guards for dtls1.3 method implementationsFrederik Wedel-Heinen
2024-03-18Adds initial dtls 1.3 structs and definitionsFrederik Wedel-Heinen
2024-03-15Try to fix intermittent CI failures in quic_multistream testBernd Edlinger
2024-03-14Avoid a memcpy in dtls_get_reassembled_message()Frederik Wedel-Heinen
2024-03-09QUIC: Add stream write buffer queriesHugo Landau
2024-03-07QLOG: Fix indentationHugo Landau
2024-03-07QUIC: Define error code for stateless resetHugo Landau
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau
2024-03-06QUIC QLOG: Fix use of sprintfHugo Landau
2024-03-06Allow ignoring unknown sigalgs and groups in the configurationTomas Mraz
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch
2024-02-21Extended SSL_SESSION functions using time_tIjtaba Hussain
2024-02-20Future proof RLAYER_USE_EXPLICIT_IV by checking dtls versions directly.Frederik Wedel-Heinen
2024-02-19Minor updatesHugo Landau
2024-02-19Fix warningHugo Landau
2024-02-19JSON_ENC: Ensure ossl_json_flush() really flushes the BIOHugo Landau
2024-02-19QUIC CHANNEL: Defer QLOG instantiation until first eventHugo Landau
2024-02-19QUIC TXP: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC QTX: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLING_MODEHugo Landau
2024-02-16Removes record_queue struct which is no longer useful.Frederik Wedel-Heinen
2024-02-16QUIC: Fix SSL_ctrl operation for QSSOsHugo Landau
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau
2024-02-10QUIC POLLING: Support no-quic buildsHugo Landau
2024-02-10QUIC POLLING: Implement autotickHugo Landau
2024-02-10QUIC APL: Implement SSL_poll backendHugo Landau
2024-02-10QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau
2024-02-10QUIC RIO: Add frontend SSL_poll implementationHugo Landau
2024-02-10QUIC: Add polling APIHugo Landau
2024-02-09Remove unused function arguments from tls_int_new_record_layerFrederik Wedel-Heinen
2024-02-09THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau
2024-02-09QUIC QLOG: Fix use of size_t and uint64_tHugo Landau
2024-02-09QUIC QLOG: Retrieve PID correctly on WindowsHugo Landau
2024-02-08QUIC APL: Move NULL pointer check to quic_impl.cHugo Landau
2024-02-08QUIC CHANNEL: Optimise struct packingHugo Landau
2024-02-08Quiet false warning about uninitialised variableHugo Landau
2024-02-08QUIC CHANNEL: Fix idle timeout computation bugHugo Landau
2024-02-08QUIC CHANNEL: Defer transport parameter generationHugo Landau