summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
5 daysssl_cipher_get_overhead(): Replace size_t with int and add the checksJiasheng Jiang
2024-04-09Copyright year updatesRichard Levitte
2024-02-02libssl: Make some global mutable structures constantHugo Landau
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-11-27Make ssl_cert_info read-onlyHugo Landau
2023-11-02Fix a possible memory leak in load_builtin_compressionsBernd Edlinger
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-04-13Fix typo in ssl_ciph.cLadislav Marko
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-23Don't send ciphersuites twice in QUICMatt Caswell
2022-11-14Cast values to match printf format strings.J.W. Jagersma
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
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-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-04Fix a memory leak in ssl_create_cipher_listBernd Edlinger
2021-10-28fix some code with obvious wrong coding stylex2018
2021-09-30Allow cipher strings to be given using its standard nameErik Lax
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