Searched refs:hxtool (Results 1 – 21 of 21) sorted by relevance
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then52 ${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 …]
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then53 ${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 188 ${hxtool} crypto-select > test || { echo "select1"; exit 1; }[all …]
42 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 …]
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then52 ${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 …]
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"43 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then46 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then51 ${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 …]
40 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"41 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then44 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then49 ${hxtool} print --content DIR:$srcdir/data > /dev/null || exit 153 ${hxtool} print --content FILE:"$a" > /dev/null 2>/dev/null57 ${hxtool} print --content NULL: > /dev/null || exit 160 ${hxtool} certificate-copy \63 ${hxtool} certificate-copy PEM-FILE:cert-pem.tmp DER-FILE:cert-der.tmp || exit 164 ${hxtool} certificate-copy DER-FILE:cert-der.tmp PEM-FILE:cert-pem2.tmp || exit 1
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then52 ${hxtool} issue-certificate \61 ${hxtool} issue-certificate \74 ${hxtool} issue-certificate \85 ${hxtool} crl-sign \
42 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then51 ${hxtool} request-create \56 ${hxtool} request-print \59 ${hxtool} request-create \
47 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then61 if ${hxtool} validate DIR:$nistdir/certs > /dev/null; then
48 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"50 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then53 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then66 if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
46 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"51 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then54 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then89 cmd="${hxtool} verify $args"
44 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then99 if ${hxtool} verify $args > /dev/null; then
131 bin_PROGRAMS = hxtool program133 hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)134 $(SLC) $(srcdir)/hxtool-commands.in136 dist_hxtool_SOURCES = hxtool.c137 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h139 $(hxtool_OBJECTS): hxtool-commands.h154 hxtool-commands.c hxtool-commands.h *.tmp \282 hxtool-commands.in \
48 bin_PROGRAMS = hxtool$(EXEEXT)155 dist_hxtool_OBJECTS = hxtool-hxtool.$(OBJEXT)156 nodist_hxtool_OBJECTS = hxtool-hxtool-commands.$(OBJEXT)496 dist_hxtool_SOURCES = hxtool.c497 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h511 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 …]
33 /* $Id: hxtool-commands.in 21343 2007-06-26 14:21:55Z lha $ */
61 hxtool="${TESTS_ENVIRONMENT} ../../lib/hx509/hxtool"68 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then71 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then109 ${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 …]
71 hxtool="${TESTS_ENVIRONMENT} ../../lib/hx509/hxtool"312 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then315 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
41 ./hxtool print \46 ./hxtool query \52 ./hxtool query \58 ./hxtool query \64 ./hxtool query \70 ./hxtool query \77 ./hxtool query \
2 # id verify cert hxtool-verify-arguments...
383 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 generate498 hxtool issue-certificate \509 hxtool issue-certificate \544 hxtool issue-certificate \555 hxtool issue-certificate \[all …]
1302 @section Use hxtool to create certificates1312 hxtool issue-certificate \1328 hxtool issue-certificate \1345 hxtool issue-certificate \1356 hxtool also contains a tool that will validate certificates according to1361 hxtool validate FILE:user.pem