Title: [160503] trunk/Source/WebCore
Revision
160503
Author
[email protected]
Date
2013-12-12 12:18:45 -0800 (Thu, 12 Dec 2013)

Log Message

Add support for RSAES-PKCS1-v1_5
https://bugs.webkit.org/show_bug.cgi?id=125647

Build fix.

* crypto/CommonCryptoUtilities.h: Declare a newly used private constant.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160502 => 160503)


--- trunk/Source/WebCore/ChangeLog	2013-12-12 20:12:10 UTC (rev 160502)
+++ trunk/Source/WebCore/ChangeLog	2013-12-12 20:18:45 UTC (rev 160503)
@@ -3,6 +3,15 @@
         Add support for RSAES-PKCS1-v1_5
         https://bugs.webkit.org/show_bug.cgi?id=125647
 
+        Build fix.
+
+        * crypto/CommonCryptoUtilities.h: Declare a newly used private constant.
+
+2013-12-12  Alexey Proskuryakov  <[email protected]>
+
+        Add support for RSAES-PKCS1-v1_5
+        https://bugs.webkit.org/show_bug.cgi?id=125647
+
         Reviewed by Anders Carlsson.
 
         Tests: crypto/subtle/rsaes-pkcs1-v1_5-decrypt.html

Modified: trunk/Source/WebCore/crypto/CommonCryptoUtilities.h (160502 => 160503)


--- trunk/Source/WebCore/crypto/CommonCryptoUtilities.h	2013-12-12 20:12:10 UTC (rev 160502)
+++ trunk/Source/WebCore/crypto/CommonCryptoUtilities.h	2013-12-12 20:18:45 UTC (rev 160503)
@@ -46,6 +46,7 @@
 
 #ifndef _CC_RSACRYPTOR_H_
 enum {
+    kCCDigestNone = 0,
     kCCDigestSHA1 = 8,
     kCCDigestSHA224 = 9,
     kCCDigestSHA256 = 10,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to