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

Side by Side Diff: net/net.gypi

Issue 2391213002: Report curve types in ECDSA SSLPrivateKeys. (Closed)
Patch Set: rebase Created 4 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 unified diff | Download patch
« no previous file with comments | « net/android/keystore.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | 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 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 'ssl/client_cert_store_win.cc', 1234 'ssl/client_cert_store_win.cc',
1235 'ssl/client_cert_store_win.h', 1235 'ssl/client_cert_store_win.h',
1236 'ssl/ssl_config_service_defaults.cc', 1236 'ssl/ssl_config_service_defaults.cc',
1237 'ssl/ssl_config_service_defaults.h', 1237 'ssl/ssl_config_service_defaults.h',
1238 'ssl/ssl_key_logger.cc', 1238 'ssl/ssl_key_logger.cc',
1239 'ssl/ssl_key_logger.h', 1239 'ssl/ssl_key_logger.h',
1240 'ssl/ssl_platform_key.h', 1240 'ssl/ssl_platform_key.h',
1241 'ssl/ssl_platform_key_android.cc', 1241 'ssl/ssl_platform_key_android.cc',
1242 'ssl/ssl_platform_key_mac.cc', 1242 'ssl/ssl_platform_key_mac.cc',
1243 'ssl/ssl_platform_key_nss.cc', 1243 'ssl/ssl_platform_key_nss.cc',
1244 'ssl/ssl_platform_key_task_runner.cc', 1244 'ssl/ssl_platform_key_util.cc',
1245 'ssl/ssl_platform_key_task_runner.h', 1245 'ssl/ssl_platform_key_util.h',
1246 'ssl/ssl_platform_key_win.cc', 1246 'ssl/ssl_platform_key_win.cc',
1247 'ssl/test_ssl_private_key.cc', 1247 'ssl/test_ssl_private_key.cc',
1248 'ssl/test_ssl_private_key.h', 1248 'ssl/test_ssl_private_key.h',
1249 'ssl/threaded_ssl_private_key.cc', 1249 'ssl/threaded_ssl_private_key.cc',
1250 'ssl/threaded_ssl_private_key.h', 1250 'ssl/threaded_ssl_private_key.h',
1251 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1251 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1252 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1252 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1253 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1253 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1254 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1254 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1255 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1255 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 'ssl/client_cert_store_win_unittest.cc', 1903 'ssl/client_cert_store_win_unittest.cc',
1904 'ssl/default_channel_id_store_unittest.cc', 1904 'ssl/default_channel_id_store_unittest.cc',
1905 'ssl/openssl_client_key_store_unittest.cc', 1905 'ssl/openssl_client_key_store_unittest.cc',
1906 'ssl/ssl_cipher_suite_names_unittest.cc', 1906 'ssl/ssl_cipher_suite_names_unittest.cc',
1907 'ssl/ssl_client_auth_cache_unittest.cc', 1907 'ssl/ssl_client_auth_cache_unittest.cc',
1908 'ssl/ssl_client_session_cache_unittest.cc', 1908 'ssl/ssl_client_session_cache_unittest.cc',
1909 'ssl/ssl_config_service_unittest.cc', 1909 'ssl/ssl_config_service_unittest.cc',
1910 'ssl/ssl_config_unittest.cc', 1910 'ssl/ssl_config_unittest.cc',
1911 'ssl/ssl_connection_status_flags_unittest.cc', 1911 'ssl/ssl_connection_status_flags_unittest.cc',
1912 'ssl/ssl_platform_key_android_unittest.cc', 1912 'ssl/ssl_platform_key_android_unittest.cc',
1913 'ssl/ssl_platform_key_util_unittest.cc',
1913 'test/embedded_test_server/embedded_test_server_unittest.cc', 1914 'test/embedded_test_server/embedded_test_server_unittest.cc',
1914 'test/embedded_test_server/http_request_unittest.cc', 1915 'test/embedded_test_server/http_request_unittest.cc',
1915 'test/embedded_test_server/http_response_unittest.cc', 1916 'test/embedded_test_server/http_response_unittest.cc',
1916 'test/python_utils_unittest.cc', 1917 'test/python_utils_unittest.cc',
1917 'test/run_all_unittests.cc', 1918 'test/run_all_unittests.cc',
1918 'third_party/nist-pkits/pkits_testcases-inl.h', 1919 'third_party/nist-pkits/pkits_testcases-inl.h',
1919 'tools/balsa/balsa_frame_test.cc', 1920 'tools/balsa/balsa_frame_test.cc',
1920 'tools/balsa/balsa_headers_test.cc', 1921 'tools/balsa/balsa_headers_test.cc',
1921 'tools/quic/quic_simple_client_test.cc', 1922 'tools/quic/quic_simple_client_test.cc',
1922 'tools/quic/test_tools/mock_quic_server_session_visitor.cc', 1923 'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3265 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3265 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3266 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3266 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3267 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3267 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3268 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3268 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3269 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3269 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3270 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3270 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3271 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3271 ], 3272 ],
3272 } 3273 }
3273 } 3274 }
OLDNEW
« no previous file with comments | « net/android/keystore.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698