CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/14 02:35:16
Modified files:
usr.bin/openssl: ciphers.c
Log message:
Switch to using TLS_client_method()
Apparently, TLSv1_client_method() is used for historical reasons.
This behavior is no longer helpful if we want to know what ciphers
a TLS connection could use. This could change again after further
investigation of what the behavior should be...
ok beck jsing
