- From: Mark Watson <watsonm@netflix.com>
- Date: Mon, 3 Mar 2014 11:12:59 -0800
- To: "public-webcrypto@w3.org" <public-webcrypto@w3.org>
- Message-ID: <CAEnTvdDJ+xjfaQ89270q=-zV-uqHeq5Pu-0c-N8TbS0WmppcUw@mail.gmail.com>
Further updates this-morning: Bug 24760 - Update reference for AES-CBC padding to RFC2315: https://dvcs.w3.org/hg/webcrypto-api/rev/<https://dvcs.w3.org/hg/webcrypto-api/rev/19be0e9a2f81> 7f7c2917970d Bug 24830 (part 1) Provide public value for ECDH deriveKey as a Key and add raw import/export for public keys: https://dvcs.w3.org/hg/webcrypto-api/rev/<https://dvcs.w3.org/hg/webcrypto-api/rev/19be0e9a2f81> 11dcc989d87b Bug 24830 (part 2) Provide public value for DH deriveKey as a Key and support raw import/export for public keys: https://dvcs.w3.org/hg/webcrypto-api/rev/<https://dvcs.w3.org/hg/webcrypto-api/rev/19be0e9a2f81> 652347d84a62 Bug 24830 (part 3) Add check for matching curves for ECDH derive bits: https://dvcs.w3.org/hg/webcrypto-api/rev/<https://dvcs.w3.org/hg/webcrypto-api/rev/19be0e9a2f81> 53c3341698aa Bug 24410 - Align ECDSA sign and verify descriptions with rest of specification: https://dvcs.w3.org/hg/webcrypto-api/rev/<https://dvcs.w3.org/hg/webcrypto-api/rev/19be0e9a2f81> aa2535681aa5 ...Mark On Thu, Feb 27, 2014 at 6:22 PM, Mark Watson <watsonm@netflix.com> wrote: > 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 Monday, 3 March 2014 19:13:27 UTC