July 25, 2011
I’ve published JSON Web Key (JWK) draft -01. It contains the following changes:
- Changed “algorithm” member value for Elliptic Curve keys from “ECDSA” to “EC”, since Elliptic Curve keys can be used with more algorithms than just the Elliptic Curve Digital Signature Algorithm (ECDSA).
- Added OPTIONAL “use” member to identify intended key usage, especially since the same Elliptic Curve key should not be used for both signing and encryption operations.
The specification is available at these locations:
- http://www.ietf.org/internet-drafts/draft-jones-json-web-key-01.txt
- http://www.ietf.org/internet-drafts/draft-jones-json-web-key-01.xml
- http://self-issued.info/docs/draft-jones-json-web-key-01.html
- http://self-issued.info/docs/draft-jones-json-web-key-01.txt
- http://self-issued.info/docs/draft-jones-json-web-key-01.xml
- http://self-issued.info/docs/draft-jones-json-web-key.html (will point to new versions as they are posted)
- http://self-issued.info/docs/draft-jones-json-web-key.txt (will point to new versions as they are posted)
- http://self-issued.info/docs/draft-jones-json-web-key.xml (will point to new versions as they are posted)
- http://svn.openid.net/repos/specifications/json_web_key/1.0/ (Subversion repository, with html, txt, and html versions available)
No Comments » Posted under Cryptography & JSON & Specifications
Leave a Reply
You must be logged in to post a comment.