Update

Eric S. Raymond esr at thyrsus.com
Mon Feb 11 01:06:39 UTC 2019


Matthew Selsky <Matthew.Selsky at twosigma.com>:
> Per https://en.wikipedia.org/wiki/OpenSSL, OpenSSL added support for tls1.2 in version 1.0.1.  And that version was end of support in December 2016.
> 
> So any version of OpenSSL that we encounter on a supported operating system will have a "new enough" OpenSSL to support tls1.2.
> 
> We can add a check for TLS1_2_VERSION (from openssl/tls1.h), if we want to be explicit about support for the feature.  We definitely don't want to check for the version since features could be backported.
> 
> Eric, shall I add that?

Sorry.  Add it to what?  I'm missing some context.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>

My work is funded by the Internet Civil Engineering Institute: https://icei.org
Please visit their site and donate: the civilization you save might be your own.




More information about the devel mailing list