# tls-table **Repository Path**: mirrors_mozilla/tls-table ## Basic Information - **Project Name**: tls-table - **Description**: Generates mappings between IANA TLS hex values and their corresponding cipher names in GnuTLS, NSS, and OpenSSL - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 [--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