<div dir="ltr">Hello All,<div><br></div><div>Could someone please let me know what is the right way to enable null-ciphers in openssl. I want to do some performance evaluations with openssl and as a part of the exercise, want to tabulate performance with null encryption ciphers too.</div><div><br></div><div>Want to get this working with openssl s_server to begin with.</div><div><br></div><div>I have come across various answers where people have suggested:</div><div>1. specify the cipher list using SSL_CTX_set_cipher_list with cipher list being only eNULL.</div><div>2. SSL_CTX_set_security_level with level=0.</div><div>Have tried doing this from the client side but to no avail.</div><div><br></div><div>On the server side, I have added -cipher "COMPLEMENTOFALL" to s_server to add the null ciphers.</div><div><br></div><div>Is there a config option that needs to be enabled or a code change to go with ?</div><div><br></div><div>thanks,</div><div>-vishwas.</div></div>