Home | History | Annotate | Download | only in test

Lines Matching defs:x509

104 static int test_x509_spki_aid(X509 *cert, const char *filename)
111 static int test_x509_sig_aid(X509 *eecert, const char *ee_filename,
112 X509 *cacert, const char *ca_filename)
217 X509 *eecert = NULL, *cacert = NULL;
268 { "x509", OPT_X509, '-', "Test X.509 certificates. Requires two files" },
280 int n, x509 = 0, spki = 0, testcount = 0;
285 x509 = 1;
299 testcount = x509 + spki;
311 } else if (x509 && n == 2) {
319 } else if (x509 && (eecert_filename == NULL || cacert_filename == NULL)) {
320 BIO_printf(bio_err, "Missing -x509 argument(s)\n");
324 if (x509)