aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix indentation of tls13_hkdf_expand parametersDaniel Bevenius2021-09-031-3/+3
* Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz2021-08-311-1/+1
* Fix the array size of dtlsseq in tls1_encBernd Edlinger2021-08-251-1/+1
* Fix state name abbreviationTodd Short2021-08-191-4/+4
* Fix potential double-freeTodd Short2021-08-161-1/+1
* Omitted signature_algorithms extension alerts updatedDmitry Belyavskiy2021-08-111-2/+2
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-051-82/+34
* Fix dtls timeout dead codeyangyangtiantianlonglong2021-07-292-19/+6
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Add missing session timeout calcTodd Short2021-07-281-0/+1
* KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable itTomas Mraz2021-07-271-1/+2
* tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb2021-07-212-8/+0
* Fix some minor record layer issuesMatt Caswell2021-07-173-21/+21
* Disallow SSL_key_update() if there are writes pendingMatt Caswell2021-07-161-0/+5
* Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell2021-07-161-1/+0