summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pkcs7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ERR_print_error_fp() to avoid leaking a BIO in fatal()tb2021-04-071-2/+2
|
* Clean up and free objects at the completion of the regress test.jsing2018-11-101-1/+13
| | | | From Ben L <bobsayshilol at live dot co dot uk>.
* prefer memcmp to bcmp.bcook2014-11-261-2/+2
| | | | ok tedu@ miod@ deraadt@
* format string should be a string literal.bcook2014-07-091-2/+2
| | | | ok beck@ jsing@
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
| | | | ok miod@
* Add an initial regress test for pkcs7.jsing2014-07-022-0/+298
This currently fails when signing/verifying with a detached signature.