New versions of the JOSE specs have been released incorporating feedback since 
IETF 85 in Atlanta.  The highlight of this release is the new JSON Private and 
Symmetric Key 
spec<http://tools.ietf.org/html/draft-jones-jose-json-private-and-symmetric-key-00>,
 which extends JWKs to be able to represent private and symmetric keys.  These 
sensitive keys can then be protected for transmission and storage by JWE 
encryption of their JWK representations.

One new feature added to JWK is the ability to optionally specify which 
specific algorithm the key is intended to be used with.  (This is already 
existing practice for keys in X.509 format.)  For instance, a symmetric key 
might be annotated to say that it is to be used with the "HS256" algorithm.  
Because the natural field name for this functionality is "alg", the "alg" name 
is now used for this purpose (matching JWS and JWE) and the key type (formerly 
"alg") is now denoted by the "kty" field.

This release incorporates editorial improvements suggested by Jeff Hodges and 
Hannes Tschofenig in their reviews of the JWT specification.  Many of these 
simplified the terminology usage.  See the Document History section of each 
specification for more details about the changes made.

This release is part of a coordinated release of JOSE, OAuth, and OpenID 
Connect specifications.  You can read about the other releases here:  OAuth 
Release Notes<http://self-issued.info/?p=916>, OpenID Connect Release 
Notes<http://self-issued.info/?p=918>.

The new specification versions are:

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-08

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-encryption-08

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-key-08

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-08

*        http://tools.ietf.org/html/draft-jones-jose-jws-json-serialization-04

*        http://tools.ietf.org/html/draft-jones-jose-jwe-json-serialization-04

*        
http://tools.ietf.org/html/draft-jones-jose-json-private-and-symmetric-key-00

HTML formatted versions are available at:

*        http://self-issued.info/docs/draft-ietf-jose-json-web-signature-08.html

*        
http://self-issued.info/docs/draft-ietf-jose-json-web-encryption-08.html

*        http://self-issued.info/docs/draft-ietf-jose-json-web-key-08.html

*        
http://self-issued.info/docs/draft-ietf-jose-json-web-algorithms-08.html

*        
http://self-issued.info/docs/draft-jones-jose-jws-json-serialization-04.html

*        
http://self-issued.info/docs/draft-jones-jose-jwe-json-serialization-04.html

*        
http://self-issued.info/docs/draft-jones-jose-json-private-and-symmetric-key-00.html

                                                            -- Mike

_______________________________________________
jose mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/jose

Reply via email to