tlsfuzzer/tlslite-ng

provide enum with protocol versions

Open

#370 opened on Nov 12, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (95 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

we currently have the TLS_1_3_DRAFT constant defined in constants.py, it would be nice to have an enum that can be translated back and forth between tuples and names, one that includes TLS 1.2, SSL3....

Contributor guide