summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2024-05-28Set rl->packet to NULL after we've finished using itMatt Caswell
2024-05-28Only free the read buffers if we're not using themMatt Caswell
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan
2024-05-14Release pkey_ctx on initialization failureirosay
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
2024-05-14Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.Frederik Wedel-Heinen
2024-05-14Add reason codes with the correct offset for two alertsJacob Champion
2024-05-13Typo fixeswillmafh
2024-05-10ssl_cipher_get_overhead(): Replace size_t with int and add the checksJiasheng Jiang
2024-05-09Set SSL_CONF_FLAG_SHOW_ERRORS when conf_diagnostics is enabledTomas Mraz
2024-05-09Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz
2024-05-06Fix undefined behaviour in the event of a zero length session idMatt Caswell
2024-05-06Set the server sig algs before calling the session_secret_cbMatt Caswell
2024-04-26Raise an error on syscall failure in tls_retry_write_recordsNeil Horman
2024-04-26Make a failure in ktls_sendfile a syscall errorNeil Horman
2024-04-26ssl/statem: Replace size_t with int and add the checksJiasheng Jiang
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
2024-04-02ssl/t1_lib.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-03-29Allow provider sigalgs in SignatureAlgorithms confAlex Bozarth
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