mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
22 lines
358 B
Bash
Executable File
22 lines
358 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## pkcs7.test -- Test pkcs7 feature
|
|
|
|
start_msg pkcs7
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
#CApath_rehash
|
|
|
|
start_prg pkcs7 CApath < inp/pkcs7.input
|
|
|
|
# openssl smime -verify -noverify -in inp/pkcs7.eml -out inp/pkcs7.out
|
|
|
|
# Test against expected output
|
|
test_output_wc w pkcs7
|