]> git.ipfire.org Git - thirdparty/openssl.git/commit
Change cipher default strings to a function
authorTodd Short <tshort@akamai.com>
Fri, 5 Apr 2019 14:03:29 +0000 (10:03 -0400)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Jun 2019 08:44:26 +0000 (09:44 +0100)
commit5d120511679ed69669e29b374a3bab1c50ff5134
treed3ba2fbe02170e3dee4825852549148bb6937951
parent3f91ede9aea70774d9b5d509bc76d484ebaff6aa
Change cipher default strings to a function

Making the default cipher strings a function gives the library more
control over the defaults. Potentially allowing a change in the
future as ciphers become deprecated or dangerous.
Also allows third party distributors to change the defaults for their
installations.

Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8686)
CHANGES
doc/man3/SSL_CTX_set_cipher_list.pod
include/openssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_lib.c
util/libssl.num
util/private.num