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

Usage in Deno

import { constants } from "node:crypto";

Instructs OpenSSL to disable renegotiation.

Type

number