NTS client configuration support has landed
Hal Murray
hmurray at megapathdsl.net
Sat Feb 2 08:49:48 UTC 2019
Gary said:
>>> *tls1.3* Allow TLS1.3 connection.
>> This does not feel scalable as new versions of TLS get created.
> Yeah. You prolly guessed I stole of lot of the options from elsewhere. This
> one also bugged me.
The API for SSL has way to set the min protocol version.
SSL_CTX_set_min_proto_version(ctx, TLS1_3_VERSION);
>> Please call this "ciphersuites" to match OpenSSL and other
>> applications.
> I can not find that in the OpenSSL doc:
I've seen it. I'm not sure where. Maybe in a whats-new with 1.3 section.
--
These are my opinions. I hate spam.
More information about the devel
mailing list