Re: crypto-ISSUE-26 (multi-origin access): Should key generation be allowed to specify multi-origin shared access [Web Cryptography API]

It would be nice for implementations to be able to support two types
of key access:
- origin-bound keys
- shared keys that are associated with certificates

The Key object should be specified to have an attribute related to
which origins may use the key. We can start with supporting
origin-bound keys only.

Also, after a signing key has been used, it seems dangerous to broaden
the origins. I am worried that an old signature generated when only
one origin was allowed may become valid for other origins
retroactively. So this key attribute for access control probably
should be immutable for signing keys at least.

Wan-Teh

Received on Thursday, 23 August 2012 01:28:56 UTC