106 Commits (8ba39b01899fd51554fbfb5c906e88adf5b0035c)

Author SHA1 Message Date
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 10 years ago
Jackson Tian e1ce8ba639 net: add remoteFamily for socket 10 years ago
Fedor Indutny c147e81091
crypto: add `honorCipherOrder` argument 10 years ago
Fedor Indutny e50749bb05
doc: document `tls.createSecureContext` 10 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) 11 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 11 years ago
Ben Noordhuis 0de5b831e2 doc: document tls.Server 'secureProtocol' option 11 years ago
Nathan Rajlich ed5324687e doc: fix bad markdown parsing in list 11 years ago
Fedor Indutny 07fbb43d78 tls: export TLSSocket 11 years ago
Ben Noordhuis c1bf89df2e doc: tls: ECDH ciphers are not supported 12 years ago
Fedor Indutny 212e9cd8c9 tls: session API returns 12 years ago
isaacs 0a4260c8c0 doc: Correct TLS deprecation notices 12 years ago
Fedor Indutny af80e7bc6e tls: introduce TLSSocket based on tls_wrap binding 12 years ago
Daniel G. Taylor 30cb9fec91 tls: Add `secureProtocol` docs 12 years ago
Ben Noordhuis d820b64412 tls: add localAddress and localPort properties 12 years ago
Kyle Robinson Young 889fec3cc8 doc: typo fixes 12 years ago
Manav Rathi d20576165a tls: expose SSL_CTX_set_timeout via tls.createServer 12 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
Andy Burke 595b5974d7 Add bytesWritten to tls.CryptoStream 12 years ago
Fedor Indutny 82f1d340c1 tls: make slab buffer's size configurable 12 years ago
Ben Noordhuis 5b65638124 tls, https: add tls handshake timeout 12 years ago
Ben Noordhuis 0ad005852c https: fix renegotation attack protection 12 years ago
Andreas Madsen be5a8e24c2 doc: consistent use of the callback argument 12 years ago
Ben Noordhuis 35607f3a2d tls, https: validate server certificate by default 12 years ago
Fedor Indutny 8e0c830cd0 tls: async session storage 12 years ago