summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix encryption level orderingNeil Horman10 days1-40/+40
* use-of-uninitialized-value in quic_tserver_testBernd Edlinger11 days1-0/+1
* Reject invalid FFDHE and ECDHE key shares with SSL_AD_ILLEGAL_PARAMETER alertcx2025-01-021-2/+2
* Fix potential use-after-free in REF_PRINT_COUNTNeil Horman2024-12-104-9/+9
* Delete a redundant breakwillmafh2024-12-061-1/+0
* Fix multiple wrong checks of EVP_PKEY_set1_encoded_public_keyPeiwei Hu2024-11-221-1/+1
* Fix SSL_write_[ex|ex2] on blocking quic streamsNeil Horman2024-11-211-2/+13
* Change "a SSL" to "an SSL"Andrew Dinh2024-11-135-5/+5
* Fix SSL_stream_reset for stream objects which have FIN bit setNeil Horman2024-11-131-2/+4
* Fix memleaks in cmd_RecordPadding()Holger Dengler2024-11-131-8/+7
* txp_generate_stream_frames(): Set stream id in header early enoughTomas Mraz2024-11-121-1/+1
* Don't complain with "no cipher match" for QUIC objectsMatt Caswell2024-11-081-3/+5
* Make sure we use the correct SSL object when making a callbackMatt Caswell2024-11-0716-72/+87
* Keep hold of a reference to the user SSL in QUICMatt Caswell2024-11-074-5/+17
* Use correct alerts for some cert comp errorsTodd Short2024-11-041-4/+12
* Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list()Frederik Wedel-Heinen2024-11-041-11/+72
* tls_common.c: Align the calculation of maximal alignment valueFrederik Wedel-Heinen2024-10-241-7/+7
* Fix memory leaks in ossl_quic_calculate_retry_integrity_tag()Niels Dossche2024-10-231-5/+5
* updating comments in test recipieNeil Horman2024-10-212-7/+4
* Convert keylogging in response to commentsNeil Horman2024-10-212-14/+15
* Fix build break when OPENSSL_NO_SSLKEYLOGFILE is not definedNeil Horman2024-10-211-2/+3
* Update sslkeylog in response to commentsNeil Horman2024-10-211-16/+34
* Add sslkeylog config option and implementationNeil Horman2024-10-212-1/+125
* Fix memory leak in tls_parse_ctos_psk()Niels Dossche2024-10-111-1/+1
* Check file name for not being NULL before opening itЗишан Мирза2024-09-263-7/+51
* Rename list macrosNeil Horman2024-09-263-5/+5
* Detect fin state of a QUIC stream for streams which are completely readNeil Horman2024-09-131-0/+16
* IANA has assigned numbers for new TLS Supported Groups in ML-KEMSahana Prasad2024-09-131-0/+2
* Cleanup of unused functions and macros in ssl_local.hFrederik Wedel-Heinen2024-09-102-29/+0
* ssl: rework "e_os.h" inclusionsFdaSilvaYY2024-09-059-3/+16
* Copyright year updatesTomas Mraz2024-09-0516-16/+16
* Check for excess data in CertificateVerifyViktor Dukhovni2024-08-291-0/+4
* Correct Alert Handling for Missing Compression Methodserbsland-dev2024-08-291-8/+9
* EVP_MD_size() updatesslontis2024-08-298-12/+13
* Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher...cx2024-08-261-1/+1
* 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