summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-021-1/+2
* Don't attempt to up-ref an EVP_CIPHER if it is NULLMatt Caswell2020-03-301-1/+4
* Use a fetched cipher for the TLSv1.3 early secretMatt Caswell2020-03-261-18/+28
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-98/+77
* Deprecate most of debug-memoryRich Salz2019-12-141-7/+0
* commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf2019-11-151-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok2019-08-151-6/+7
* Change cipher default strings to a functionTodd Short2019-06-111-1/+25
* Update format string for ciphers to account for newer ciphersDaniƫl van Eeden2019-05-261-1/+1
* Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte2019-03-061-19/+26
* Add missing entries in ssl_mac_pkey_idMatt Caswell2019-01-151-0/+2
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* ssl/ssl_ciph.c: make set_ciphersuites staticDr. Matthias St. Pierre2018-09-181-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-4/+1
* Fix configuration of TLSv1.3 ciphersuitesMatt Caswell2018-04-041-8/+128
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-5/+16
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Stop using unimplemented cipher classes.Bernd Edlinger2018-01-061-4/+0
* Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger2017-12-271-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Add ARIA as an alias for all ARIA based modes.Pauli2017-08-311-0/+1
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-0/+5
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-4/+18
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* Fix ctype arguments.Pauli2017-08-211-1/+2
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Fix typos in files in ssl directoryXiaoyin Liu2017-07-311-1/+1
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-201-118/+145
* Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson2017-07-131-21/+0
* Add certificate properties table.Dr. Stephen Henson2017-07-131-0/+9
* PSK related tweaks based on review feedbackMatt Caswell2017-06-211-2/+1
* Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell2017-06-211-0/+10
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-5/+1
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-4/+9
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-3/+0
* Remove some commented out code in libsslMatt Caswell2017-02-281-3/+0
* Clean up references to FIPSEmilia Kasper2017-02-281-7/+1
* Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk2017-02-231-2/+3
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-4/+1
* mem leak on error path and error propagation fixYuchi2017-02-141-1/+1
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-101-1/+1
* Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson2017-02-081-2/+4
* Add SSL_kANY and SSL_aANYDr. Stephen Henson2017-02-081-0/+6
* Always ensure that session->cipher is setMatt Caswell2017-01-301-11/+0
* Implement Server side of PSK extension parsingMatt Caswell2017-01-301-0/+11
* Fix a few misspellings.FdaSilvaYY2017-01-251-1/+1
* Remove a hack from ssl_test_oldMatt Caswell2016-11-161-0/+18