Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: Source/modules/crypto/RsaSsaParams.idl

Issue 21759002: WebCrypto: Add algorithm normalization rules for RSASSA-PKCS1-v1_5. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/RsaSsaParams.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/RsaSsaParams.idl
diff --git a/Source/modules/crypto/HmacParams.idl b/Source/modules/crypto/RsaSsaParams.idl
similarity index 97%
copy from Source/modules/crypto/HmacParams.idl
copy to Source/modules/crypto/RsaSsaParams.idl
index 2dae1c8f4f09040ea0e1793d9643b69769257225..f289529ff8b0cfb987ffaaad9ec97f54568dfa9c 100644
--- a/Source/modules/crypto/HmacParams.idl
+++ b/Source/modules/crypto/RsaSsaParams.idl
@@ -30,6 +30,6 @@
[
NoInterfaceObject,
-] interface HmacParams : Algorithm {
+] interface RsaSsaParams : Algorithm {
readonly attribute Algorithm hash;
};
« no previous file with comments | « Source/modules/crypto/RsaSsaParams.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698