summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2024-05-16Continue processing cookieless client hellos for dtls1.3Frederik Wedel-Heinen
2024-05-16Fix description of version field of ssl connection structFrederik Wedel-Heinen
2024-05-14Correct traces for certificates in dtls13Frederik Wedel-Heinen
2024-05-10Clear old messages from queues in order to avoid leaks of record layer objects.Frederik Wedel-Heinen
2024-05-10Disable middlebox for dtlsFrederik Wedel-Heinen
2024-05-10Check that both tls1.3 and dtls1.3 is disabled before removing code from comp...Frederik Wedel-Heinen
2024-05-10Fix renegotiation check that was added in https://github.com/openssl/openssl/...Frederik Wedel-Heinen
2024-05-10Fix version check to avoid unsupported protocol error in ssl_choose_server_ve...Frederik Wedel-Heinen
2024-05-10Update DTLS version testsFrederik Wedel-Heinen
2024-05-10Remove obsolete TODO and guards for post handshake authentication in DTLS 1.3Frederik Wedel-Heinen
2024-05-10Update dtls max versionFrederik Wedel-Heinen
2024-05-01Fix sanity tests for ssl_version_cmp for dtls 1.3 branchFrederik Wedel-Heinen
2024-05-01Sanity tests of inputs to ssl_version_cmpFrederik Wedel-Heinen
2024-04-30Fix ssl_lib functions for dtls 1.3Frederik Wedel-Heinen
2024-04-26tls_post_encryption_processing_default() and tls_validate_record_header()Frederik Wedel-Heinen
2024-04-23Fix session print for dtls1.3Frederik Wedel-Heinen
2024-04-23Update session id and ticket logic for dtls13Frederik Wedel-Heinen
2024-04-23Removes an mtu assertion that failsFrederik Wedel-Heinen
2024-04-23Support TLS1.3 sigalg logic in DTLS1.3Frederik Wedel-Heinen
2024-04-23Handle alerts similarly in dtls1_read_bytes() as done in ssl3_read_bytes()Frederik Wedel-Heinen
2024-04-23Make similar changes to dtls1_do_write() for dtls1.3 as in ssl3_do_write() fo...Frederik Wedel-Heinen
2024-04-23Adds some more changes dtls specific functions to make them more in sync with...Frederik Wedel-Heinen
2024-04-23Make dtls1.3 changes to dtls1_read_bytes and do_dtls1_write which matches ssl...Frederik Wedel-Heinen
2024-04-23Support TLS 1.3 kexs and groups with DTLS 1.3Frederik Wedel-Heinen
2024-04-23Fix wrong dtls 1 and 1.2 version checkFrederik Wedel-Heinen
2024-04-23Do DTLS13 and TLS13 connection version check in one macroFrederik Wedel-Heinen
2024-04-23Fix sending session ids in DTLS-1.3Frederik Wedel-Heinen
2024-04-23Update tls state machine logic to support dtls1.3 alongside tls1.3Frederik Wedel-Heinen
2024-04-23Fix protocol list for cmd_Protocol()Frederik Wedel-Heinen
2024-04-23Add dtls1.3 to ssl_protocol_to_string()Frederik Wedel-Heinen
2024-04-23Adds DTLS1.3 to ssl protocol to text structsFrederik Wedel-Heinen
2024-04-23Determine which label prefix to use based on if the connection is dtlsFrederik Wedel-Heinen
2024-04-23Use dtls1.3 cryptographic label prefix as dictated by RFC 9147 section 5.9Frederik Wedel-Heinen
2024-04-23Support TLS1.3 extensions with DTLS1.3Frederik Wedel-Heinen
2024-04-23Remove compile guards for dtls1.3 method implementationsFrederik Wedel-Heinen
2024-04-23Adds initial dtls 1.3 structs and definitionsFrederik Wedel-Heinen
2024-04-22Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry
2024-04-18QUIC TXP: Fix reserve calculations for PING framesHugo Landau
2024-04-16Remove repetitive wordsNeil Horman
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-09Copyright year updatesRichard Levitte
2024-04-08Hardening around not_resumable sessionsMatt Caswell
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell
2024-04-04Diverse small VMS build fixupsRichard Levitte
2024-04-04SSL_alert_desc_string_long(): Delete unnecessary underlinewillmafh
2024-04-02Alter the checkJiasheng Jiang
2024-04-02ssl/ssl_lib.c: Add the check before cast from int to unsignedJiasheng Jiang
2024-04-02Alter the variable nameJiasheng Jiang
2024-04-02ssl/tls13_enc.c: Replace size_t with int and add the checksJiasheng Jiang