79 Commits (b3e4fc6a48b97b52bd19de43c76b7082dcab4988)

Author SHA1 Message Date
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
Ben Noordhuis 0de5b831e2 doc: document tls.Server 'secureProtocol' option 12 years ago
Nathan Rajlich ed5324687e doc: fix bad markdown parsing in list 12 years ago
Fedor Indutny 07fbb43d78 tls: export TLSSocket 12 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 13 years ago
Fedor Indutny 8e0c830cd0 tls: async session storage 13 years ago
Ben Noordhuis badbd1af27 tls: update default cipher list 13 years ago
Ben Kelly c6185c8484 doc: Improve cross-linking in API docs markdown 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
Shigeki Ohtsu 0d13142332 tcp: make getsockname() return address family as string 13 years ago
Shigeki Ohtsu 75face6139 doc: fix TLS cipher names 13 years ago
Shigeki Ohtsu 2cf5f040a5 doc: add cleartextStream.getCipher() in tls 13 years ago
isaacs 2d44dcc8be doc: Add stability indicators to documentation 13 years ago
isaacs 7bfa5cf284 s/streams/stream/ 13 years ago
isaacs c0446edcc2 doc refactor: tls 13 years ago
Blake Miner 7343f8e776 tls: add `honorCipherOrder` option to tls.createServer() 13 years ago
isaacs f9df88c6da s/streams/stream/ 13 years ago
isaacs c9b35b9923 doc refactor: tls 13 years ago
koichik 2f5e084147 docs: remove duplicate option of tls.connect() 13 years ago
Ben Noordhuis 23c4278e06 docs: fix tls markdown 13 years ago
Ben Noordhuis 3415427dbf tls: mitigate session renegotiation attacks 13 years ago
koichik ef50bd2e54 docs: removed unnecessary STARTTLS section 13 years ago
koichik b19b8836c3 tls: Allow establishing secure connection on the existing socket 13 years ago
Ben Noordhuis 38eec57aef docs: document tls/crypto `ciphers` option 13 years ago
koichik c1a63a9e90 tls: Allow establishing secure connection on the existing socket 13 years ago
Maciej Małecki 0321adbcf4 tls doc: update docs to reflect API change 13 years ago
koichik 57653added docs: small changes. 13 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 13 years ago
koichik f8c335d0ca tls: enable rejectUnauthorized option to client 13 years ago
kyle@dontkry.com 34f34e4411 docs: fix typo 13 years ago
koichik f53d092a2a tls, https: add passphrase option 13 years ago
koichik cbcaeedba9 tls: add address(), remoteAddress/remotePort 13 years ago