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

Usage in Deno

import { constants } from "node:crypto";

Instructs OpenSSL to turn off TLS v1.3

Type

number