HomeSort by: relevance | last modified time | path
    Searched refs:hxtool (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_req.in 42 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 \
test_cert.in 40 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 2>/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
    [all...]
test_crypto.in 42 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
    [all...]
test_query.in 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
    [all...]
test_nist_cert.in 47 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
test_nist_pkcs12.in 48 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
test_windows.in 42 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 \
test_ca.in 42 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
    [all...]
test_chain.in 42 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
    [all...]
test_cms.in 42 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
    [all...]
test_nist.in 44 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
test_nist2.in 47 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"
NTMakefile 156 hxtool.c: $(OBJ)\hxtool-commands.h
160 $(OBJ)\hxtool-commands.c $(OBJ)\hxtool-commands.h: hxtool-commands.in $(SLC)
162 $(CP) $(SRCDIR)\hxtool-commands.in $(OBJ)\hxtool-commands.in
163 $(SLC) hxtool-commands.in
166 $(BINDIR)\hxtool.exe: $(OBJ)\tool\hxtool.obj $(OBJ)\tool\hxtool-commands.obj $(LIBHEIMDAL) $(OBJ)\hxtool-version.re
    [all...]
hxtool.c 1 /* $NetBSD: hxtool.c,v 1.4 2023/06/19 21:41:44 christos Exp $ */
38 #include <hxtool-commands.h>
  /src/crypto/external/bsd/heimdal/bin/hxtool/
Makefile 10 PROG= hxtool
12 HEIMSRCS= hxtool.c hxtool-commands.in
18 COPTS.hxtool.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/heimdal/bin/
Makefile 10 hxtool \
  /src/crypto/external/bsd/heimdal/dist/tests/can/
check-can.in 52 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
55 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-pkinit.in 66 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
69 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
108 ${hxtool} request-create \
112 ${hxtool} request-create \
116 ${hxtool} request-create \
122 ${hxtool} issue-certificate \
130 ${hxtool} issue-certificate \
138 ${hxtool} issue-certificate \
146 ${hxtool} issue-certificate \
153 ${hxtool} issue-certificate
    [all...]
check-tester.in 62 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
65 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
check-kdc.in 727 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
730 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
737 if ${hxtool} info | grep 'ecdsa: hcrypto null' > /dev/null ; then
  /src/crypto/external/bsd/heimdal/dist/tests/bin/
setup-env.in 18 hxtool="${TESTS_ENVIRONMENT} ${top_builddir}/lib/hx509/hxtool"

Completed in 28 milliseconds