Searched refs:crl_ext (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/apps/ |
D | ca.c | 277 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 …]
|
D | openssl-vms.cnf | 110 # crl_extensions = crl_ext 268 [ crl_ext ]
|
D | openssl.cnf | 110 # crl_extensions = crl_ext 268 [ crl_ext ]
|
/third_party/mbedtls/include/mbedtls/ |
D | x509_crl.h | 94 mbedtls_x509_buf crl_ext; member
|
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_openssl.cnf | 61 # crl_extensions = crl_ext 252 [ crl_ext ]
|
/third_party/mbedtls/library/ |
D | x509_crl.c | 477 ret = x509_get_crl_ext( &p, end, &crl->crl_ext ); in mbedtls_x509_crl_parse_der()
|