124 Commits (fa98b97171d9b8519bdbf5d9f8dbd8639ac3c050)

Author SHA1 Message Date
Fedor Indutny e11fc67225 tls: add `getTicketKeys()`/`setTicketKeys()` 10 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
Kyle Robinson Young 00004160a1 doc: typo fixes on stream, tls and http 11 years ago
Jackson Tian e1ce8ba639 net: add remoteFamily for socket 11 years ago
Fedor Indutny c147e81091
crypto: add `honorCipherOrder` argument 11 years ago
Fedor Indutny e50749bb05
doc: document `tls.createSecureContext` 11 years ago
Farrin Reid 3950024c2f doc: tls: added path property to tls.connect 12 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Dominic Tarr cdc093b31f docs: correct tls docs. server -> client 11 years ago
Goh Yisheng (Andrew) 47bed4828c doc: typo clean up in tls 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Fedor Indutny 528a3ce3ed tls: more session configuration options, methods 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis 023f0a3122 doc: tls: note that SSLv2 is disabled by default 11 years ago
Ben Noordhuis 8c303115f5 doc: tls: clarify server cipher list 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 11 years ago
Lorenz Leutgeb e1f4f6aa28 doc: Add forward secrecy section to TLS docs 11 years ago
Fedor Indutny 7c3643b767 tls: reintroduce socket.encrypted 11 years ago
Ben Noordhuis 84c03a984a tls: add serialNumber to getPeerCertificate() 11 years ago
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Nathan Rajlich 5bda2bed37 doc: fix typos in the tls `NPNProtocols` option 11 years ago
Nathan Rajlich afabdf0e15 doc: specify the format of the `ca` tls option 11 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 12 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 12 years ago