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

Unified Diff: content/content_child.gypi

Issue 661653002: [webcrypto] Implement RSA-PSS using BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_rsassa
Patch Set: Add some tests from fips 186-2, covering sha-{256, 384, 512} Created 6 years, 2 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index f99b61ef6728bba3b48b215c6b4fdfa4a8b024ef..33ec17b22fe9140ff34de33cca4472fc933d2aee 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -284,6 +284,7 @@
'child/webcrypto/openssl/rsa_key_openssl.cc',
'child/webcrypto/openssl/rsa_key_openssl.h',
'child/webcrypto/openssl/rsa_oaep_openssl.cc',
+ 'child/webcrypto/openssl/rsa_pss_openssl.cc',
'child/webcrypto/openssl/rsa_sign_openssl.cc',
'child/webcrypto/openssl/rsa_sign_openssl.h',
'child/webcrypto/openssl/rsa_ssa_openssl.cc',

Powered by Google App Engine
This is Rietveld 408576698