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

Unified Diff: content/content_tests.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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9299561495922713d067e6736bedb8420ae3706a..eeff242715dab5e05c8f7c65965af3b3cd1cd915 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -652,11 +652,12 @@
'child/webcrypto/test/aes_ctr_unittest.cc',
'child/webcrypto/test/aes_gcm_unittest.cc',
'child/webcrypto/test/aes_kw_unittest.cc',
- 'child/webcrypto/test/status_unittest.cc',
'child/webcrypto/test/hmac_unittest.cc',
'child/webcrypto/test/rsa_oaep_unittest.cc',
+ 'child/webcrypto/test/rsa_pss_unittest.cc',
'child/webcrypto/test/rsa_ssa_unittest.cc',
'child/webcrypto/test/sha_unittest.cc',
+ 'child/webcrypto/test/status_unittest.cc',
'child/webcrypto/test/test_helpers.cc',
'child/webcrypto/test/test_helpers.h',
'child/worker_task_runner_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698