62 Commits (95794641d2e3f37b7f7559ed7fd3e04a596c3295)

Author SHA1 Message Date
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
Ben Noordhuis c1bf89df2e doc: tls: ECDH ciphers are not supported 11 years ago
Daniel G. Taylor 30cb9fec91 tls: Add `secureProtocol` docs 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
Ben Noordhuis badbd1af27 tls: update default cipher list 12 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
koichik 00aa8935d7 docs: improvement fs, http and https 13 years ago
koichik cdec7e3ae5 docs: improvement tls example 13 years ago
koichik 86a67f15a0 docs: add example of tls 13 years ago
koichik 68cc173c6d tls: The TLS API is inconsistent with the TCP API 13 years ago
koichik 19a855382c tls: requestCert unusable with Firefox and Chrome 13 years ago
Logan Smyth bc0a552a84 docs: Fix merge error in tls docs 13 years ago
Fedor Indutny c0d8311f6b small NPN doc fix 13 years ago
koichik d1a2628499 Doc improvements 13 years ago
Fedor Indutny 942f8b5afb Add NPN and SNI documentation. 13 years ago
Ben Noordhuis 54bb53bf32 docs: fix typo in tls API docs 13 years ago
Logan Smyth 3056c2ca76 Add documentation for SecurePair and its 'secure' event. 13 years ago
Ryan Dahl 1768c72135 Add doc note about STARTTLS 14 years ago