hokuda / ciphersuites-map

Print ciphersuites map of IANA, OpenSSL, JSSE in JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ciphersuites-map

Print ciphersuites mapping of IANA, OpenSSL, and JSSE in JSON, merging:

prerequisite

  • install py4j

      $ pip3 install py4j --user
    

    or

      # pip3 install py4j
    

usage

    ciphersuites-map [-h] [-j JAVA]

optional arguments

    -h, --help            show this help message and exit
    -j JAVA, --java JAVA  path to `java` command

About

Print ciphersuites map of IANA, OpenSSL, JSSE in JSON

License:MIT License


Languages

Language:Python 100.0%