Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! crypto: don't crash on unknown keyObject.asymmetricKeyType
  • Loading branch information
panva committed Mar 29, 2019
commit 6dfbf82129e24276d4bf3fc49b96ccdabfa75b96
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,8 @@ changes:

For asymmetric keys, this property represents the type of the embedded key
(`'rsa'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'` or `'x448'`).
This property is `undefined` for symmetric keys and `'unknown'` for `KeyObject`
objects that aren
This property is `undefined` for symmetric keys and `'unknown'` for
unrecognized `KeyObject` types.

### keyObject.export([options])
<!-- YAML
Expand Down