You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shigeki Ohtsu
e750f142ce
tls, crypto: add ALPN Support
cherry-pick 802a2e79e1
from v6-staging.
ALPN is added to tls according to RFC7301, which supersedes NPN.
When the server receives both NPN and ALPN extensions from the client,
ALPN takes precedence over NPN and the server does not send NPN
extension to the client. alpnProtocol in TLSSocket always returns
false when no selected protocol exists by ALPN.
In https server, http/1.1 token is always set when no
options.ALPNProtocols exists.
PR-URL: https://github.com/nodejs/node/pull/2564
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 years ago
..
_toc.md
doc: git mv to .md
9 years ago
addons.md
doc: remove extra spaces and concats in examples
8 years ago
all.md
doc: git mv to .md
9 years ago
assert.md
doc: fix typo in assert code example
8 years ago
buffer.md
doc: consistent 'Returns:'
8 years ago
child_process.md
child_process: add shell option to spawn()
8 years ago
cli.md
doc: add `added: ` data for cli.md
9 years ago
cluster.md
doc: consistent 'Returns:'
8 years ago
console.md
doc: remove backtick escaping for manpage refs
8 years ago
crypto.md
doc: fix crypto Verify cut-n-paste from Sign
8 years ago
debugger.md
doc: remove minor contradiction in debugger doc
8 years ago
dgram.md
doc: fix broken link in dgram doc
8 years ago
dns.md
doc: remove backtick escaping for manpage refs
8 years ago
documentation.md
doc: use blockquotes for Stability: markers
8 years ago
domain.md
doc: use blockquotes for Stability: markers
8 years ago
errors.md
doc: specify that errno is a number, not a string
8 years ago
events.md
doc: add `added:` information for events
8 years ago
fs.md
fs: add the fs.mkdtemp() function.
8 years ago
globals.md
doc: add `added:` information for globals
8 years ago
http.md
doc: fix e.g., to e.g. in doc/http.md
8 years ago
https.md
doc: changed order of invocations in https.request() example.
8 years ago
index.md
doc: git mv to .md
9 years ago
modules.md
doc: consistent 'Returns:'
8 years ago
net.md
doc: use blockquotes for Stability: markers
8 years ago
os.md
doc: use blockquotes for Stability: markers
8 years ago
path.md
doc: use blockquotes for Stability: markers
8 years ago
process.md
process: add process.cpuUsage() - implementation, doc, tests
8 years ago
punycode.md
doc: use blockquotes for Stability: markers
8 years ago
querystring.md
doc: use blockquotes for Stability: markers
8 years ago
readline.md
doc: remove backtick escaping for manpage refs
8 years ago
repl.md
doc: remove backtick escaping for manpage refs
8 years ago
stream.md
doc: consistent 'Returns:'
8 years ago
string_decoder.md
doc: use blockquotes for Stability: markers
8 years ago
synopsis.md
doc: git mv to .md
9 years ago
timers.md
doc: use blockquotes for Stability: markers
8 years ago
tls.md
tls, crypto: add ALPN Support
8 years ago
tty.md
doc: use blockquotes for Stability: markers
8 years ago
url.md
doc: use blockquotes for Stability: markers
8 years ago
util.md
doc: add `added:` information for util
8 years ago
v8.md
v8,src: expose statistics about heap spaces
8 years ago
vm.md
doc: use blockquotes for Stability: markers
8 years ago
zlib.md
doc: use blockquotes for Stability: markers
8 years ago