mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Unfortunately python requests/urllib3/ssl ignores platform openssl defaults, but do choose defaults which do not always match expectations. Below per configuration item (system_default_sect) the current situation: * CipherString --> supported, using ciphers list * Ciphersuites --> not supported, but does seem to follow configuration defaults. When python adds support, we likely have to change something. * SignatureAlgorithms --> not supported, but seem as above * Groups (Curves) --> partly supported, only one may be offered, we select the first item in the list, knowing that is a bit flaky (see: set_ecdh_curve()) * MinProtocol --> supported