Switch to using TLS_client_method()
authortb <tb@openbsd.org>
Thu, 14 Jul 2022 08:35:15 +0000 (08:35 +0000)
committertb <tb@openbsd.org>
Thu, 14 Jul 2022 08:35:15 +0000 (08:35 +0000)
commita4915ec3bd095ec42c71ad56c31ee611daf8fc46
treebdafac9dd194bdf3e8318cb28b327a24b16e3083
parent8dd28b9d95de3c8780bc24f9df61406697f782be
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
usr.bin/openssl/ciphers.c