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

Side by Side 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, 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 unified diff | Download patch
« net/der/input.h ('K') | « net/der/input.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'cert/crl_set.h', 74 'cert/crl_set.h',
75 'cert/ct_verifier.h', 75 'cert/ct_verifier.h',
76 'cert/ct_verify_result.cc', 76 'cert/ct_verify_result.cc',
77 'cert/ct_verify_result.h', 77 'cert/ct_verify_result.h',
78 'cert/internal/extended_key_usage.cc', 78 'cert/internal/extended_key_usage.cc',
79 'cert/internal/extended_key_usage.h', 79 'cert/internal/extended_key_usage.h',
80 'cert/internal/signature_algorithm.cc', 80 'cert/internal/signature_algorithm.cc',
81 'cert/internal/signature_algorithm.h', 81 'cert/internal/signature_algorithm.h',
82 'cert/internal/verify_name_match.cc', 82 'cert/internal/verify_name_match.cc',
83 'cert/internal/verify_name_match.h', 83 'cert/internal/verify_name_match.h',
84 'cert/internal/verify_signed_data.cc',
85 'cert/internal/verify_signed_data.h',
84 'cert/pem_tokenizer.cc', 86 'cert/pem_tokenizer.cc',
85 'cert/pem_tokenizer.h', 87 'cert/pem_tokenizer.h',
86 'cert/sha256_legacy_support_nss_win.cc', 88 'cert/sha256_legacy_support_nss_win.cc',
87 'cert/sha256_legacy_support_openssl_win.cc', 89 'cert/sha256_legacy_support_openssl_win.cc',
88 'cert/sha256_legacy_support_win.cc', 90 'cert/sha256_legacy_support_win.cc',
89 'cert/sha256_legacy_support_win.h', 91 'cert/sha256_legacy_support_win.h',
90 'cert/signed_certificate_timestamp.cc', 92 'cert/signed_certificate_timestamp.cc',
91 'cert/signed_certificate_timestamp.h', 93 'cert/signed_certificate_timestamp.h',
92 'cert/signed_tree_head.h', 94 'cert/signed_tree_head.h',
93 'cert/x509_cert_types.cc', 95 'cert/x509_cert_types.cc',
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 'cert/cert_verify_proc_whitelist_unittest.cc', 1341 'cert/cert_verify_proc_whitelist_unittest.cc',
1340 'cert/crl_set_unittest.cc', 1342 'cert/crl_set_unittest.cc',
1341 'cert/ct_log_response_parser_unittest.cc', 1343 'cert/ct_log_response_parser_unittest.cc',
1342 'cert/ct_log_verifier_unittest.cc', 1344 'cert/ct_log_verifier_unittest.cc',
1343 'cert/ct_objects_extractor_unittest.cc', 1345 'cert/ct_objects_extractor_unittest.cc',
1344 'cert/ct_serialization_unittest.cc', 1346 'cert/ct_serialization_unittest.cc',
1345 'cert/ev_root_ca_metadata_unittest.cc', 1347 'cert/ev_root_ca_metadata_unittest.cc',
1346 'cert/internal/extended_key_usage_unittest.cc', 1348 'cert/internal/extended_key_usage_unittest.cc',
1347 'cert/internal/signature_algorithm_unittest.cc', 1349 'cert/internal/signature_algorithm_unittest.cc',
1348 'cert/internal/verify_name_match_unittest.cc', 1350 'cert/internal/verify_name_match_unittest.cc',
1351 'cert/internal/verify_signed_data_unittest.cc',
1349 'cert/jwk_serializer_unittest.cc', 1352 'cert/jwk_serializer_unittest.cc',
1350 'cert/multi_log_ct_verifier_unittest.cc', 1353 'cert/multi_log_ct_verifier_unittest.cc',
1351 'cert/multi_threaded_cert_verifier_unittest.cc', 1354 'cert/multi_threaded_cert_verifier_unittest.cc',
1352 'cert/nss_cert_database_chromeos_unittest.cc', 1355 'cert/nss_cert_database_chromeos_unittest.cc',
1353 'cert/nss_cert_database_unittest.cc', 1356 'cert/nss_cert_database_unittest.cc',
1354 'cert/nss_profile_filter_chromeos_unittest.cc', 1357 'cert/nss_profile_filter_chromeos_unittest.cc',
1355 'cert/pem_tokenizer_unittest.cc', 1358 'cert/pem_tokenizer_unittest.cc',
1356 'cert/sha256_legacy_support_win_unittest.cc', 1359 'cert/sha256_legacy_support_win_unittest.cc',
1357 'cert/signed_certificate_timestamp_unittest.cc', 1360 'cert/signed_certificate_timestamp_unittest.cc',
1358 'cert/test_root_certs_unittest.cc', 1361 'cert/test_root_certs_unittest.cc',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 'base/mac/url_conversions_unittest.mm', 1840 'base/mac/url_conversions_unittest.mm',
1838 ], 1841 ],
1839 'net_docs_script': 'tools/net_docs/net_docs.py', 1842 'net_docs_script': 'tools/net_docs/net_docs.py',
1840 'net_docs_sources': [ 1843 'net_docs_sources': [
1841 'README.md', 1844 'README.md',
1842 'sdch/README.md', 1845 'sdch/README.md',
1843 ], 1846 ],
1844 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1847 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1845 } 1848 }
1846 } 1849 }
OLDNEW
« 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