aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
17 hoursCheck file name for not being NULL before opening itЗишан Мирза3-7/+51
27 hoursRename list macrosNeil Horman3-5/+5
14 daysDetect fin state of a QUIC stream for streams which are completely readNeil Horman1-0/+16
14 daysIANA has assigned numbers for new TLS Supported Groups in ML-KEMSahana Prasad1-0/+2
2024-09-10Cleanup of unused functions and macros in ssl_local.hFrederik Wedel-Heinen2-29/+0
2024-09-05ssl: rework "e_os.h" inclusionsFdaSilvaYY9-3/+16
2024-09-05Copyright year updatesTomas Mraz16-16/+16
2024-08-29Check for excess data in CertificateVerifyViktor Dukhovni1-0/+4
2024-08-29Correct Alert Handling for Missing Compression Methodserbsland-dev1-8/+9
2024-08-29EVP_MD_size() updatesslontis8-12/+13
2024-08-26Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher...cx1-1/+1
2024-08-21Fix the alert used on a missing key_shareMatt Caswell1-6/+9
2024-08-15Ensure the msg_callback is called on CCS receipt in TLSv1.3Matt Caswell1-1/+4
2024-08-15Return SSL_AD_DECRYPT_ERROR alert on PSK binder validation failure (RFC 8446)Bhaskar Metiya1-1/+1
2024-08-13adds TLS signature algorithms list featureMichael Baentsch3-62/+171
2024-08-07Remove the event queue codeMatt Caswell2-197/+1
2024-08-07Check that a supported_versions extension is present in an HRRMatt Caswell2-1/+17
2024-08-07Add logging support for early dataLeonie Theobald1-0/+1
2024-08-07ssl: factorize and improved hex conversion codeFdaSilvaYY1-10/+5
2024-08-07ssl: remove stdio.h and sprintf use from libssl.FdaSilvaYY1-12/+10
2024-08-07Fix typos found by codespellDimitri Papadopoulos1-1/+1
2024-08-03Do not implicitly start connection with SSL_handle_events() or SSL_poll()Tomas Mraz1-1/+10
2024-08-03Return infinity time from SSL_get_event_timeout when the connection is not st...Tomas Mraz1-2/+3
2024-08-03Do not falsely start the connection through SSL_pending()/_has_pending()Tomas Mraz1-0/+3
2024-08-01ssl_evp_cipher_fetch(): Avoid using 3DES from the FIPS providerTomas Mraz1-0/+15
2024-08-013DES ciphersuites are not allowed in FIPS anymoreTomas Mraz1-11/+11
2024-08-01Speed up SSL_add_{file,dir}_cert_subjects_to_stackClemens Lang1-9/+65
2024-08-01Restrict the length of key-derivation key used in KDFspohsingwu1-1/+11
2024-07-26Fix second error from Coverity-161057Neil Horman1-7/+6
2024-07-22open brace '{' following struct go on the same lineDimitri Papadopoulos2-6/+3
2024-07-22that open brace { should be on the previous lineDimitri Papadopoulos2-12/+10
2024-07-22Remove trailing whitespaceDimitri Papadopoulos6-7/+7
2024-07-21tls13_meth.c: Check for negative return from EVP_CIPHER_CTX_get_iv_length()Tomas Mraz1-3/+11
2024-07-18Fix coverity-1610057Neil Horman1-6/+10
2024-07-18fix vs2019 warningGerd Hoffmann1-1/+1
2024-07-10Extend TLSv1.3 record layer padding API callsStephen Farrell8-31/+126
2024-07-08Add (void) cast to result of ossl_quic_rxfc_on_retire()MrRurikov1-1/+1
2024-06-27Add ALPN validation in the clientMatt Caswell1-0/+24
2024-06-27Correct return values for tls_construct_stoc_next_proto_negMatt Caswell1-1/+2
2024-06-27Use correctly formatted ALPN data in tserverMatt Caswell1-1/+1
2024-06-27More correctly handle a selected_len of 0 when processing NPNMatt Caswell1-2/+2
2024-06-27Fix SSL_select_next_protoMatt Caswell1-23/+40
2024-06-25bio_ssl.c: Do not call SSL_shutdown if not initederbsland-dev1-1/+1
2024-06-24Fix typos found by codespellDimitri Papadopoulos1-1/+1
2024-06-23Extend `mask` of `ssl_method_st` to 64-biterbsland-dev1-1/+1
2024-06-21Incorporate more review feedbackRobert Schulze1-2/+2
2024-06-21Incorporate review feedbackRobert Schulze2-10/+8
2024-06-21Fix data race between SSL_SESSION_list_add and ssl_session_dupRobert Schulze1-1/+9
2024-06-20Fix handling of max_fragment_length extension for PSKFrederik Wedel-Heinen4-21/+23
2024-06-10Fix memory leak in quic_trace.cAmir Mohammadi1-3/+6