summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
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
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger
2017-10-18Remove parentheses of return.KaoruToda
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Fix ctype arguments.Pauli
2017-08-03Move ossl_assertMatt Caswell
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson
2017-07-13Add certificate properties table.Dr. Stephen Henson