Home
last modified time | relevance | path

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

/mbedtls-development/programs/x509/
A Dcert_app.c107 const char *ca_path; /* the path with the CA certificate(s) reside */ member
189 opt.ca_path = DFL_CA_PATH; in main()
224 opt.ca_path = q; in main()
251 if( strlen( opt.ca_path ) ) in main()
253 if( ( ret = mbedtls_x509_crt_parse_path( &cacert, opt.ca_path ) ) < 0 ) in main()
/mbedtls-development/programs/ssl/
A Dssl_client2.c454 const char *ca_path; /* the path with the CA certificate(s) reside */ member
823 opt.ca_path = DFL_CA_PATH; in main()
949 opt.ca_path = q; in main()
1595 if( strcmp( opt.ca_path, "none" ) == 0 || in main()
1602 if( strlen( opt.ca_path ) ) in main()
1603 ret = mbedtls_x509_crt_parse_path( &cacert, opt.ca_path ); in main()
1866 if( strcmp( opt.ca_path, "none" ) != 0 && in main()
A Dssl_server2.c569 const char *ca_path; /* the path with the CA certificate(s) reside */ member
1496 opt.ca_path = DFL_CA_PATH; in main()
1624 opt.ca_path = q; in main()
2339 if( strcmp( opt.ca_path, "none" ) == 0 || in main()
2346 if( strlen( opt.ca_path ) ) in main()
2347 ret = mbedtls_x509_crt_parse_path( &cacert, opt.ca_path ); in main()
2786 if( strcmp( opt.ca_path, "none" ) != 0 && in main()

Completed in 13 milliseconds