Skip to content
forked from april/tls-table

Generates mappings between IANA TLS hex values and their corresponding cipher names in GnuTLS, NSS, and OpenSSL

License

Notifications You must be signed in to change notification settings

stfbk/tls-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLS Table

tls-table.py is a script that generates either JSON or Mediawiki output mapping the IANA code points to their names in GnuTLS, NSS, and OpenSSL.

$ python tls-table.py
Generate a table of cipher names from all the major library makers.

Usage: tls-table.py <output-format> [--colorize]

Valid output formats are: json, mediawiki

Currently,

$ python tls-table.py mediawiki --colorize

... is used to generate the table at: https://wiki.mozilla.org/Security/Server_Side_TLS#Cipher_names_correspondence_table

About

Generates mappings between IANA TLS hex values and their corresponding cipher names in GnuTLS, NSS, and OpenSSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%