<div dir="ltr">Hi,<br><div><br></div><div>I am implementing HTTPs server using openssl 1.1.1b.</div><div>Is it mandatory to setup these API's while creating ssl context ?</div><div><pre style="font-family:monospace,Courier;color:rgb(0,0,0);background-color:rgb(249,249,249);border:1px solid rgb(221,221,221);padding:1em;white-space:pre-wrap;line-height:1.1em;font-size:12.7px">SSL_CTX_set_tmp_ecdh</pre></div><div><div><pre style="font-family:monospace,Courier;color:rgb(0,0,0);background-color:rgb(249,249,249);border:1px solid rgb(221,221,221);padding:1em;white-space:pre-wrap;line-height:1.1em;font-size:12.7px">SSL_CTX_set_tmp_dh</pre></div><div>Also any suggestion what all options one should set while setting up server like</div><div>SSL_CTX_set_options likeĀ <span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">SSL_OP_NO_SSLv2 |</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">SSL_OP_NO_SSLv3 </span></div></div><div><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre"><br></span></div><div><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">Thanks,</span></div><div><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre"><br></span></div></div>