Home
last modified time | relevance | path

Searched refs:crl_ext (Results 1 – 23 of 23) 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.cnf110 # crl_extensions = crl_ext
268 [ crl_ext ]
Dopenssl-vms.cnf110 # crl_extensions = crl_ext
268 [ crl_ext ]
/third_party/node/deps/openssl/openssl/apps/
Dca.c277 char *certfile = NULL, *crl_ext = NULL, *crlnumberfile = NULL; in ca_main() local
483 crl_ext = opt_arg(); in ca_main()
1159 if (crl_ext == NULL) { in ca_main()
1160 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT); in ca_main()
1161 if (crl_ext == NULL) in ca_main()
1164 if (crl_ext != NULL) { in ca_main()
1170 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) { in ca_main()
1172 "Error checking CRL extension section %s\n", crl_ext); in ca_main()
1262 if (crl_ext != NULL || crlnumberfile != NULL) { in ca_main()
1268 if (crl_ext != NULL) in ca_main()
[all …]
Dopenssl.cnf110 # crl_extensions = crl_ext
268 [ crl_ext ]
Dopenssl-vms.cnf110 # crl_extensions = crl_ext
268 [ crl_ext ]
/third_party/curl/tests/certs/
DEdelCurlRoot-ca.prm22 [ crl_ext ]
Dstunnel-sv.prm12 [ crl_ext ]
DServer-localhost-sv.prm12 [ crl_ext ]
DServer-localhost-lastSAN-sv.prm12 [ crl_ext ]
DServer-localhost-firstSAN-sv.prm12 [ crl_ext ]
DServer-localhost.nn-sv.prm12 [ crl_ext ]
DServer-localhost0h-sv.prm13 [ crl_ext ]
Dstunnel-sv.pem12 [ crl_ext ]
DServer-localhost.nn-sv.pem12 [ crl_ext ]
DServer-localhost-sv.pem12 [ crl_ext ]
DServer-localhost-lastSAN-sv.pem12 [ crl_ext ]
DServer-localhost0h-sv.pem13 [ crl_ext ]
DServer-localhost-firstSAN-sv.pem12 [ crl_ext ]
/third_party/mbedtls/include/mbedtls/
Dx509_crl.h92 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/curl/tests/
Dstunnel.pem12 [ crl_ext ]
/third_party/mbedtls/library/
Dx509_crl.c465 ret = x509_get_crl_ext(&p, end, &crl->crl_ext); in mbedtls_x509_crl_parse_der()