Browse Source
The configuration option tls_cipher_blacklist has been deprecated and replaced by tls_cipher_prohibit_list. Change-Id: I6152838c697e12d19b27343e3a0714e55ca52d88changes/96/740096/1
7 changed files with 38 additions and 27 deletions
@ -0,0 +1,9 @@
|
||||
--- |
||||
deprecations: |
||||
- | |
||||
Terminology such as ``blacklist`` has been replaced with more |
||||
inclusive words, such as ``prohibit list`` wherever possible. |
||||
|
||||
The configuration option ``tls_cipher_blacklist`` has been deprecated |
||||
and replaced with ``tls_cipher_prohibit_list``. It will be removed in a |
||||
future release. |
Loading…
Reference in new issue