GitXplorerGitXplorer
t

tlsdb

public
2 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
0bfbb2f7cef3507c45e5d83a382cb79ea09552cf

Add script to generate CipherSuite enum for TLS ABC PEP

ttiran committed 8 years ago
Unverified
5ae324ca1e2ce727e3c5317992ad31bd52b5cbe6

Add TLS 1.3 cipher suites from draft. Update mod_nss

ttiran committed 8 years ago
Unverified
0467652f8f31c0dc6c42852f3827081ec66cdd03

Now with suite infos

ttiran committed 8 years ago
Unverified
dc4d14aa0ac72e745d04f4138ebe4969eb267370

Initial commit of TLS database

ttiran committed 8 years ago

README

The README file for this repository.

TLS cipher suite database

A JSON file with TLS cipher suite information. It contains data from IANA registry, OpenSSL 1.0.2, OpenSSL master, NSS, mod_nss and Mozilla Server Side TLS.

Requirements

  • Python 3
  • requests
  • lxml (to parse IANA XHTML document)
  • pyparsing (to parse OpenSSL's s3_lib.c)
  • a C preprocessor (cpp) for pyparsing

Fields

ciphers: a mapping of hex id to cipher definitions

flags: cipher suite flags taken from OpenSSL

indexes: library specific name to hex id