File: add-tls-protocols-for-listener-and-pool-model-e9083b85afc62ef0.yaml

package info (click to toggle)
python-octavia-lib 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 2,148; sh: 57; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Added a parameter called ``tls_versions`` for
    passing allowed TLS versions to pools and listeners.
    The available TLS versions have corresponding
    constants. The constants are prefixed with
    ``TLS_VERSION`` (except SSLv3 which is
    ``SSL_VERSION_3``).