summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the alert used on a missing key_shareMatt Caswell2024-08-211-6/+9
* Ensure the msg_callback is called on CCS receipt in TLSv1.3Matt Caswell2024-08-151-1/+4
* Return SSL_AD_DECRYPT_ERROR alert on PSK binder validation failure (RFC 8446)Bhaskar Metiya2024-08-151-1/+1
* adds TLS signature algorithms list featureMichael Baentsch2024-08-133-62/+171
* Remove the event queue codeMatt Caswell2024-08-072-197/+1
* Check that a supported_versions extension is present in an HRRMatt Caswell2024-08-072-1/+17
* Add logging support for early dataLeonie Theobald2024-08-071-0/+1
* ssl: factorize and improved hex conversion codeFdaSilvaYY2024-08-071-10/+5
* ssl: remove stdio.h and sprintf use from libssl.FdaSilvaYY2024-08-071-12/+10
* Fix typos found by codespellDimitri Papadopoulos2024-08-071-1/+1
* 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