summaryrefslogtreecommitdiff
path: root/doc/api/tls.markdown
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.10'Fedor Indutny2014-04-081-3/+3
|\
| * docs: correct tls docs. server -> clientDominic Tarr2014-04-021-1/+1
| * doc: typo clean up in tlsGoh Yisheng (Andrew)2014-03-311-2/+2
* | crypto: move `createCredentials` to tlsFedor Indutny2014-03-291-7/+7
* | tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-2/+3
* | tls: more session configuration options, methodsFedor Indutny2014-02-051-0/+22
* | lib: introduce `.setMaxSendFragment(size)`Fedor Indutny2014-01-201-0/+12
* | doc: tls: note that SSLv2 is disabled by defaultBen Noordhuis2014-01-201-3/+4
* | doc: tls: clarify server cipher listBen Noordhuis2014-01-201-3/+9
* | tls: show human-readable error messagesBen Noordhuis2014-01-171-1/+1
* | doc: Add forward secrecy section to TLS docsLorenz Leutgeb2014-01-051-9/+30
* | tls: reintroduce socket.encryptedFedor Indutny2013-12-211-0/+5
* | tls: add serialNumber to getPeerCertificate()Ben Noordhuis2013-11-261-1/+2
* | tls: add ECDH ciphers supportErik Dubbelboer2013-10-301-2/+15
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-09-241-8/+8
|\ \ | |/
| * doc: fix typos in the tls `NPNProtocols` optionNathan Rajlich2013-09-161-2/+2
| * doc: specify the format of the `ca` tls optionNathan Rajlich2013-09-161-6/+6
* | tls: socket.renegotiate(options, callback)Fedor Indutny2013-09-051-0/+13
* | tls: asynchronous SNICallbackFedor Indutny2013-08-061-3/+4
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-301-0/+4
|\ \ | |/
| * doc: document tls.Server 'secureProtocol' optionBen Noordhuis2013-07-251-0/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-121-1/+1
|\ \ | |/
| * doc: fix bad markdown parsing in listNathan Rajlich2013-07-081-1/+1
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-051-6/+5
|\ \ | |/
| * doc: tls: ECDH ciphers are not supportedBen Noordhuis2013-06-271-6/+5
* | tls: export TLSSocketFedor Indutny2013-07-031-0/+32
* | tls: session API returnsFedor Indutny2013-06-171-0/+25
* | doc: Correct TLS deprecation noticesisaacs2013-06-161-2/+2
* | tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-161-83/+59
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-05-291-0/+5
|\ \ | |/
| * tls: Add `secureProtocol` docsDaniel G. Taylor2013-05-281-0/+5
* | tls: add localAddress and localPort propertiesBen Noordhuis2013-05-201-0/+8
* | doc: typo fixesKyle Robinson Young2013-04-011-1/+1
* | tls: expose SSL_CTX_set_timeout via tls.createServerManav Rathi2013-03-261-0/+5
|/
* crypto: make getCiphers() return non-SSL ciphersBen Noordhuis2013-03-251-0/+10
* Add bytesWritten to tls.CryptoStreamAndy Burke2013-01-241-0/+9
* tls: make slab buffer's size configurableFedor Indutny2013-01-241-0/+9
* tls, https: add tls handshake timeoutBen Noordhuis2012-12-061-0/+6
* Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich2012-10-131-3/+3
|\
| * doc: consistent use of the callback argumentAndreas Madsen2012-10-081-3/+3
* | https: fix renegotation attack protectionBen Noordhuis2012-10-091-1/+3
* | tls, https: validate server certificate by defaultBen Noordhuis2012-09-151-1/+1
* | tls: async session storageFedor Indutny2012-09-051-0/+19
|/
* tls: update default cipher listBen Noordhuis2012-08-211-18/+30
* doc: Improve cross-linking in API docs markdownBen Kelly2012-06-151-17/+22
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-2/+64
|\
| * crypto: add PKCS12/PFX supportssuda2012-05-141-2/+64
* | tcp: make getsockname() return address family as stringShigeki Ohtsu2012-04-161-5/+6
* | doc: fix TLS cipher namesShigeki Ohtsu2012-03-231-1/+1
* | doc: add cleartextStream.getCipher() in tlsShigeki Ohtsu2012-03-231-0/+11