node/doc/api
Ingmar Runge e0d31ea2db crypto: support GCM authenticated encryption mode.
This adds two new member functions getAuthTag and setAuthTag that
are useful for AES-GCM encryption modes. Use getAuthTag after
Cipheriv.final, transmit the tag along with the data and use
Decipheriv.setAuthTag to have the encrypted data verified.
2013-12-08 00:00:02 +04:00
..
_toc.markdown smalloc: create separate module 2013-07-19 13:36:13 -07:00
addons.markdown doc: Update documentation to reflect ObjectWrap changes 2013-10-29 14:53:03 -07:00
all.markdown smalloc: create separate module 2013-07-19 13:36:13 -07:00
assert.markdown doc: update assert.doesNotThrow() docs 2012-08-29 02:36:22 +02:00
buffer.markdown buffer: add buf.toArrayBuffer() API 2013-10-11 12:17:23 -07:00
child_process.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-06 21:27:18 -08:00
cluster.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-06 21:27:18 -08:00
console.markdown doc: call console module 'console' not 'stdio' 2013-06-18 22:50:19 +02:00
crypto.markdown crypto: support GCM authenticated encryption mode. 2013-12-08 00:00:02 +04:00
debugger.markdown doc: Fix missing backtick in debugger doc 2013-07-25 16:17:41 -07:00
dgram.markdown Merge remote-tracking branch 'ry/v0.10' 2013-11-08 13:41:44 -08:00
dns.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-06 21:27:18 -08:00
documentation.markdown doc: modify documentation style about 'Stability: 5' 2013-01-17 13:51:21 +01:00
domain.markdown domains: deprecate domain.dispose(). 2013-08-27 11:05:14 -07:00
events.markdown Merge remote-tracking branch 'origin/v0.10' 2013-07-30 15:19:48 +02:00
fs.markdown fs: add recursive subdirectory support to fs.watch 2013-10-31 01:13:44 +04:00
globals.markdown doc: improve module documentation 2013-10-27 11:47:11 +01:00
http.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-01 19:43:34 -08:00
https.markdown Merge remote-tracking branch 'origin/v0.10' 2013-05-29 23:12:11 +02:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown doc: improve module documentation 2013-10-27 11:47:11 +01:00
net.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-01 19:43:34 -08:00
os.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
path.markdown path: add path.isAbsolute(path) 2013-04-19 10:15:22 -07:00
process.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-06 21:27:18 -08:00
punycode.markdown doc: improve punycode.js documentation 2013-06-20 13:25:10 +02:00
querystring.markdown Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-03-03 23:38:52 -08:00
readline.markdown readline: handle wide characters properly 2013-03-15 16:18:30 -10:00
repl.markdown doc: mark repl as stable 2013-08-27 18:09:26 -07:00
smalloc.markdown doc: fix few smalloc entries for proper formatting 2013-11-13 15:31:22 -08:00
stream.markdown Merge remote-tracking branch 'upstream/v0.10' 2013-12-06 21:27:18 -08:00
string_decoder.markdown string_decoder: Add 'end' method, do base64 properly 2012-10-11 16:46:18 -07:00
synopsis.markdown doc refactor: synopsis 2012-02-29 16:04:54 -08:00
timers.markdown test: regression test for #5798 setImmediate 2013-07-11 22:22:56 -07:00
tls.markdown tls: add serialNumber to getPeerCertificate() 2013-11-26 14:24:37 +01:00
tty.markdown doc: fix formatting in tty.markdown 2013-03-26 16:09:51 +01:00
url.markdown doc: add url.resolve() usage examples 2013-03-04 20:54:36 +01:00
util.markdown doc: Adjust util stability index to 'API Frozen' 2013-08-27 19:52:49 -07:00
vm.markdown vm: document vm2's changes. 2013-08-28 22:27:24 -07:00
zlib.markdown zlib: allow changing of level and strategy 2013-07-01 13:08:09 +02:00