aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Typo fixeswillmafh2024-05-131-0/+1
* ssl_cipher_get_overhead(): Replace size_t with int and add the checksJiasheng Jiang2024-05-101-6/+10
* Set SSL_CONF_FLAG_SHOW_ERRORS when conf_diagnostics is enabledTomas Mraz2024-05-091-0/+2
* Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz2024-05-094-6/+16
* Fix undefined behaviour in the event of a zero length session idMatt Caswell2024-05-061-1/+2
* Set the server sig algs before calling the session_secret_cbMatt Caswell2024-05-061-4/+5
* Raise an error on syscall failure in tls_retry_write_recordsNeil Horman2024-04-261-2/+5
* Make a failure in ktls_sendfile a syscall errorNeil Horman2024-04-261-1/+2
* ssl/statem: Replace size_t with int and add the checksJiasheng Jiang2024-04-262-4/+18
* Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry2024-04-222-5/+33
* QUIC TXP: Fix reserve calculations for PING framesHugo Landau2024-04-181-4/+14
* Remove repetitive wordsNeil Horman2024-04-161-1/+1
* Change approach to SSL_pending APIHugo Landau2024-04-101-2/+9
* QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau2024-04-101-19/+34
* Copyright year updatesRichard Levitte2024-04-0948-48/+48
* Hardening around not_resumable sessionsMatt Caswell2024-04-081-0/+6
* Fix unconstrained session cache growth in TLSv1.3Matt Caswell2024-04-083-11/+27
* Diverse small VMS build fixupsRichard Levitte2024-04-041-3/+13
* SSL_alert_desc_string_long(): Delete unnecessary underlinewillmafh2024-04-041-1/+1
* Alter the checkJiasheng Jiang2024-04-021-1/+1
* ssl/ssl_lib.c: Add the check before cast from int to unsignedJiasheng Jiang2024-04-021-3/+7
* Alter the variable nameJiasheng Jiang2024-04-021-4/+4
* ssl/tls13_enc.c: Replace size_t with int and add the checksJiasheng Jiang2024-04-021-3/+17
* ssl/t1_lib.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-021-0/+4
* Allow provider sigalgs in SignatureAlgorithms confAlex Bozarth2024-03-294-16/+38
* Try to fix intermittent CI failures in quic_multistream testBernd Edlinger2024-03-151-7/+38
* Avoid a memcpy in dtls_get_reassembled_message()Frederik Wedel-Heinen2024-03-141-11/+11
* QUIC: Add stream write buffer queriesHugo Landau2024-03-091-0/+49
* QLOG: Fix indentationHugo Landau2024-03-071-48/+48
* QUIC: Define error code for stateless resetHugo Landau2024-03-071-1/+1
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-078-125/+126
* QUIC QLOG: Fix use of sprintfHugo Landau2024-03-061-1/+1
* Allow ignoring unknown sigalgs and groups in the configurationTomas Mraz2024-03-061-13/+43
* SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch2024-02-221-1/+2
* Extended SSL_SESSION functions using time_tIjtaba Hussain2024-02-211-3/+13
* Future proof RLAYER_USE_EXPLICIT_IV by checking dtls versions directly.Frederik Wedel-Heinen2024-02-201-1/+3
* Minor updatesHugo Landau2024-02-191-5/+2
* Fix warningHugo Landau2024-02-191-2/+2
* JSON_ENC: Ensure ossl_json_flush() really flushes the BIOHugo Landau2024-02-191-4/+8
* QUIC CHANNEL: Defer QLOG instantiation until first eventHugo Landau2024-02-191-6/+16
* QUIC TXP: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-4/+7
* QUIC QTX: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-6/+19
* QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-5/+17
* QUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLING_MODEHugo Landau2024-02-192-13/+116
* Removes record_queue struct which is no longer useful.Frederik Wedel-Heinen2024-02-166-44/+35
* QUIC: Fix SSL_ctrl operation for QSSOsHugo Landau2024-02-161-3/+3
* Fix SSL_export_keying_material for QUICHugo Landau2024-02-141-3/+4
* QUIC POLLING: Support no-quic buildsHugo Landau2024-02-101-2/+5
* QUIC POLLING: Implement autotickHugo Landau2024-02-102-10/+6
* QUIC APL: Implement SSL_poll backendHugo Landau2024-02-102-4/+159