constants.SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Node documentation
variable constants.SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION

Usage in Deno

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

Instructs OpenSSL to always start a new session when performing renegotiation.

Type

number