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

Unified Diff: net/net.gypi

Issue 1209283004: Implement VerifySignedData() for ECDSA, RSA PKCS#1 and RSA PSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parse_pss
Patch Set: clarify that signature_value is NOT the BIT STRING itself, but the byte contents Created 5 years, 6 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
« net/der/input.h ('K') | « net/der/input.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 92407d33a02d251e9b1eb49de1bdfb2623c7ff33..a16aa7f1f5f06de49ab2a5461ab65ecf11b679fc 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -81,6 +81,8 @@
'cert/internal/signature_algorithm.h',
'cert/internal/verify_name_match.cc',
'cert/internal/verify_name_match.h',
+ 'cert/internal/verify_signed_data.cc',
+ 'cert/internal/verify_signed_data.h',
'cert/pem_tokenizer.cc',
'cert/pem_tokenizer.h',
'cert/sha256_legacy_support_nss_win.cc',
@@ -1346,6 +1348,7 @@
'cert/internal/extended_key_usage_unittest.cc',
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/verify_name_match_unittest.cc',
+ 'cert/internal/verify_signed_data_unittest.cc',
'cert/jwk_serializer_unittest.cc',
'cert/multi_log_ct_verifier_unittest.cc',
'cert/multi_threaded_cert_verifier_unittest.cc',
« net/der/input.h ('K') | « net/der/input.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698