summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-10-11Update copyright yearMatt Caswell
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-07-13Check for EVP_MD being NULL inside ssl.slontis
2021-11-29Don't include any TLSv1.3 ciphersuites that are disabledolszomal
2021-11-04Fix a memory leak in ssl_create_cipher_listBernd Edlinger
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-03-30ssl: fix problem where MAC IDs were globally cached.Pauli
2021-03-26ssl/ssl_ciph.c: update format string, againAlexander Traud
2021-03-20ssl: fix coverity 1451495: resource leakPauli
2021-02-23Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Check for availability of ciphersuites at run timeMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-07Remove extra space.Otto Hollmann
2021-01-07Fixed error and return code.Otto Hollmann
2021-01-07Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-07-16deprecate engines in SSLPauli
2020-06-04Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-05-06Don't offer or accept ciphersuites that we can't supportMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov
2020-03-30Don't attempt to up-ref an EVP_CIPHER if it is NULLMatt Caswell
2020-03-26Use a fetched cipher for the TLSv1.3 early secretMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2019-12-14Deprecate most of debug-memoryRich Salz
2019-11-16commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-15Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-06-11Change cipher default strings to a functionTodd Short
2019-05-27Update format string for ciphers to account for newer ciphersDaniƫl van Eeden
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-09-18ssl/ssl_ciph.c: make set_ciphersuites staticDr. Matthias St. Pierre
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger