Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dca.c277 char *certfile = NULL, *crl_ext = NULL, *crlnumberfile = NULL; in ca_main() local
483 crl_ext = opt_arg(); in ca_main()
1145 if (crl_ext == NULL) { in ca_main()
1146 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT); in ca_main()
1147 if (crl_ext == NULL) in ca_main()
1150 if (crl_ext != NULL) { in ca_main()
1156 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) { in ca_main()
1158 "Error checking CRL extension section %s\n", crl_ext); in ca_main()
1242 if (crl_ext != NULL || crlnumberfile != NULL) { in ca_main()
1248 if (crl_ext != NULL) in ca_main()
[all …]
Dopenssl-vms.cnf110 # crl_extensions = crl_ext
268 [ crl_ext ]
Dopenssl.cnf110 # crl_extensions = crl_ext
268 [ crl_ext ]
/third_party/mbedtls/include/mbedtls/
Dx509_crl.h94 mbedtls_x509_buf crl_ext; member
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf61 # crl_extensions = crl_ext
252 [ crl_ext ]
/third_party/mbedtls/library/
Dx509_crl.c477 ret = x509_get_crl_ext( &p, end, &crl->crl_ext ); in mbedtls_x509_crl_parse_der()