constants.SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - Node documentation
variable constants.SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION

Usage in Deno

import { constants } from "node:crypto";
const { SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION } = constants;

Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.

Type

number