summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* EVP_MD_size() updatesslontis2024-08-291-1/+2
* Move stack of compression methods from libssl to OSSL_LIB_CTXsashan2024-05-281-81/+45
* Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan2024-05-141-25/+36
* ssl_cipher_get_overhead(): Replace size_t with int and add the checksJiasheng Jiang2024-05-101-6/+10
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* libssl: Make some global mutable structures constantHugo Landau2024-02-021-1/+1
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+2
* Make ssl_cert_info read-onlyHugo Landau2023-11-271-1/+1
* Fix a possible memory leak in load_builtin_compressionsBernd Edlinger2023-11-021-1/+2
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix typo in ssl_ciph.cLadislav Marko2023-04-131-1/+1
* first cut at sigalg loadingMichael Baentsch2023-02-241-1/+16
* Don't send ciphersuites twice in QUICMatt Caswell2023-02-231-3/+5
* Cast values to match printf format strings.J.W. Jagersma2022-11-141-5/+10
* ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller2022-10-261-3/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-14/+5
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-1/+2
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-12/+21
* Check for EVP_MD being NULL inside ssl.slontis2022-07-131-2/+5
* Don't include any TLSv1.3 ciphersuites that are disabledolszomal2021-11-291-6/+15
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-8/+8
* Fix a memory leak in ssl_create_cipher_listBernd Edlinger2021-11-041-0/+1
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Allow cipher strings to be given using its standard nameErik Lax2021-09-301-2/+7
* tls: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+8
* ssl: fix problem where MAC IDs were globally cached.Pauli2021-03-301-10/+14
* ssl/ssl_ciph.c: update format string, againAlexander Traud2021-03-261-1/+1
* ssl: fix coverity 1451495: resource leakPauli2021-03-201-1/+3
* Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk2021-02-241-1/+4
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-2/+0
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-9/+2
* Check for availability of ciphersuites at run timeMatt Caswell2021-02-051-10/+29
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Remove extra space.Otto Hollmann2021-01-071-1/+1
* Fixed error and return code.Otto Hollmann2021-01-071-8/+5
* Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann2021-01-071-1/+4
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-4/+0
* Move some libssl global variables into SSL_CTXMatt Caswell2020-11-231-40/+35
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-20/+16
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-161-4/+1
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-131-1/+1
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-3/+0
* deprecate engines in SSLPauli2020-07-161-0/+3
* Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann2020-06-041-0/+1
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-9/+42
* Don't offer or accept ciphersuites that we can't supportMatt Caswell2020-05-061-2/+10
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-021-1/+2