constants.SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Node documentation
variable constants.SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS

Usage in Deno

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

Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d.

Type

number