Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_query.in42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
45 ${hxtool} print \
51 ${hxtool} print \
56 ${hxtool} print \
62 ${hxtool} query \
68 ${hxtool} query \
74 ${hxtool} query \
79 ${hxtool} query \
84 ${hxtool} query \
89 ${hxtool} query \
[all …]
H A 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 …]
H A 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 …]
H A 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
51 if ${hxtool} info | grep 'ecdsa: hcrypto null' > /dev/null ; then
55 ${hxtool} cms-create-sd \
61 ${hxtool} cms-verify-sd \
69 ${hxtool} cms-create-sd \
75 ${hxtool} cms-verify-sd \
82 ${hxtool} cms-create-sd \
89 ${hxtool} cms-verify-sd \
[all …]
H A 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 …]
H A 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
69 ${hxtool} verify --missing-revoke \
[all …]
H A 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 \
H A 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 \
H A DChangeLog3 * hxtool.c: Break out print_eval_types().
86 * hxtool-commands.in: Add --pem to cms-verify-sd.
90 * hxtool.c: Support verifying PEM signature files.
106 * Add matching on EKU, validate EKUs, add hxtool matching glue,
324 * hxtool-commands.in: Adapt to new request handling.
326 * hxtool.c: Adapt to new request handling.
334 * hxtool.c: use _hx509_request_print
338 * hxtool.c: don't _hx509_abort
354 * hxtool.c: Update to new hx509_pem_write().
368 * hxtool.c: Enable writing out signed data as a pem attachment.
[all …]
H A 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
H A 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
H A DMakefile.in49 bin_PROGRAMS = hxtool$(EXEEXT)
172 dist_hxtool_OBJECTS = hxtool-hxtool.$(OBJEXT)
173 nodist_hxtool_OBJECTS = hxtool-hxtool-commands.$(OBJEXT)
567 dist_hxtool_SOURCES = hxtool.c
568 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h
585 hxtool-commands.c hxtool-commands.h *.tmp \
636 hxtool-version.rc \
641 hxtool-commands.in \
894 hxtool$(EXEEXT): $(hxtool_OBJECTS) $(hxtool_DEPENDENCIES)
895 @rm -f hxtool$(EXEEXT)
[all …]
H A 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 --time=2008-05-20 $args > /dev/null; then
H A Dtest_nist2.in47 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
52 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
55 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
105 cmd="${hxtool} verify --time=2008-05-20 $args"
H A DMakefile.am148 bin_PROGRAMS = hxtool program
150 hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
151 $(SLC) $(srcdir)/hxtool-commands.in
153 dist_hxtool_SOURCES = hxtool.c
154 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h
156 $(hxtool_OBJECTS): hxtool-commands.h
174 hxtool-commands.c hxtool-commands.h *.tmp \
305 hxtool-version.rc \
310 hxtool-commands.in \
/freebsd/kerberos5/usr.bin/hxtool/
H A DMakefile3 PROG= hxtool
13 SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
15 CLEANFILES= hxtool-commands.h hxtool-commands.c
17 hxtool-commands.h: hxtool-commands.in
20 hxtool-commands.c: hxtool-commands.h
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi388 hxtool issue-certificate \
408 hxtool issue-certificate \
423 hxtool issue-certificate \
514 hxtool crl-sign \
524 hxtool crl-sign \
535 tries to expand what they are and how to use hxtool to generate
541 hxtool issue-certificate \
552 hxtool issue-certificate \
587 hxtool issue-certificate \
598 hxtool issue-certificate \
[all …]
H A Dsetup.texi1482 @section Use hxtool to create certificates
1493 hxtool issue-certificate \
1510 hxtool issue-certificate \
1529 hxtool issue-certificate \
1540 hxtool also contains a tool that will validate certificates according
1546 hxtool validate FILE:user.pem
/freebsd/kerberos5/usr.bin/
H A DMakefile1 SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \
/freebsd/targets/pseudo/userland/kerberos5/
H A DMakefile.depend40 kerberos5/usr.bin/hxtool \
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc2703 OLD_FILES+=usr/bin/hxtool