| /openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
| D | test-ca.server1.opensslconf | 1 [ ca ] 2 default_ca = test-ca 4 [ test-ca ] 5 certificate = test-ca.crt 6 private_key = test-ca.key 7 serial = test-ca.server1.serial 12 database = ./test-ca.server1.db
|
| D | test-ca.server1.future-crl.opensslconf | 1 [ ca ] 2 default_ca = test-ca 4 [ test-ca ] 5 certificate = test-ca.crt 6 private_key = test-ca.key 7 serial = test-ca.server1.serial 12 database = ./test-ca.server1.future-crl.db
|
| D | test-ca.server1.test_serial.opensslconf | 1 [ ca ] 2 default_ca = test-ca 4 [ test-ca ] 5 certificate = test-ca.crt 6 private_key = test-ca.key 7 serial = test-ca.server1.tmp.serial 13 database = ./test-ca.server1.db
|
| D | Makefile | 39 test_ca_crt = test-ca.crt 40 test_ca_key_file_rsa = test-ca.key 43 test_ca_config_file = test-ca.opensslconf 51 test-ca.req.sha256: $(test_ca_key_file_rsa) 53 all_intermediate += test-ca.req.sha256 55 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256 56 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N… 57 all_final += test-ca.crt 59 parse_input/test-ca.crt.der: parse_input/test-ca.crt 62 test-ca.key.der: $(test_ca_key_file_rsa) [all …]
|
| D | Readme-x509.txt | 7 - test-ca.crt aka "C=NL, O=PolarSSL, CN=PolarSSL Test CA" 9 test-ca-sha1.crt and test-ca-sha256.crt use the same key, signed with 17 - test-int-ca.crt "C=NL, O=PolarSSL, CN=PolarSSL Test Intermediate CA" 19 - test-int-ca-exp.crt is a copy that is expired 21 uses an EC key with NIST P-384, signed by test-ca 28 - enco-ca-prstr.pem: has its CN encoded as a printable string, but child cert 30 - test-ca-v1.crt: v1 "CA", signs 41 - issuing CA: 1 -> test-ca.crt 43 I1 -> test-int-ca.crt 62 - enco-cert-utf8str.pem: see enco-ca-prstr.pem above [all …]
|
| D | dh.optlen.pem | 9 43:57:e1:c4:ea:07:a7:ce:1e:38:1a:2f:ca:fd:ff: 11 d0:11:f8:84:77:a1:b0:19:27:d7:38:13:ca:d4:84: 29 80:3d:be:ca:60:c3:3e:12:89:c1:a0:3a:c2:c6:c4:
|
| D | .gitignore | 3 test-ca.csr
|
| D | dh.1000.pem | 23 53:08:e4:e8:5a:04:ca:5f:8f:73:55:ac:e1:41:20:
|
| /openthread-latest/tools/tcat_ble_client/auth-generate/ |
| D | Makefile | 33 otherCa = ca 34 ca = ca macro 39 ./create-cert-tcat-device.sh $@ $(ca) 42 ./create-cert-tcat-commissioner.sh $@ $(ca)
|
| /openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
| D | mini_client.c | 148 mbedtls_x509_crt ca; in main() local 164 mbedtls_x509_crt_init(&ca); in main() 198 if (mbedtls_x509_crt_parse_der(&ca, ca_cert, sizeof(ca_cert)) != 0) { in main() 203 mbedtls_ssl_conf_ca_chain(&conf, &ca, NULL); in main() 266 mbedtls_x509_crt_free(&ca); in main()
|
| D | ssl_test_lib.c | 315 mbedtls_x509_crt *ca = (mbedtls_x509_crt *) data; in ca_callback() local 335 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback() 340 while (ca->next != NULL) { in ca_callback() 341 ca = ca->next; in ca_callback() 342 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback()
|
| D | ssl_server2.c | 753 mbedtls_x509_crt *ca; member 770 mbedtls_x509_crt_free(cur->ca); in sni_free() 771 mbedtls_free(cur->ca); in sni_free() 833 if ((new->ca = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL) { in sni_parse() 837 mbedtls_x509_crt_init(new->ca); in sni_parse() 839 if (mbedtls_x509_crt_parse_file(new->ca, ca_file) != 0) { in sni_parse() 924 if (cur->ca != NULL) { in cert_callback() 925 mbedtls_ssl_set_hs_ca_chain(ssl, cur->ca, cur->crl); in cert_callback()
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_x509write.data | 63 …144406":MBEDTLS_MD_SHA1:0:0:"NULL":0:0:1:-1:"data_files/server1.crt":0:0:"data_files/test-ca.crt":0 67 …00210144406":"20290210144406":MBEDTLS_MD_SHA1:0:0:"NULL":0:0:1:-1:"":0:0:"data_files/test-ca.crt":0 71 …90210144406":"20500210144406":MBEDTLS_MD_SHA1:0:0:"NULL":0:0:1:-1:"":0:0:"data_files/test-ca.crt":0 75 …00210144406":"20500210144406":MBEDTLS_MD_SHA1:0:0:"NULL":0:0:1:-1:"":0:0:"data_files/test-ca.crt":0 79 …00210144406":"20590210144406":MBEDTLS_MD_SHA1:0:0:"NULL":0:0:1:-1:"":0:0:"data_files/test-ca.crt":0 83 …EY_ENCIPHERMENT:1:"NULL":0:0:1:-1:"data_files/server1.key_usage.crt":0:0:"data_files/test-ca.crt":0 87 …HA1:0:0:"serverAuth":0:0:1:-1:"data_files/server1.key_ext_usage.crt":0:0:"data_files/test-ca.crt":0 91 …gning,timeStamping":0:0:1:-1:"data_files/server1.key_ext_usages.crt":0:0:"data_files/test-ca.crt":0 95 …09_NS_CERT_TYPE_SSL_SERVER:1:1:-1:"data_files/server1.cert_type.crt":0:0:"data_files/test-ca.crt":0 99 …:"NULL":0:0:1:MBEDTLS_X509_CRT_VERSION_1:"data_files/server1.v1.crt":0:0:"data_files/test-ca.crt":0 [all …]
|
| D | test_suite_x509parse.function | 97 mbedtls_x509_crt *ca = (mbedtls_x509_crt *) data; 117 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { 122 while (ca->next != NULL) { 123 ca = ca->next; 124 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { 647 mbedtls_x509_crt ca; 661 mbedtls_x509_crt_init(&ca); 665 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0); 671 ret = mbedtls_x509_crt_verify_restartable(&crt, &ca, NULL, 683 ret = mbedtls_x509_crt_verify_restartable(&crt, &ca, NULL, [all …]
|
| D | test_suite_x509parse.data | 19 x509_cert_info:"data_files/parse_input/test-ca.crt":"cert. version \: 3\nserial number \: 0… 23 x509_cert_info:"data_files/parse_input/test-ca.crt.der":"cert. version \: 3\nserial number … 143 x509_cert_info:"data_files/parse_input/test-ca-any_policy.crt":"cert. version \: 3\nserial numb… 147 x509_cert_info:"data_files/parse_input/test-ca-any_policy_ec.crt":"cert. version \: 3\nserial n… 151 x509_cert_info:"data_files/parse_input/test-ca-any_policy_with_qualifier.crt":"cert. version \:… 155 x509_cert_info:"data_files/parse_input/test-ca-any_policy_with_qualifier_ec.crt":"cert. version … 159 x509_cert_info:"data_files/parse_input/test-ca-multi_policy.crt":"cert. version \: 3\nserial nu… 163 x509_cert_info:"data_files/parse_input/test-ca-multi_policy_ec.crt":"cert. version \: 3\nserial… 167 x509_cert_info:"data_files/parse_input/test-ca-unsupported_policy.crt":"cert. version \: 3\nser… 171 x509_cert_info:"data_files/parse_input/test-ca-unsupported_policy_ec.crt":"cert. version \: 3\n… [all …]
|
| D | test_suite_bignum_mod.misc.data | 169 mpi_mod_io:"0000800000000005":"00000000000003ca":MBEDTLS_MPI_MOD_EXT_REP_BE 193 mpi_mod_io:"7fffffffffffffff":"00000000000003ca":MBEDTLS_MPI_MOD_EXT_REP_BE 223 …000000000000000000000000000000000000000000000000000000000000000000000000003ca":MBEDTLS_MPI_MOD_EXT… 277 …6bd49e807b82e3bf2bf11bfa63":"0000000000000000000000000000000000000000000003ca":MBEDTLS_MPI_MOD_EXT… 325 …000000000000000000000000000000000000000000000000000000000000000000000000003ca":MBEDTLS_MPI_MOD_EXT…
|
| D | test_suite_debug.data | 63 …ca 2d 70 ca 89 0b 04\nMyFile(0999)\: db 2e a6 4f 70 6e 9e ce bd 58 89 e2 53 59 9e 6e\nMyFile(0999… 67 …99)\: 87 c2 88 52 80 af d6 6a ab 21 dd b8 d3 1c 6e 58\nMyFile(0999)\: b8 ca e8 b2 69 8e f3 41 ad…
|
| /openthread-latest/tools/tcat_ble_client/auth-generate/ext/ |
| D | ca.ext | 4 [ ca ] 5 subjectAltName = email:ca-admin@example.org
|
| /openthread-latest/etc/docker/environment/ |
| D | Dockerfile | 22 ca-certificates \ 23 && update-ca-certificates \
|
| /openthread-latest/tools/tcat_ble_client/ |
| D | GENERATING_CERTIFICATES.md | 24 NOTE: the directory `auth-generate/ca` contains an example CA certificate and private key (for sign… 41 openssl req -new -sha256 -key ca_key.pem -out ca.csr 47 openssl req -x509 -sha256 -days 365 -key ca_key.pem -in ca.csr -out ca_cert.pem
|
| /openthread-latest/tools/harness-simulation/posix/etc/ |
| D | Dockerfile | 69 ENV OTBR_DOCKER_DEPS git ca-certificates python3-pip wget 75 ENV OTBR_BUILD_DEPS apt-utils build-essential psmisc ninja-build cmake ca-certificates \
|
| /openthread-latest/script/ |
| D | bootstrap | 69 sudo apt-get --no-install-recommends install -y bzip2 ca-certificates wget
|
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | x509_crt.c | 2008 static int x509_crt_verifycrl(mbedtls_x509_crt *crt, mbedtls_x509_crt *ca, in x509_crt_verifycrl() argument 2022 if (ca == NULL) { in x509_crt_verifycrl() 2028 x509_name_cmp(&crl_list->issuer, &ca->subject) != 0) { in x509_crt_verifycrl() 2036 if (mbedtls_x509_crt_check_key_usage(ca, in x509_crt_verifycrl() 2078 if (x509_profile_check_key(profile, &ca->pk) != 0) { in x509_crt_verifycrl() 2082 if (mbedtls_pk_verify_ext(crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
|
| /openthread-latest/third_party/mbedtls/repo/tests/data_files/dir3/ |
| D | test-ca.crt | 57 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|
| /openthread-latest/third_party/mbedtls/repo/tests/data_files/dir1/ |
| D | test-ca.crt | 57 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|