node/doc/api
Filip Skokan 1772ae7029 crypto: add keyObject.asymmetricKeyDetails for asymmetric keys
This API exposes key details. It is conceptually different from the
previously discussed keyObject.fields property since it does not give
access to information that could compromise the security of the key, and
the obtained information cannot be used to uniquely identify a key.

The intended purpose is to determine "security properties" of keys, e.g.
to generate a new key pair with the same parameters, or to decide
whether a key is secure enough.

closes #30045

PR-URL: https://github.com/nodejs/node/pull/36188
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2021-01-14 14:24:48 +01:00
..
addons.md doc: revise addon mulitple initializations text 2020-12-15 03:29:08 -08:00
assert.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
async_hooks.md async_hooks: add thisArg to AsyncResource.bind 2021-01-09 11:22:35 -08:00
buffer.md doc: document buffer's "Uint" aliases clearly 2021-01-09 11:12:30 +01:00
child_process.md doc: clarify child_process.exec inherits cwd 2021-01-09 12:13:23 -08:00
cli.md crypto: implement basic secure heap support 2021-01-11 10:39:00 -08:00
cluster.md lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
console.md doc: update console.error example 2020-10-24 16:11:26 +02:00
crypto.md crypto: add keyObject.asymmetricKeyDetails for asymmetric keys 2021-01-14 14:24:48 +01:00
debugger.md doc: fix typo in debugger.md 2020-11-13 06:02:16 -08:00
deprecations.md doc: add http.IncomingMessage#connection 2021-01-09 15:24:02 -08:00
dgram.md lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
diagnostics_channel.md 2020-11-04, Version 15.1.0 (Current) 2020-11-04 21:43:02 +01:00
dns.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
documentation.md doc: sort md references in ASCII order 2020-10-01 06:19:25 -07:00
domain.md lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
embedding.md 2020-10-20, Version 15.0.0 (Current) 2020-10-20 15:42:45 +01:00
errors.md doc: document ABORT_ERR code 2020-12-09 05:37:07 -08:00
esm.md doc: fix typo in esm documentation 2021-01-05 19:50:38 +01:00
events.md doc: clarify event.isTrusted text 2021-01-11 14:26:31 -08:00
fs.md doc: update fs.l/statSync API history for throwIfNoEntry 2021-01-13 16:09:58 -08:00
globals.md 2020-12-09, Version 15.4.0 (Current) 2020-12-09 08:49:37 -05:00
http2.md doc: fix indentation on http2 doc entry 2021-01-13 04:41:49 -08:00
http.md doc: change "it's" to "its" where necessary 2021-01-13 23:29:02 +01:00
https.md doc: document return value of https.request 2020-12-26 14:04:05 +01:00
index.md lib: create diagnostics_channel module 2020-10-31 21:24:11 +00:00
inspector.md doc: use .md extension for internal links 2020-10-01 06:19:12 -07:00
intl.md doc: add table header in intl.md 2020-11-28 05:14:28 -08:00
module.md doc: fix module syncBuiltinESMExports example 2021-01-10 10:37:11 +01:00
modules.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
n-api.md doc: change "it's" to "its" where necessary 2021-01-13 23:29:02 +01:00
net.md net: support abortSignal in server.listen 2020-12-31 12:44:33 -08:00
os.md doc: os.uptime() temporary bug notice 2021-01-09 15:41:54 -08:00
packages.md doc: define "browser", "production", "development" 2021-01-12 16:50:11 -05:00
path.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
perf_hooks.md worker: add eventLoopUtilization() 2020-10-27 09:43:20 +01:00
policy.md doc: revise dependency redirection text in policy.md 2020-09-24 04:30:35 -07:00
process.md doc: revise process.memoryUsage() text 2021-01-05 06:44:29 -08:00
punycode.md docs: add references to punycode.md 2021-01-09 08:56:59 -08:00
querystring.md lib: support BigInt in querystring.stringify 2020-12-21 15:03:58 +01:00
quic.md 2020-10-20, Version 15.0.0 (Current) 2020-10-20 15:42:45 +01:00
readline.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
repl.md doc: make small improvements to REPL doc 2020-10-28 06:29:39 -07:00
report.md src: add loop idle time in diagnostic report 2020-11-13 11:53:37 +05:30
stream.md doc: clarify descriptions of _writev chunks argument 2021-01-09 06:57:27 -08:00
string_decoder.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
synopsis.md doc: use .md extension for internal links 2020-10-01 06:19:12 -07:00
timers.md doc: add version metadata to timers/promises 2020-12-06 15:36:40 +00:00
tls.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
tracing.md doc: simplify wording in tracing APIs doc 2020-10-10 05:55:04 -07:00
tty.md doc: use kbd element in tty doc 2020-10-15 03:44:25 -07:00
url.md doc: update url.md 2020-12-16 10:37:13 -08:00
util.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
v8.md doc: fix punctuation in v8.md 2020-11-20 20:59:53 +00:00
vm.md doc: consolidate and clarify breakOnSigInt text 2020-10-27 11:34:16 +00:00
wasi.md wasi: drop --experimental-wasm-bigint requirement 2020-10-18 20:17:43 +02:00
webcrypto.md 2020-10-20, Version 15.0.0 (Current) 2020-10-20 15:42:45 +01:00
worker_threads.md crypto: introduce X509Certificate API 2021-01-09 12:04:23 -08:00
zlib.md doc: fix YAML syntax errors 2020-10-06 15:52:10 -07:00