summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs7-broken-sigs
Commit message (Collapse)AuthorAgeFilesLines
* tests: skip tests that requires tools if tools are disabledAlon Bar-Lev2017-01-041-0/+6
| | | | | | building with --disable-tools should not cause test failure. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: cert-tests: moved all data files in separate subdirNikos Mavrogiannopoulos2016-06-141-1/+1
|
* tests: added PKCS #7 signing/verification test with broken sigs (MD5)Nikos Mavrogiannopoulos2016-03-311-0/+63
This tests whether we can sign structures using broken algorithms (MD5), and verify structures signed with broken algoritms if --verify-allow-broken is given to certtool.