]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/pkcs7.h.in
New function PKCS7_signatureVerify to allow the signing certificate to
authorDr. Stephen Henson <steve@openssl.org>
Tue, 22 Jun 1999 13:33:22 +0000 (13:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 22 Jun 1999 13:33:22 +0000 (13:33 +0000)
commit170afce58d5c9ffc399892e19a52c5559e2db801
tree1145027ab7b0ec7727362eec7aa49f08a495f0b2
parentdbd665c2104750300c387ebf6a305f6021994a97
New function PKCS7_signatureVerify to allow the signing certificate to
be explicitly stated with PKCS#7 verify.

Also fix for util/mkerr.pl: if the -nostatic option is being used this will be
for an external library so the autogenerated C file should include the
header file as:
#include "any/path/to/header.h"
rather than the internal library form:
#include <openssl/header.h>
CHANGES
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7err.c
util/libeay.num
util/mkerr.pl