constants.SSL_OP_CRYPTOPRO_TLSEXT_BUG - Node documentation
variable constants.SSL_OP_CRYPTOPRO_TLSEXT_BUG

Usage in Deno

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

Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft.

Type

number