Tuesday 22 May 2018

Adding a custom block cipher to Node JS

I have a modified version of openssl with a custom TLS cipher that I am testing. How would I use it in Node JS?I have pointed the modified version of openssl to Node JS using the LD_LIBRARY_PATH.I have tried specifying the custom TLS cipher using the --tls-cipher-list option to no avail. However I can list it from the openssl ciphers command.

Submitted May 22, 2018 at 03:36PM by llamoure

No comments:

Post a Comment