variable constants.SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
Usage in Deno
import { constants } from "node:crypto";
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.
number