- Currently, TLExport only uses classes and methods from cryptography for cryptographic computations, therefore we suggest having a look at the documentation
- When adding a new cipher suite, add the cipher suite to the
cipher_suites
dictionary in thecipher_suite_parser.py
If that cipher suite uses other algorithms than those listed inREADME.md
you have to add the algorithms in thecipher_suite_parser.py
and their functionalities in thedecryptor.py