Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 501 Bytes

File metadata and controls

17 lines (11 loc) · 501 Bytes

TLS Cipher Suites

This repo is archived and future work will be managed outside of Mozilla in https://github.com/tlsref/tls-cipher-suites


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

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

Usage: tls-cipher-suites.py <output-format>

Valid output formats are: json, csv