jose/test/jwk
Filip Skokan e8ad38993e
fix: handle private EC keys without public component (#86)
Only possible to handle when KeyObject API is available in the runtime.

closes #85
2020-07-01 13:13:34 +02:00
..
ec.test.js test: fix secp256k1 tests 2019-10-29 15:31:52 +01:00
embedded.test.js feat: add opt-in objects to verify using embedded JWS Header public keys 2020-05-04 22:37:11 +02:00
general.test.js fix: limit calculation of missing RSA private components 2019-06-20 23:32:13 +02:00
generate.test.js feat: expose crypto.KeyObject instances in supported runtimes 2019-11-03 17:27:44 +01:00
import.test.js fix: handle private EC keys without public component (#86) 2020-07-01 13:13:34 +02:00
key_ops.test.js refactor: introduce various registries to prepare for extension modules 2019-12-03 18:54:37 +01:00
keyobject.test.js improvement: private / public key input support improved in node 10 2020-02-14 21:17:19 +01:00
none.test.js feat: add opt-in objects to verify using embedded JWS Header public keys 2020-05-04 22:37:11 +02:00
oct.test.js fix: allow importing simpler passphrases as oct keys 2020-03-05 20:36:15 +01:00
okp_enc.test.js feat: add ECDH-ES with X25519 and X448 OKP keys 2020-02-13 16:26:09 +01:00
okp_enc_no_dh.js feat: add ECDH-ES with X25519 and X448 OKP keys 2020-02-13 16:26:09 +01:00
okp_sig.test.js fix: expose JOSENotSupported key import errors on unsupported runtimes 2020-01-08 13:17:45 +01:00
P-256K.import.test.js fix: only use secp256k1 keys for signing/verification 2019-10-29 15:21:57 +01:00
rsa.test.js feat: add RSA-OAEP-384 and RSA-OAEP-512 JWE Key Management Algorithms 2020-02-13 15:24:37 +01:00
x5c_thumbprints.test.js refactor: rename node_support to runtime_support 2019-09-10 12:14:15 +02:00