aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* print SSL session, fix build warnings on OpenBSD.David Carlier2022-03-181-2/+2
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-142-3/+7
* [ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3Nicola Tuveri2022-03-011-2/+3
* [ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH aliasNicola Tuveri2022-03-012-7/+7
* Add back check for the DH public key sizeTomas Mraz2022-02-174-5/+27
* Cleanup record length checks for KTLSBernd Edlinger2022-02-111-6/+21
* Move e_os.h to include/internalRichard Levitte2022-02-054-4/+4
* Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin2022-02-041-0/+10
* add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu2022-02-032-0/+42
* Update the comment on ssl3_write_pending()yangyangtiantianlonglong2022-02-011-1/+1
* Revert dropped usage of var thiswr in do_ssl3_write()yangyangtiantianlonglong2022-02-011-1/+1
* apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong2022-01-281-0/+3
* ssl: better support TSAN operationsPauli2022-01-196-27/+93
* ssl: replace ;; with ; as statement separatorPauli2022-01-183-3/+3
* ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi2022-01-171-1/+1
* Delete unused param about get_construct_message_fyangyangtiantianlonglong2022-01-094-6/+6
* Update alert to common protocolKan2022-01-081-11/+11
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-1/+1
* fix the return check of EVP_PKEY_CTX_ctrl() in 5 spotsxkernel2022-01-072-5/+5
* properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413xkernel2022-01-071-11/+11
* properly free the resource from CRYPTO_mallocxkernel2022-01-061-2/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-217-15/+15
* Fix invalid handling of verify errors in libsslMatt Caswell2021-12-142-3/+14
* Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functionsMatt Caswell2021-12-072-4/+10
* No EtM for GOST ciphers in TLS 1.2Dmitry Belyavskiy2021-11-291-1/+5
* Don't include any TLSv1.3 ciphersuites that are disabledolszomal2021-11-291-6/+15
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-268-46/+139
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-174-20/+21
* BIO_read_filename: fix return checkPeiwei Hu2021-11-161-2/+2
* RAND_bytes_ex: fix return checkPeiwei Hu2021-11-161-1/+1
* Reset the rwstate before calling ASYNC_start_job()Matt Caswell2021-11-151-0/+2
* Add return value NULL checks that were missingPauli2021-11-121-0/+2
* KTLS: use EVP_CIPHER_is_a instead of nidTianjia Zhang2021-11-081-10/+10
* Fix a memory leak in ssl_create_cipher_listBernd Edlinger2021-11-041-0/+1
* Fix a memory leak in tls_parse_stoc_key_shareBernd Edlinger2021-11-041-0/+1
* fix some code with obvious wrong coding stylex20182021-10-288-9/+9
* free the Post-Handshake Auth digest when there is an error saving the digestx20182021-10-271-0/+2
* New extensions can be sent in a certificate requestMatt Caswell2021-10-111-5/+6
* Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger2021-10-063-23/+12
* Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSEDr. David von Oheimb2021-10-041-4/+3
* Allow cipher strings to be given using its standard nameErik Lax2021-09-301-2/+7
* ssl: Correct comment for ssl3_read_bytes()Tianjia Zhang2021-09-281-1/+1
* ssl: Correct filename in READMETianjia Zhang2021-09-271-1/+1
* tls/ccm8: reduce the cipher strength for CCM8 ciphers to 64 bitsPauli2021-09-241-11/+11
* doc: document the change to the security level of CCM8 cipher suitesPauli2021-09-241-11/+11
* tls: reduce the strength of CCM_8 ciphers due to their short IV.Pauli2021-09-241-22/+22
* Change TLS RC4 cipher strength check to be data driven.slontis2021-09-232-13/+10
* Update copyright yearRichard Levitte2021-09-071-1/+1