148 Commits (8ac1ff73fbf65eca8a32b49b3d202b4586957db3)

Author SHA1 Message Date
Adri Van Houdt 2fd3d8aee6 doc: improve grammar in tls docs 9 years ago
James M Snell 9b21119e17 doc: fix, modernize examples in docs 9 years ago
Fedor Indutny c5b4f6bc99 tls: introduce `secureContext` for `tls.connect` 9 years ago
Ben Noordhuis 73a9a6fc92 doc: harmonize description of `ca` argument 9 years ago
jpersson 7e4f22ca13 doc: update links to use https where possible 9 years ago
jpersson 14b3aab7d2 doc: add links and backticks around names 9 years ago
Alexander Gromnitsky 94c3507f5c doc: fix broken references 9 years ago
Stefan Budeanu df268f97bc tls: use SHA1 for sessionIdContext 9 years ago
Stefan Budeanu 424ae5d4ac tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Bryan English cd1123a0fb doc: consistent reference-style links 9 years ago
Tristian Flanagan f8390fdd75 doc: sort tls alphabetically 9 years ago
Tyler Henkel eff8c3e024 doc: add note on tls connection meta data methods 9 years ago
Sakthipriyan Vairamani 5d5a4c4c18 doc: createServer's key option can be an array 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Yuval Brik adfd20b6fd tls: TLSSocket options default isServer false 9 years ago
Коренберг Марк d8db75730f tls: add `options` argument to createSecurePair 10 years ago
Shigeki Ohtsu f72e178a78 tls: add minDHSize option to tls.connect() 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Roman Reiss 503f279527 doc: fix indent in tls resumption example 9 years ago
Roman Reiss 07a84191c0 doc: add TLS session resumption example 9 years ago
Sakthipriyan Vairamani 5c77031f95 doc: make the deprecations consistent 9 years ago
cjihrig 3b602527d1 node: additional cleanup for node rename 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
Fedor Indutny e11fc67225 tls: add `getTicketKeys()`/`setTicketKeys()` 9 years ago
Roman Reiss 9f3a03f0d4 doc: add references to crypto.getCurves() 10 years ago
Ryan Petschek deb8b87dc9 doc: add note about available ECC curves 10 years ago
Shigeki Ohtsu 9b35be5810 tls: make server not use DHE in less than 1024bits 10 years ago
Mike MacCana 5755fc099f tls: update default ciphers to use gcm and aes128 10 years ago
Alexander Gromnitsky 02388dbf40 doc: fix some cross-references 10 years ago
skenqbx 80e14d736e doc: move checkServerIdentity option to tls.connect() 10 years ago
Chris Dickinson cf0306cd71 doc: update stability index 10 years ago
silverwind c5050d8e4d doc: fix 'dhparam' description of tls.createServer 10 years ago
Roman Reiss ed240f44f7 doc: document 'ciphers' option of tls.connect 10 years ago
Roman Reiss 77f35861d0 tls: more secure defaults 10 years ago
Ben Noordhuis 789bbb91d3 doc: update node.js references in api docs 10 years ago
Andres Suarez 5c7ab96b90 doc: fix net.Server.listen bind behavior 10 years ago
Ben Noordhuis 26dd9e15bb build,src: remove sslv2 support 10 years ago
Eric Mill d8d1c4c87c doc: update openssl commands to use best practices 10 years ago
Sam Roberts b42c0853ae doc: add tls server.close() callback docs 10 years ago
Brendan Ashworth 9bca8a0a91 doc: fixes grammar in timers/tls 10 years ago
Brendan Ashworth 70195acbe3 doc: fix grammar and wording in tls and timers 10 years ago
Chris Dickinson 03bae7bded doc: remove tls.createSecurePair deprecation 10 years ago
Wang Xinyong db7df57e03 doc: correct createSecureContext 10 years ago
Trevor Norris f2a78de6ec doc: fix optional parameter parsing 10 years ago
Trevor Norris 51b6b6844e doc: fix brackets for optional parameters 10 years ago
Trevor Livingston bf5e2f246e tls: `checkServerIdentity` option 10 years ago
Fedor Indutny 73631bbcc8 tls: support multiple keys/certs 10 years ago
Shigeki Ohtsu f6877f37b2 tls: add DHE-RSA-AES128-SHA256 to the def ciphers 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago