33 Commits (master)

Author SHA1 Message Date
Weijia Wang 212de3c5ec
lib: use destructuring for some constants 7 years ago
Timothy Gu 7907534a8d
lib: faster type checks for some types 7 years ago
XadillaX 468110b327
tls: deprecate parseCertString & move to internal 7 years ago
Yury Popov 372dc86af5
tls: multiple PFX in createSecureContext 7 years ago
Anna Henningsen 1403d28e7d tls: re-allow falsey option values 7 years ago
Ben Noordhuis 0f7c06eb2d
tls: fix object prototype type confusion 7 years ago
Brian White 5723c4c5f0
tls: replace forEach with for 7 years ago
Jimmy Cann a7dccd040d
tls: type checking for `key`, `cert` and `ca` options 7 years ago
Ben Noordhuis 06a684aab4 tls: fix empty issuer/subject/infoAccess parsing 7 years ago
Daniel Bevenius e5a494857a lib: correct typo in createSecureContext 7 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
James M Snell d523eb9c40 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
Adam Langley a57e2f2138 crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Sam Roberts 0b44384561 tls: allow obvious key/passphrase combinations 8 years ago
Sam Roberts a28e949145 tls: do not refer to secureOptions as flags 8 years ago
yorkie f4d7abf3bc tls: improve createSecureContext in _tls_common 8 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
Rich Trott 6a73dbad51 tls: scope loop vars with let 9 years ago
Minwoo Jung 94b9948d63 lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago
Shigeki Ohtsu 0140e1b5e3 tls: output warning of setDHParam to console.trace 10 years ago
Fedor Indutny 1787416376 tls: destroy singleUse context immediately 10 years ago
Fedor Indutny 2684c902c4 tls: zero SSL_CTX freelist for a singleUse socket 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny d7e7008c1f crypto: throw if the key doesn't match cert 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 73631bbcc8 tls: support multiple keys/certs 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago
Fedor Indutny c147e81091
crypto: add `honorCipherOrder` argument 10 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago