Re: [W3C Web Crypto WG] FPWD Web Crypto API - available

Axel:

Yes, you are correct. My mistake. 

Harry:

Once I fix that in our repo, what is the process to update the published version?

David


----- Original Message -----
From: "Axel Nennker" <Axel.Nennker@telekom.de>
To: "Virginie GALINDO" <Virginie.GALINDO@gemalto.com>, public-webcrypto@w3.org
Cc: wseltzer@w3.org, hhalpin@w3.org
Sent: Thursday, September 13, 2012 8:57:33 AM
Subject: RE: [W3C Web Crypto WG] FPWD Web Crypto API - available

In 25.2 Key Storage

var encryptionKey = window.keys.getKeyById("78966b83-b003-46ac-8122-3771e9d7f78");



// This key is no longer needed, I should remove it:

window.keys.removeKeyById(encryptionKey.id);



var otherEncryptionKey = window.keys.getKeyById("5edbeebe-bbbf-4d60-9846-8bbdb81e3215");



shouldn't that read

var encryptionKey = window.crypto.keys.getKeyById("78966b83-b003-46ac-8122-3771e9d7f78");



// This key is no longer needed, I should remove it:

window.crypto.keys.removeKeyById(encryptionKey.id);



var otherEncryptionKey = window.crypto.keys.getKeyById("5edbeebe-bbbf-4d60-9846-8bbdb81e3215");

instead?



Axel



-----Original Message-----
From: GALINDO Virginie [mailto:Virginie.GALINDO@gemalto.com]
Sent: Thursday, September 13, 2012 3:28 PM
To: public-webcrypto@w3.org
Cc: Wendy Seltzer; Harry Halpin
Subject: [W3C Web Crypto WG] FPWD Web Crypto API - available



Dear all,

The Web Crypto API is now available under http://www.w3.org/TR/WebCryptoAPI/.

Regards,

Virginie



-----Original Message-----

From: GALINDO Virginie

Sent: jeudi 13 septembre 2012 07:18

To: public-webcrypto@w3.org

Cc: Wendy Seltzer; Harry Halpin

Subject: [W3C Web Crypto WG] Request transition for FPWD on Web Crypto API - approved



Dear all,



This is to inform you that the request for transition to FPWD has been approved by the ___domain team leader (Thomas Roessler). Next step is the migration under http://www.w3.org/TR/WebCryptoAPI/ official link. Will keep you informed.





Regards,

Virginie, gemalto

Happy Chair of Web Crypto WG

Received on Thursday, 13 September 2012 17:13:26 UTC