From 465d8ec3b1d64b5dcb413ac7283ec91dce0fd15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 30 May 2007 23:19:26 +0000 Subject: [PATCH] check for aes256-cbc git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20717 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_crypto.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/hx509/test_crypto.in b/lib/hx509/test_crypto.in index f775ad17a..0b91ca319 100644 --- a/lib/hx509/test_crypto.in +++ b/lib/hx509/test_crypto.in @@ -131,7 +131,17 @@ ${hxtool} crypto-select \ cmp test ${srcdir}/tst-crypto-select6 > /dev/null || \ { echo "select6 failure"; exit 1; } -echo "crypto available1" +echo "crypto select7" +${hxtool} crypto-select \ + --type=secret \ + --peer-cmstype=2.16.840.1.101.3.4.1.42 \ + --peer-cmstype=1.2.840.113549.3.7 \ + --peer-cmstype=1.2.840.113549.1.1.5 \ + > test || { echo "select7"; exit 1; } +cmp test ${srcdir}/tst-crypto-select7 > /dev/null || \ + { echo "select7 failure"; exit 1; } + +cho "crypto available1" ${hxtool} crypto-available \ --type=all \ > test || { echo "available1"; exit 1; }