summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not implicitly start connection with SSL_handle_events() or SSL_poll()Tomas Mraz2024-08-031-1/+10
* Return infinity time from SSL_get_event_timeout when the connection is not st...Tomas Mraz2024-08-031-2/+3
* Do not falsely start the connection through SSL_pending()/_has_pending()Tomas Mraz2024-08-031-0/+3
* ssl_evp_cipher_fetch(): Avoid using 3DES from the FIPS providerTomas Mraz2024-08-011-0/+15
* 3DES ciphersuites are not allowed in FIPS anymoreTomas Mraz2024-08-011-11/+11
* Speed up SSL_add_{file,dir}_cert_subjects_to_stackClemens Lang2024-08-011-9/+65
* Restrict the length of key-derivation key used in KDFspohsingwu2024-08-011-1/+11
* Fix second error from Coverity-161057Neil Horman2024-07-261-7/+6
* open brace '{' following struct go on the same lineDimitri Papadopoulos2024-07-222-6/+3
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-222-12/+10
* Remove trailing whitespaceDimitri Papadopoulos2024-07-226-7/+7
* tls13_meth.c: Check for negative return from EVP_CIPHER_CTX_get_iv_length()Tomas Mraz2024-07-211-3/+11
* Fix coverity-1610057Neil Horman2024-07-181-6/+10
* fix vs2019 warningGerd Hoffmann2024-07-181-1/+1
* Extend TLSv1.3 record layer padding API callsStephen Farrell2024-07-108-31/+126
* Add (void) cast to result of ossl_quic_rxfc_on_retire()MrRurikov2024-07-081-1/+1
* Add ALPN validation in the clientMatt Caswell2024-06-271-0/+24
* Correct return values for tls_construct_stoc_next_proto_negMatt Caswell2024-06-271-1/+2
* Use correctly formatted ALPN data in tserverMatt Caswell2024-06-271-1/+1
* More correctly handle a selected_len of 0 when processing NPNMatt Caswell2024-06-271-2/+2
* Fix SSL_select_next_protoMatt Caswell2024-06-271-23/+40
* bio_ssl.c: Do not call SSL_shutdown if not initederbsland-dev2024-06-251-1/+1
* Fix typos found by codespellDimitri Papadopoulos2024-06-241-1/+1
* Extend `mask` of `ssl_method_st` to 64-biterbsland-dev2024-06-231-1/+1
* Incorporate more review feedbackRobert Schulze2024-06-211-2/+2
* Incorporate review feedbackRobert Schulze2024-06-212-10/+8
* Fix data race between SSL_SESSION_list_add and ssl_session_dupRobert Schulze2024-06-211-1/+9
* Fix handling of max_fragment_length extension for PSKFrederik Wedel-Heinen2024-06-204-21/+23
* Fix memory leak in quic_trace.cAmir Mohammadi2024-06-101-3/+6
* ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_timeAlexander Kanavin2024-05-302-1/+5
* ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacementAlexander Kanavin2024-05-302-2/+9
* Set rl->packet to NULL after we've finished using itMatt Caswell2024-05-281-0/+8
* Only free the read buffers if we're not using themMatt Caswell2024-05-281-1/+4
* Move stack of compression methods from libssl to OSSL_LIB_CTXsashan2024-05-287-109/+51
* Release pkey_ctx on initialization failureirosay2024-05-141-1/+1
* Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan2024-05-148-118/+308
* Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.Frederik Wedel-Heinen2024-05-143-9/+4
* Add reason codes with the correct offset for two alertsJacob Champion2024-05-141-0/+4
* 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