annando / salmon-protocol

Automatically exported from code.google.com/p/salmon-protocol
0 stars 0 forks source link

10.2 paragraph 3 doesn't make sense #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You say:

"If the key_id is omitted from a key, it defaults to the Base64url encoding of 
the SHA-256 hash of the "data" parameter. That is, when doing discovery, 
processors MUST assume that an omitted key_id is equivalent to specifying 
key_id = Base64url(SHA-256(key_id)). A signer MAY then use this value as a 
key_id on a signature in order to signal use of that key."

When I think you mean:

"If the key_id is omitted from a key, it defaults to the Base64url encoding of 
the SHA-256 hash of the "_value_" parameter. That is, when doing discovery, 
processors MUST assume that an omitted key_id is equivalent to specifying 
key_id = Base64url(SHA-256(_value_)). A signer MAY then use this value as a 
key_id on a signature in order to signal use of that key."

Original issue reported on code.google.com by hjfre...@google.com on 26 Aug 2010 at 6:48

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by jpanzer@google.com on 26 Aug 2010 at 7:12