variable constants.SSL_OP_NO_TLSv1 Usage in Denoimport { constants } from "node:crypto"; const { SSL_OP_NO_TLSv1 } = constants; Instructs OpenSSL to turn off TLS v1 Type number