Re: [PATCH v8 4/5] crypto: Add tls-cipher-suites object

2020-06-14 Thread Laszlo Ersek
On 06/09/20 19:07, Philippe Mathieu-Daudé wrote: > On the host OS, various aspects of TLS operation are configurable. > In particular it is possible for the sysadmin to control the TLS > cipher/protocol algorithms that applications are permitted to use. > > * Any given crypto library has a built-i

[PATCH v8 4/5] crypto: Add tls-cipher-suites object

2020-06-09 Thread Philippe Mathieu-Daudé
On the host OS, various aspects of TLS operation are configurable. In particular it is possible for the sysadmin to control the TLS cipher/protocol algorithms that applications are permitted to use. * Any given crypto library has a built-in default priority list defined by the distro maintainer