> On 12 Jan 2017, at 05:36, Wes Turner <[email protected]> wrote: > > So, with > > ``` > class TLSVersion(Enum): > MINIMUM_SUPPORTED > SSLv2 > SSLv3 > TLSv1 > TLSv1_1 > TLSv1_2 > TLSv1_3 > MAXIMUM_SUPPORTED > ``` > > What are the (signed?) integer values?
Sorry Wes, I missed this in my first reply. Does it matter? The concrete implementations should be looking for the enum entries directly. The actual values shouldn’t matter, especially as different TLS APIs have very different methods of actually configuring this. Cory _______________________________________________ Security-SIG mailing list [email protected] https://mail.python.org/mailman/listinfo/security-sig
