Specification updates

All,

I have made a number of updates to the specification for the following bugs:

Bug 24825 - Add procedures for encoding ASN.1 structures:
https://dvcs.w3.org/hg/webcrypto-api/rev/19be0e9a2f81 (I believe Ryan is
working on some changes to these)
Bug 24410 - add operation procedures for Diffie-Hellman:
https://dvcs.w3.org/hg/webcrypto-api/rev/5f1f7c04c1de
Bug 24807 - fix broken links in HMAC section:
https://dvcs.w3.org/hg/webcrypto-api/rev/7590fc562088
Bug 24755 - change algorithm name for AES-CFB to AES-CFB-8:
https://dvcs.w3.org/hg/webcrypto-api/rev/a4e810a478b5
Bug 24826 - fix incorrect JWK alg values such as AES128CTR - should be
A128CTR: https://dvcs.w3.org/hg/webcrypto-api/rev/4b0fa86f5573
Bug 24766 - add description and reference for AES-GCM, allow nullable
parameters to be not present in AesGcmParams:
https://dvcs.w3.org/hg/webcrypto-api/rev/91629679f4eb
Bug 24811 - Define how keys are derived from secret values for deriveKey:
https://dvcs.w3.org/hg/webcrypto-api/rev/417988dd96f7 and
https://dvcs.w3.org/hg/webcrypto-api/rev/1366fd7535ed
Bug 24410 - Add derive bits description for CONCAT KDF:
https://dvcs.w3.org/hg/webcrypto-api/rev/7514a1c66a70
Bug 24829 - fix dead links to usages property of key. Fix incorrect
references to keyUsages property of Key objects (should be usages):
https://dvcs.w3.org/hg/webcrypto-api/rev/db46aff4baa1
Bug 23655 - Clarify that for BigInteger the empty array is zero:
https://dvcs.w3.org/hg/webcrypto-api/rev/087c6dafae2b
Bug 24774 - fix RSA SSA sample code by moving hash from sign call to
generate call: https://dvcs.w3.org/hg/webcrypto-api/rev/afc6807af3b8
Bug 24765 - support arbitrary length MACs for AES-CMAC:
https://dvcs.w3.org/hg/webcrypto-api/rev/d78264e7d483
Bug 22548 - Specify normalization rules for usages reflected in key.usages:
https://dvcs.w3.org/hg/webcrypto-api/rev/ca494eeb8ddf
Bug 23017 - Add [EnforceRange] to integer dictionary members:
https://dvcs.w3.org/hg/webcrypto-api/rev/dad087725336
Bug 24767 - Make attributes of KeyAlgorithm interfaces read only:
https://dvcs.w3.org/hg/webcrypto-api/rev/2c367832ef72

Please review and provide comments to the list / in the form of bugs.

...Mark

Received on Friday, 28 February 2014 02:23:19 UTC