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

Usage in Deno

import { constants } from "node:crypto";

Instructs OpenSSL to turn off TLS v1

Type

number