variable constants.SSL_OP_CIPHER_SERVER_PREFERENCE
Usage in Deno
import { constants } from "node:crypto";
Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.
number