- added pkcs15-init pkcs12 test case

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1133 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-05-16 09:27:38 +00:00
parent d5713d2f1f
commit 684ceef2cf
2 changed files with 13 additions and 0 deletions

13
src/tests/regression/init0008 Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_store_key test.p12 --format pkcs12 --passphrase "password" --insecure
p15_validate
p15_erase

Binary file not shown.