- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 May 2014 06:05:21 +0000
- To: public-webcrypto@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25571
Bug ID: 25571
Summary: Add JOSE mappings for RSA in A.1
Product: Web Cryptography
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Web Cryptography API Document
Assignee: sleevi@google.com
Reporter: vijaybh@microsoft.com
CC: public-webcrypto@w3.org
The following entries are needed for completeness:
{ kty: "RSA",
alg: "RSA-OAEP" }
to:
{ name: "RSA-OAEP",
hash: {name: "SHA-1"}
}
{ kty: "RSA",
alg: "RS1" }
to:
{ name: " RSASSA-PKCS1-v1_5",
hash: {name: "SHA-1"}
}
{ kty: "RSA",
alg: "RSA-OAEP-256" }
to:
{ name: "RSA-OAEP",
hash: {name: "SHA-256"}
}
It is true that the choice of "RSA-OAEP" to mean RSA-OAEP with SHA-1 as mgf is
unfortunate, but that is what JOSE has adopted.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 6 May 2014 06:05:23 UTC