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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>62010</bug_id>
          
          <creation_ts>2011-06-03 06:41:01 -0700</creation_ts>
          <short_desc>Implement the DOMCrypt API</short_desc>
          <delta_ts>2021-09-11 10:58:31 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore JavaScript</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>Enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Jarred Nicholls">jarred</reporter>
          <assigned_to name="Jarred Nicholls">jarred</assigned_to>
          <cc>abarth</cc>
    
    <cc>ap</cc>
    
    <cc>ariya.hidayat</cc>
    
    <cc>ddahl</cc>
    
    <cc>donggwan.kim</cc>
    
    <cc>ehsan</cc>
    
    <cc>gavin.sharp</cc>
    
    <cc>jshin</cc>
    
    <cc>kennyluck</cc>
    
    <cc>mehmetgelisin</cc>
    
    <cc>mihnea</cc>
    
    <cc>mike</cc>
    
    <cc>rsleevi</cc>
    
    <cc>sam</cc>
    
    <cc>syoichi</cc>
    
    <cc>wade.colson</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>414843</commentid>
    <comment_count>0</comment_count>
    <who name="Jarred Nicholls">jarred</who>
    <bug_when>2011-06-03 06:41:01 -0700</bug_when>
    <thetext>Master bug for implementing the DOMCrypt API proposal in WebKit

Mailing List threads:
http://lists.w3.org/Archives/Public/public-web-security/2011Jun/0000.html
http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-May/031741.html

Spec:
https://wiki.mozilla.org/Privacy/Features/DOMCryptAPISpec/Latest

Mozilla Implementation:
https://github.com/daviddahl/domcrypt
http://mozilla.ddahl.com/domcrypt/demos/demo.html
https://bugzilla.mozilla.org/show_bug.cgi?id=649154
https://bugzilla.mozilla.org/show_bug.cgi?id=657432</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>414956</commentid>
    <comment_count>1</comment_count>
    <who name="David Dahl">ddahl</who>
    <bug_when>2011-06-03 09:38:07 -0700</bug_when>
    <thetext>Currently, the spec is a bit rough and in flux, but I am working to update it as more feedback and criticism comes in. Also, I need to use WebIDL or something like that to make types crystal clear.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>414957</commentid>
    <comment_count>2</comment_count>
    <who name="David Dahl">ddahl</who>
    <bug_when>2011-06-03 09:39:07 -0700</bug_when>
    <thetext>A summary of the discussion is being built here: http://etherpad.mozilla.com:9000/DOMCrypt-discussion</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>415131</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2011-06-03 13:28:13 -0700</bug_when>
    <thetext>I might as well own this bug for now.  Folk should feel free to steal it from me if they want.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>415173</commentid>
    <comment_count>4</comment_count>
    <who name="David Dahl">ddahl</who>
    <bug_when>2011-06-03 14:04:36 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; I might as well own this bug for now.  Folk should feel free to steal it from me if they want.

Don&apos;t hesitate to ping me on mozilla irc, as &apos;ddahl&apos;.

I am working the WebIDL version of the spec right now and aggregating more feedback.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>415789</commentid>
    <comment_count>5</comment_count>
    <who name="Jarred Nicholls">jarred</who>
    <bug_when>2011-06-06 05:30:20 -0700</bug_when>
    <thetext>I&apos;ll be doing some experimental implementation of this starting late next week; especially since the key exchange bits are going to be a sibling spec later on (wise move IMHO).  Assuming the WebIDL will be in the spec by then, I can verify it&apos;s not missing anything obvious (e.g. as of now the createHash method is missing its plain text argument, which I know isn&apos;t really the case but just an omission in the spec draft).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>415829</commentid>
    <comment_count>6</comment_count>
    <who name="David Dahl">ddahl</who>
    <bug_when>2011-06-06 07:30:24 -0700</bug_when>
    <thetext> (In reply to comment #5)
&gt; I&apos;ll be doing some experimental implementation of this starting late next week; especially since the key exchange bits are going to be a sibling spec later on (wise move IMHO).  Assuming the WebIDL will be in the spec by then, I can verify it&apos;s not missing anything obvious (e.g. as of now the createHash method is missing its plain text argument, which I know isn&apos;t really the case but just an omission in the spec draft).

I have started making a WebIDL document for the spec here: https://bug649154.bugzilla.mozilla.org/attachment.cgi?id=537428

This is the spec as the implementation stands right now - which is incorrect based on the feedback in the mailing lists. I am working on a new rev today that updates it for what we actually need.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1000932</commentid>
    <comment_count>7</comment_count>
    <who name="Wade Colson">wade.colson</who>
    <bug_when>2014-04-15 13:02:39 -0700</bug_when>
    <thetext>*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/random-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1000939</commentid>
    <comment_count>8</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2014-04-15 13:14:32 -0700</bug_when>
    <thetext>DOMCrypt evolved into WebCrypto, which we already implement.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>