Home
last modified time | relevance | path

Searched refs:hxtool (Results 1 – 21 of 21) sorted by relevance

/freebsd-9-stable/crypto/heimdal/lib/hx509/
Dtest_ca.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
52 ${hxtool} request-create \
58 ${hxtool} issue-certificate \
65 ${hxtool} verify --missing-revoke \
70 ${hxtool} crl-sign \
75 ${hxtool} verify \
81 ${hxtool} crl-sign \
87 ${hxtool} verify \
[all …]
Dtest_crypto.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
53 ${hxtool} verify --missing-revoke \
59 ${hxtool} verify --missing-revoke \
65 ${hxtool} verify --missing-revoke \
71 ${hxtool} verify --missing-revoke \
79 ${hxtool} verify --missing-revoke \
85 ${hxtool} random-data 50kilobyte > random-data || exit 1
88 ${hxtool} crypto-select > test || { echo "select1"; exit 1; }
[all …]
Dtest_query.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
45 ${hxtool} print \
49 ${hxtool} print \
55 ${hxtool} query \
61 ${hxtool} query \
67 ${hxtool} query \
72 ${hxtool} query \
78 ${hxtool} query \
84 ${hxtool} query \
91 ${hxtool} query \
[all …]
Dtest_cms.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
52 ${hxtool} cms-create-sd \
58 ${hxtool} cms-verify-sd \
65 ${hxtool} cms-create-sd \
72 ${hxtool} cms-verify-sd \
79 ${hxtool} cms-verify-sd \
86 ${hxtool} cms-create-sd \
93 ${hxtool} cms-verify-sd \
[all …]
Dtest_chain.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
43 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
46 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
51 ${hxtool} verify --missing-revoke \
58 ${hxtool} verify --missing-revoke \
64 ${hxtool} verify --missing-revoke \
69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
82 ${hxtool} verify --missing-revoke \
87 ${hxtool} verify --missing-revoke \
[all …]
Dtest_cert.in40 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
41 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
44 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
49 ${hxtool} print --content DIR:$srcdir/data > /dev/null || exit 1
53 ${hxtool} print --content FILE:"$a" > /dev/null 2>/dev/null
57 ${hxtool} print --content NULL: > /dev/null || exit 1
60 ${hxtool} certificate-copy \
63 ${hxtool} certificate-copy PEM-FILE:cert-pem.tmp DER-FILE:cert-der.tmp || exit 1
64 ${hxtool} certificate-copy DER-FILE:cert-der.tmp PEM-FILE:cert-pem2.tmp || exit 1
Dtest_windows.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
52 ${hxtool} issue-certificate \
61 ${hxtool} issue-certificate \
74 ${hxtool} issue-certificate \
85 ${hxtool} crl-sign \
Dtest_req.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
51 ${hxtool} request-create \
56 ${hxtool} request-print \
59 ${hxtool} request-create \
Dtest_nist_cert.in47 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
61 if ${hxtool} validate DIR:$nistdir/certs > /dev/null; then
Dtest_nist_pkcs12.in48 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
50 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
53 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
66 if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
Dtest_nist2.in46 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
51 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
54 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
89 cmd="${hxtool} verify $args"
Dtest_nist.in44 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
99 if ${hxtool} verify $args > /dev/null; then
DMakefile.am131 bin_PROGRAMS = hxtool program
133 hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
134 $(SLC) $(srcdir)/hxtool-commands.in
136 dist_hxtool_SOURCES = hxtool.c
137 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h
139 $(hxtool_OBJECTS): hxtool-commands.h
154 hxtool-commands.c hxtool-commands.h *.tmp \
282 hxtool-commands.in \
DMakefile.in48 bin_PROGRAMS = hxtool$(EXEEXT)
155 dist_hxtool_OBJECTS = hxtool-hxtool.$(OBJEXT)
156 nodist_hxtool_OBJECTS = hxtool-hxtool-commands.$(OBJEXT)
496 dist_hxtool_SOURCES = hxtool.c
497 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h
511 hxtool-commands.c hxtool-commands.h *.tmp \
560 hxtool-commands.in \
766 hxtool$(EXEEXT): $(hxtool_OBJECTS) $(hxtool_DEPENDENCIES)
767 @rm -f hxtool$(EXEEXT)
926 hxtool-hxtool.o: hxtool.c
[all …]
Dhxtool-commands.in33 /* $Id: hxtool-commands.in 21343 2007-06-26 14:21:55Z lha $ */
/freebsd-9-stable/crypto/heimdal/tests/kdc/
Dcheck-pkinit.in61 hxtool="${TESTS_ENVIRONMENT} ../../lib/hx509/hxtool"
68 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
71 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
109 ${hxtool} request-create \
113 ${hxtool} request-create \
117 ${hxtool} request-create \
123 ${hxtool} issue-certificate \
131 ${hxtool} issue-certificate \
139 ${hxtool} issue-certificate \
147 ${hxtool} issue-certificate \
[all …]
Dcheck-kdc.in71 hxtool="${TESTS_ENVIRONMENT} ../../lib/hx509/hxtool"
312 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
315 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
/freebsd-9-stable/crypto/heimdal/lib/hx509/data/
Dstatic-file41 ./hxtool print \
46 ./hxtool query \
52 ./hxtool query \
58 ./hxtool query \
64 ./hxtool query \
70 ./hxtool query \
77 ./hxtool query \
Dnist-data2 # id verify cert hxtool-verify-arguments...
/freebsd-9-stable/crypto/heimdal/doc/
Dhx509.texi383 hxtool issue-certificate \
403 hxtool issue-certificate \
418 hxtool issue-certificate \
471 hxtool crl-sign \
481 hxtool crl-sign \
492 tries to expand what they are and how to use hxtool to generate
498 hxtool issue-certificate \
509 hxtool issue-certificate \
544 hxtool issue-certificate \
555 hxtool issue-certificate \
[all …]
Dsetup.texi1302 @section Use hxtool to create certificates
1312 hxtool issue-certificate \
1328 hxtool issue-certificate \
1345 hxtool issue-certificate \
1356 hxtool also contains a tool that will validate certificates according to
1361 hxtool validate FILE:user.pem