Filip Skokan
|
418e311c8d
|
chore: update dev deps, code lint
|
2019-07-21 18:05:57 +02:00 |
|
Filip Skokan
|
211d7af5db
|
feat: add secp256k1 EC Key curve and ES256K
This is as per
- https://tools.ietf.org/html/draft-ietf-cose-webauthn-algorithms-01
- https://mailarchive.ietf.org/arch/msg/cose/91MouVA43DefbpQOB7l5daCEeIc
|
2019-07-08 22:04:29 +02:00 |
|
Filip Skokan
|
2dbd3ed43a
|
feat: add OKP Key and EdDSA sign/verify support
BREAKING CHANGE: node.js minimal version is now v12.0.0 due to its
added EdDSA support (crypto.sign, crypto.verify and eddsa key objects)
resolves #12
|
2019-04-23 14:30:49 +02:00 |
|
Filip Skokan
|
e21fea106b
|
revert: add EC P-256K JWK and ES256K sign/verify support
BREAKING CHANGE: removing ES256K alg and EC P-256K crv support until the
IETF WG decides on what the final names will be.
|
2019-04-07 14:13:10 +02:00 |
|
Filip Skokan
|
2e33e1cc2b
|
feat: add EC P-256K JWK and ES256K sign/verify support
|
2019-03-27 10:35:02 +01:00 |
|
Filip Skokan
|
cc70c5d4ec
|
fix: all JWA defined RSA operations require key of 2048 or more
BREAKING CHANGE: all [JWA](https://tools.ietf.org/html/rfc7518) defined
RSA based operations require key size of 2048 bits or more.
|
2019-03-16 09:44:34 +01:00 |
|
Filip Skokan
|
289729e12d
|
test: rsa key
|
2018-11-04 11:34:22 +01:00 |
|
Filip Skokan
|
db7ae073ef
|
test: ec key
|
2018-11-04 11:15:59 +01:00 |
|