custom TLS ciphers availability
commadnline-be
1 March 2018, 23:12
Hi,
For a pet project of mine i seek to compile version of hiawatha with specific ciphers, is there a definitive list of ciphers i can select from available ? Also meaning, are there more ciphers available than the ones listed in src/tls.c ?
Thank you,
JL
Hugo Leisink
2 March 2018, 10:00
Look in mbedtls/include/mbedtls/ssl_ciphersuites.h for more ciphersuites. Add them to the rights place in src/tls.c. Only do this when you know what you are doing. My advice: don't mess with Hiawatha's default ciphers, they are fine. There is no need to change them.
This topic has been closed.