variable constants.SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION Usage in Deno```typescript import { constants } from "node:node__crypto.d.ts"; ``` 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