summaryrefslogtreecommitdiff
path: root/lib/tls.js
AgeCommit message (Expand)Author
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-20tls: Prevent hang in readStartisaacs
2013-03-20tls: always reset this.ssl.error after handlingFedor Indutny
2013-03-17tls: write pending data of opposite sideFedor Indutny
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Split Writable logic into small functionsisaacs
2013-02-28stream: There is no _read cb, there is only pushisaacs
2013-02-21tls: _handle.readStart/readStop for CryptoStreamFedor Indutny
2013-02-19tls: Write pending data on socket drainisaacs
2013-02-11tls: Cycle data when underlying socket drainsisaacs
2013-02-06tls: port CryptoStream to streams2Fedor Indutny
2013-01-24Add bytesWritten to tls.CryptoStreamAndy Burke
2013-01-24tls: make slab buffer's size configurableFedor Indutny
2013-01-14tls: follow RFC6125 more striclyFedor Indutny
2013-01-14tls: allow wildcards in common nameFedor Indutny
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-12-06tls, https: add tls handshake timeoutBen Noordhuis
2012-11-26tls: fix tls.connect() resource leakBen Noordhuis
2012-11-01doc: tls: rejectUnauthorized defaults to true after 35607f3aGirish Ramakrishnan
2012-10-30tls: delete useless removeListener callBrandon Philips
2012-10-23tls: Provide buffer to Connection.setSessionisaacs
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs
2012-10-09https: fix renegotation attack protectionBen Noordhuis
2012-10-09tls: remove dead codeBen Noordhuis
2012-10-08tls: don't use a timer to track renegotiationsBen Noordhuis
2012-09-25tls: lintisaacs
2012-09-25tls: use slab allocatorFedor Indutny
2012-09-15tls, https: validate server certificate by defaultBen Noordhuis
2012-09-05tls: async session storageFedor Indutny
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu
2012-08-29tls, https: throw exception on missing key/certBen Noordhuis
2012-08-28Merge branch 'v0.8'Bert Belder
2012-08-22lintisaacs
2012-08-21tls: update default cipher listBen Noordhuis
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-13tls: fix segfault in pummel/test-tls-ci-reneg-attackBen Noordhuis
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis
2012-07-20tls: pass lintingFedor Indutny
2012-07-20tls: pass lintingFedor Indutny
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny
2012-07-20tls: revert accidental API changeFedor Indutny
2012-07-20tls: revert accidental API changeFedor Indutny
2012-07-20tls: localhost is valid against identity-checkFedor Indutny
2012-07-20tls: localhost is valid against identity-checkFedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-11lintisaacs
2012-07-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs