Searched refs:certsdir (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/etc/rc.d/
H A Dcertctl_init31 local certsdir
33 certsdir=/etc/openssl/certs
38 if [ -h "$certsdir" ] ||
39 { [ -e "$certsdir" ] && ! [ -d "$certsdir" ] ; } ||
40 ( [ -d "$certsdir" ] &&
41 find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1 )
/netbsd-current/usr.sbin/certctl/
H A Dcertctl.sh42 "[-nv] [-C <config>] [-c <certsdir>] [-u <untrusted>]"
52 certsdir=/etc/openssl/certs
68 c) certsdir=$OPTARG;;
353 # the certsdir. Sorted lexicographically by vis-encoding.
414 # Delete and rebuild certsdir.
421 # certsdir, but succeed anyway so this can safely be used in
430 if [ -f "$certsdir/.certctl" ]; then
433 run rm -rf -- "$certsdir"
434 elif [ -h "$certsdir" ]; then
441 elif [ ! -e "$certsdir" ]; the
[all...]
/netbsd-current/usr.sbin/postinstall/
H A Dpostinstall.in1725 local certsdir certsconf defaultconf manualmsg
1729 certsdir="${DEST_DIR}/etc/openssl/certs"
1750 if [ -h "$certsdir" ] ||
1751 [ -e "$certsdir" -a ! -d "$certsdir" ] ||
1752 ([ -d "$certsdir" ] &&
1753 find -f "$certsdir" -- \
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsslapitest.c83 static char *certsdir = NULL; variable
567 char *skey = test_mk_file_path(certsdir, "leaf.key");
568 char *leaf = test_mk_file_path(certsdir, "leaf.pem");
569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem");
570 char *int1 = test_mk_file_path(certsdir, "interCA.pem");
571 char *root = test_mk_file_path(certsdir, "rootCA.pem");
648 char *skey = test_mk_file_path(certsdir, "leaf.key");
649 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem");
687 char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key");
688 char *leaf_chain = test_mk_file_path(certsdir, "lea
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c46 static char *certsdir = NULL; variable
6300 rootfile = test_mk_file_path(certsdir, "rootcert.pem");
6301 ecdsacert = test_mk_file_path(certsdir, "server-ecdsa-cert.pem");
6302 ecdsakey = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
7293 if (!TEST_ptr(certsdir = test_get_argument(0))
7314 cert = test_mk_file_path(certsdir, "servercert.pem");
7318 privkey = test_mk_file_path(certsdir, "serverkey.pem");

Completed in 175 milliseconds