Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 722 Bytes

File metadata and controls

33 lines (19 loc) · 722 Bytes

ciphersuites-map

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

prerequisite

  • install py4j (>=0.10.9.7)

      $ 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

supported java vertion

1.8.0, 11, 17, and 21(though py4j 0.10.9.7 doesn't support java 21;).

example

    $ ./ciphersuites-map --java /usr/lib/jvm/jre-17/bin/java