Skip to main content
constants.SSL_OP_ALL - crypto - Node documentation
variable constants.SSL_OP_ALL

Usage in Deno

import { constants } from "node:crypto";

Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail.

Type

number