Home
last modified time | relevance | path

Searched refs:ca_path (Results 1 – 3 of 3) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/programs/x509/
Dcert_app.c109 const char *ca_path; /* the path with the CA certificate(s) reside */ member
191 opt.ca_path = DFL_CA_PATH; in main()
226 opt.ca_path = q; in main()
253 if( strlen( opt.ca_path ) ) in main()
255 ret = mbedtls_x509_crt_parse_path( &cacert, opt.ca_path ); in main()
/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_client2.c289 const char *ca_path; /* the path with the CA certificate(s) reside */ member
480 opt.ca_path = DFL_CA_PATH; in main()
565 opt.ca_path = q; in main()
953 if( strlen( opt.ca_path ) ) in main()
954 if( strcmp( opt.ca_path, "none" ) == 0 ) in main()
957 ret = mbedtls_x509_crt_parse_path( &cacert, opt.ca_path ); in main()
1172 if( strcmp( opt.ca_path, "none" ) != 0 && in main()
Dssl_server2.c365 const char *ca_path; /* the path with the CA certificate(s) reside */ member
908 opt.ca_path = DFL_CA_PATH; in main()
985 opt.ca_path = q; in main()
1399 if( strlen( opt.ca_path ) ) in main()
1400 if( strcmp( opt.ca_path, "none" ) == 0 ) in main()
1403 ret = mbedtls_x509_crt_parse_path( &cacert, opt.ca_path ); in main()
1766 if( strcmp( opt.ca_path, "none" ) != 0 && in main()