Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/x509/
Dcert_write.c138 const char *request_file; /* filename of the certificate request */ member
230 opt.request_file = DFL_REQUEST_FILE; in main()
256 opt.request_file = q; in main()
433 if( !opt.selfsign && strlen( opt.request_file ) ) in main()
441 if( ( ret = mbedtls_x509_csr_parse_file( &csr, opt.request_file ) ) != 0 ) in main()
467 if( !opt.selfsign && !strlen( opt.request_file ) ) in main()