Searched refs:hxtool (Results 1 – 21 of 21) sorted by relevance
42 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 …]
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}"44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then51 if ${hxtool} info | grep 'ecdsa: hcrypto null' > /dev/null ; then55 ${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 …]
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 169 ${hxtool} verify --missing-revoke \[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} 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 \
3 * 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_print338 * hxtool.c: don't _hx509_abort354 * hxtool.c: Update to new hx509_pem_write().368 * hxtool.c: Enable writing out signed data as a pem attachment.[all …]
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
49 bin_PROGRAMS = hxtool$(EXEEXT)172 dist_hxtool_OBJECTS = hxtool-hxtool.$(OBJEXT)173 nodist_hxtool_OBJECTS = hxtool-hxtool-commands.$(OBJEXT)567 dist_hxtool_SOURCES = hxtool.c568 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h585 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 …]
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 --time=2008-05-20 $args > /dev/null; then
47 hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"52 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then55 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then105 cmd="${hxtool} verify --time=2008-05-20 $args"
148 bin_PROGRAMS = hxtool program150 hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)151 $(SLC) $(srcdir)/hxtool-commands.in153 dist_hxtool_SOURCES = hxtool.c154 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h156 $(hxtool_OBJECTS): hxtool-commands.h174 hxtool-commands.c hxtool-commands.h *.tmp \305 hxtool-version.rc \310 hxtool-commands.in \
3 PROG= hxtool13 SRCS= hxtool.c hxtool-commands.c hxtool-commands.h15 CLEANFILES= hxtool-commands.h hxtool-commands.c17 hxtool-commands.h: hxtool-commands.in20 hxtool-commands.c: hxtool-commands.h
388 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 generate541 hxtool issue-certificate \552 hxtool issue-certificate \587 hxtool issue-certificate \598 hxtool issue-certificate \[all …]
1482 @section Use hxtool to create certificates1493 hxtool issue-certificate \1510 hxtool issue-certificate \1529 hxtool issue-certificate \1540 hxtool also contains a tool that will validate certificates according1546 hxtool validate FILE:user.pem
1 SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \
40 kerberos5/usr.bin/hxtool \
2703 OLD_FILES+=usr/bin/hxtool