/third_party/node/test/parallel/ |
D | test-https-strict.js | 58 const ca2 = read('ca2-cert.pem'); constant 64 const agent2 = new https.Agent({ ca: [ca2] }); 65 const agent3 = new https.Agent({ ca: [ca1, ca2] }); 128 if (ca.includes(ca1) && ca.includes(ca2)) { 132 } else if (ca.includes(ca2)) { 174 null, [ca1, ca2]); 176 makeReq('/val1-ca1ca2', port1, null, 'agent1', [ca1, ca2]); 178 'UNABLE_TO_VERIFY_LEAF_SIGNATURE', 'agent1', ca2); 186 'agent2', [ca1, ca2]); 190 makeReq('/inv3-ca2', port3, 'ERR_TLS_CERT_ALTNAME_INVALID', null, ca2); [all …]
|
D | test-tls-multiple-cas-as-string.js | 14 const ca2 = fixtures.readKey('ca2-cert.pem', 'utf8'); constant 42 test([ca1, ca2]); 43 test(`${ca1}\n${ca2}`);
|
/third_party/node/test/fixtures/keys/ |
D | Makefile | 3 ca2-cert.pem \ 4 ca2-crl.pem \ 94 ca2-cert.pem: ca2.cnf 95 openssl req -new -x509 -days 99999 -config ca2.cnf -keyout ca2-key.pem -out ca2-cert.pem 96 echo '01' > ca2-serial 97 touch ca2-database.txt 139 ca4-cert.pem: ca4-csr.pem ca4-key.pem ca4.cnf ca2-cert.pem ca2-key.pem 146 -CA ca2-cert.pem \ 147 -CAkey ca2-key.pem \ 295 agent3-cert.pem: agent3-csr.pem ca2-cert.pem ca2-key.pem [all …]
|
D | ca2.cnf | 5 serial = ca2-serial 6 crl = ca2-crl.pem 7 database = ca2-database.txt 28 CN = ca2
|
/third_party/mbedtls/tests/data_files/ |
D | Readme-x509.txt | 11 - test-ca2*.crt aka "C=NL, O=PolarSSL, CN=Polarssl Test EC CA" 18 uses RSA-4096, signed by test-ca2 20 - test-int-ca2.crt "C=NL, O=PolarSSL, CN=PolarSSL Test Intermediate EC CA" 23 A third intermediate CA is signed by test-int-ca2.crt: 25 uses an EC key with NIST P-256, signed by test-int-ca2 42 2 -> test-ca2.crt 44 I2 -> test-int-ca2.crt 95 - server8*.crt: I2 R L: RSA signed by EC signed by RSA (P1 for _int-ca2) 102 _int3_int-ca2.crt: S10 + I3 + I2 104 _int3_spurious_int-ca2.crt: S10 + I3 + I1(spurious) + I2
|
D | Makefile | 111 test_ca_crt_file_ec = test-ca2.crt 112 test_ca_key_file_ec = test-ca2.key 114 test-ca2.req.sha256: $(test_ca_key_file_ec) 116 all_intermediate += test-ca2.req.sha256 118 test-ca2.crt: $(test_ca_key_file_ec) test-ca2.req.sha256 119 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=13926223505202072808 request_file=test-ca2.req.sha256 selfsig… 158 test-ca2.crt.der: $(test_ca_crt_file_ec) 160 all_final += test-ca2.crt.der 162 test-ca2.key.der: $(test_ca_key_file_ec) 164 all_final += test-ca2.key.der
|
/third_party/boost/libs/smart_ptr/test/ |
D | smart_ptr_test.cpp | 227 boost::shared_array<char> ca2 ( ca ); in test() local 228 boost::shared_array<char> ca3 ( ca2 ); in test() 233 BOOST_TEST( strcmp( ca2.get(), "Not dog with mustard and relish" ) == 0 ); in test() 236 BOOST_TEST( ca2.use_count() == 3 ); in test() 238 ca2.reset(); in test() 241 BOOST_TEST( ca2.use_count() == 0 ); in test()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.data | 420 mbedtls_x509_time_is_future:"data_files/test-ca2.crt":"valid_from":0 424 mbedtls_x509_time_is_future:"data_files/test-ca2.crt":"valid_to":1 432 x509_verify:"data_files/server6.crt":"data_files/test-ca2.crt":"data_files/crl-future.pem":"NULL":M… 440 x509_verify:"data_files/server6.crt":"data_files/test-ca2.crt":"data_files/crl-future.pem":"localho… 448 x509_verify:"data_files/server6.crt":"data_files/test-ca2.crt":"data_files/crl-future.pem":"Wrong C… 456 x509_verify:"data_files/server5.crt":"data_files/test-ca2.crt":"data_files/crl-future.pem":"NULL":M… 484 x509_verify:"data_files/server5.crt":"data_files/test-ca2.crt":"data_files/crl-ec-sha1.pem":"NULL":… 488 x509_verify:"data_files/server5-expired.crt":"data_files/test-ca2.crt":"data_files/crl-ec-sha1.pem"… 492 x509_verify:"data_files/server5-future.crt":"data_files/test-ca2.crt":"data_files/crl-ec-sha1.pem":… 496 x509_verify:"data_files/server7-expired.crt":"data_files/test-ca2.crt":"data_files/crl-ec-sha1.pem"… [all …]
|
D | test_suite_debug.data | 67 mbedtls_debug_print_crt:"data_files/test-ca2.crt":"MyFile":999:"PREFIX_":"MyFile(0999)\: PREFIX_ #1…
|
D | test_suite_x509parse.function | 561 * - x509_verify() for server5 -> test-ca2: ~ 18800 562 * - x509_verify() for server10 -> int-ca3 -> int-ca2: ~ 25500
|
/third_party/boost/libs/circular_buffer/test/ |
D | common.ipp | 568 CB_CONTAINER<MyInteger>::const_array_range ca2 = cb.array_two(); 573 BOOST_TEST(ca2.second == 0); 581 ca2 = cb.array_two(); 590 BOOST_TEST(ca2.second == 0); 602 ca2 = cb.array_two(); 610 BOOST_TEST(ca2.first[0] == 8); 611 BOOST_TEST(ca2.first[2] == 10); 615 BOOST_TEST(ca2.second == 3); 622 ca2 = cb.array_two(); 630 BOOST_TEST(ca2.first[0] == 8); [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_load_verify_locations.pod | 128 ca1.pem ca2.pem ca3.pem: 132 for i in ca1.pem ca2.pem ca3.pem ; do
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UTF16Test.java | 654 char ca2[] = new char[s.length()+2]; in checkMoveCodePointOffset() local 655 ca2[0] = (char)0xd800; in checkMoveCodePointOffset() 656 ca2[s.length()+1] = (char)0xd8ff; in checkMoveCodePointOffset() 657 s.getChars(0, s.length(), ca2, 1); in checkMoveCodePointOffset() 659 int result = UTF16.moveCodePointOffset(ca2, 1, s.length()+1, startIdx, amount); in checkMoveCodePointOffset()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UTF16Test.java | 651 char ca2[] = new char[s.length()+2]; in checkMoveCodePointOffset() local 652 ca2[0] = (char)0xd800; in checkMoveCodePointOffset() 653 ca2[s.length()+1] = (char)0xd8ff; in checkMoveCodePointOffset() 654 s.getChars(0, s.length(), ca2, 1); in checkMoveCodePointOffset() 656 int result = UTF16.moveCodePointOffset(ca2, 1, s.length()+1, startIdx, amount); in checkMoveCodePointOffset()
|
/third_party/boost/libs/histogram/test/ |
D | histogram_test.cpp | 150 const auto& ca2 = axis::get<axis::category<>>(c.axis(0)); in run_tests() local 151 BOOST_TEST_EQ(&ca2, &ca); in run_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 167 ca_cert2="/etc/cert/ca2.pem"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 171 ca_cert2="/etc/cert/ca2.pem"
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 750 CurrencyAmount ca2 = new CurrencyAmount(123.45, gbpIcu); in TestJavaCurrencyConversion() local 751 assertEquals("CurrencyAmount from both Double constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion() 754 ca2 = new CurrencyAmount(new BigDecimal("543.21"), gbpIcu); in TestJavaCurrencyConversion() 755 assertEquals("CurrencyAmount from both Number constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatTest.java | 753 CurrencyAmount ca2 = new CurrencyAmount(123.45, gbpIcu); in TestJavaCurrencyConversion() local 754 assertEquals("CurrencyAmount from both Double constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion() 757 ca2 = new CurrencyAmount(new BigDecimal("543.21"), gbpIcu); in TestJavaCurrencyConversion() 758 assertEquals("CurrencyAmount from both Number constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2353 CurrencyAmount ca2(ca); in TestCurrencyAmount() local 2354 if (!(ca2 == ca)){ in TestCurrencyAmount() 2358 ca2=ca; in TestCurrencyAmount() 2359 if (!(ca2 == ca)){ in TestCurrencyAmount()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README | 631 ca_cert2="/etc/cert/ca2.pem"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README | 631 ca_cert2="/etc/cert/ca2.pem"
|
/third_party/node/doc/api/ |
D | tls.md | 67 a single file, e.g. `cat ca1-cert.pem ca2-cert.pem > ca-cert.pem`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 3878 * [[`7874360ca2`](https://github.com/nodejs/node/commit/7874360ca2)] - **test**: add mustCall() to …
|