Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dgosttest.c14 static char *cert1 = NULL; variable
46 ciphers[idx].certnum == 0 ? cert1 in test_tls13()
83 if (!TEST_ptr(cert1 = test_get_argument(0)) in setup_tests()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnet_help.c1318 X509 *cert1 = d2i_X509(NULL, in add_WIN_cacerts_to_openssl_store() local
1321 if (!cert1) { in add_WIN_cacerts_to_openssl_store()
1331 if (X509_STORE_add_cert(store, cert1) == 0) { in add_WIN_cacerts_to_openssl_store()
1342 X509_free(cert1); in add_WIN_cacerts_to_openssl_store()
1346 X509_free(cert1); in add_WIN_cacerts_to_openssl_store()
/netbsd-src/usr.sbin/syslogd/
H A Dtls.c564 match_certfile(const X509 *cert1, const char *certfilename) in match_certfile() argument
572 && get_fingerprint(cert1, &fp1, NULL) in match_certfile()
580 "returns %d\n", cert1, certfilename, rc); in match_certfile()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool-commands.in290 argument = "cert:foo chain:cert1 chain:cert2 anchor:anchor1 anchor:anchor2"
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl.pod500 openssl verify [flags...] -- -cert1.pem...
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dpostconf.proto17638 concatenated, the sequence of PEM objects must be: <i>key1, cert1,
17792 concatenated, the sequence of PEM objects must be: <i>key1, cert1,
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES8781 e.g. "(openssl x509 -out cert1; openssl x509 -out cert2) <certs".