octavia/octavia/tests/unit/common
Dawson Coleman 6aad5d8b9f Add TLS version configuration for listeners
Add field tls_versions to listeners for restricting TLS versions used.
This is a list of versions to be used.
Available values (as defined in octavia-lib):
SSLv3, TLSv1, TLSv1.1, TLSv1.2, TLSv1.3

Add default_listener_tls_versions in octavia.conf.

Note that at this time TLS 1.3 ciphersuites are not impelemented,
so any TLS 1.3 connections will use haproxy's default ciphers
instead of what's specified by tls_ciphers.

Change-Id: Ic33d9b9a256490ae1b048cdfd2475d6340509fdb
Story: 2006733
Task: 37170
Task: 37169
2020-06-03 14:57:47 -07:00
..
jinja Add TLS version configuration for listeners 2020-06-03 14:57:47 -07:00
sample_configs Add TLS version configuration for listeners 2020-06-03 14:57:47 -07:00
tls_utils Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
test_base_taskflow.py Jobboard based controller 2020-04-08 19:53:09 +04:00
test_clients.py Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
test_config.py Validate server_certs_key_passphrase is 32 chars 2019-09-19 04:12:24 +00:00
test_constants.py Initial creation of db models, modules, and tests 2014-09-19 14:06:36 -05:00
test_data_models.py Add compute_flavor field for amphora api 2018-12-18 19:48:56 +08:00
test_decorator.py Introduce API Decorators 2016-12-12 21:16:15 +00:00
test_exceptions.py Implementing simple operator API 2014-12-11 20:22:14 -06:00
test_policy.py Align logging on oslo_log 2018-06-17 11:32:32 -07:00
test_stats.py Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
test_utils.py Support HTTP and TCP checks in UDP healthmonitor 2020-04-15 16:18:35 +00:00
test_validations.py Add TLS version configuration for listeners 2020-06-03 14:57:47 -07:00