variable constants.SSL_OP_NO_RENEGOTIATION Usageimport { constants } from "node:crypto"; const { SSL_OP_NO_RENEGOTIATION } = constants; Instructs OpenSSL to disable renegotiation. Type number