v1.6.0
Bug Fixes
- use the correct ECPrivateKey version when importing EC JWK (24acd20)
Features
- electron v6.x support (e7ad82c)
Notes
Electron v6.x runtime is supported to the extent of the crypto engine BoringSSL feature parity with standard Node.js OpenSSL. The following is disabled in Electron runtime because of its lack of support.
- JWE
A128KW
,A192KW
andA256KW
algs are not available, this also means that other JWAs depending on those are not working, those areECDH-ES+A128KW
,ECDH-ES+A192KW
,ECDH-ES+A256KW
,PBES2-HS256+A128KW
,PBES2-HS384+A192KW
,PBES2-HS512+A256KW
) - OKP curves
Ed448
,X25519
andX448
are not supported - EC curve
secp256k1
is not supported