History log of /openbsd/regress/lib/libcrypto/pkcs7/pkcs7test.c (Results 1 – 5 of 5)
Revision Date Author Comments
# e4b8c6e7 07-Apr-2021 tb <tb@openbsd.org>

Use ERR_print_error_fp() to avoid leaking a BIO in fatal()


# bc2cda7a 10-Nov-2018 jsing <jsing@openbsd.org>

Clean up and free objects at the completion of the regress test.

From Ben L <bobsayshilol at live dot co dot uk>.


# 91814ce8 26-Nov-2014 bcook <bcook@openbsd.org>

prefer memcmp to bcmp.

ok tedu@ miod@ deraadt@


# e852c558 09-Jul-2014 bcook <bcook@openbsd.org>

format string should be a string literal.

ok beck@ jsing@


# 5e59aae3 02-Jul-2014 jsing <jsing@openbsd.org>

Add an initial regress test for pkcs7.

This currently fails when signing/verifying with a detached signature.