summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
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
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Remove some commented out code in libsslMatt Caswell
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-23Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-14mem leak on error path and error propagation fixYuchi