<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>25571</bug_id>
          
          <creation_ts>2014-05-06 06:05:21 +0000</creation_ts>
          <short_desc>Add JOSE mappings for RSA in A.1</short_desc>
          <delta_ts>2014-10-07 02:38:50 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Web Cryptography</product>
          <component>Web Cryptography API Document</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>vijaybh</reporter>
          <assigned_to name="Ryan Sleevi">sleevi</assigned_to>
          <cc>CONREJ</cc>
    
    <cc>public-webcrypto</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>105157</commentid>
    <comment_count>0</comment_count>
    <who name="">vijaybh</who>
    <bug_when>2014-05-06 06:05:21 +0000</bug_when>
    <thetext>The following entries are needed for completeness:

{ kty: &quot;RSA&quot;,
  alg: &quot;RSA-OAEP&quot; }
to:
{ name: &quot;RSA-OAEP&quot;,
  hash: {name: &quot;SHA-1&quot;}
}
 
{ kty: &quot;RSA&quot;,
  alg: &quot;RS1&quot; }
to:
{ name: &quot; RSASSA-PKCS1-v1_5&quot;,
  hash: {name: &quot;SHA-1&quot;}
}
 
{ kty: &quot;RSA&quot;,
  alg: &quot;RSA-OAEP-256&quot; }
to:
{ name: &quot;RSA-OAEP&quot;,
  hash: {name: &quot;SHA-256&quot;}
}

It is true that the choice of &quot;RSA-OAEP&quot; to mean RSA-OAEP with SHA-1 as mgf is unfortunate, but that is what JOSE has adopted.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>107893</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Sleevi">sleevi</who>
    <bug_when>2014-06-16 23:15:15 +0000</bug_when>
    <thetext>https://dvcs.w3.org/hg/webcrypto-api/rev/858becd55b52</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>