[Security-sig] Unified TLS API for Python
Cory Benfield
cory at lukasa.co.uk
Thu Jan 12 03:49:09 EST 2017
> On 12 Jan 2017, at 05:36, Wes Turner <wes.turner at gmail.com> 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
More information about the Security-SIG
mailing list