NAME
d2iX509SIG, i2dX509SIG - DigestInfo functions.
SYNOPSIS
#include
X509SIG *d2iX509SIG(X509SIG **a, unsigned char **pp, long length); int i2dX509SIG(X509SIG *a, unsigned char **pp);DESCRIPTION
These functions decode and encode an X509SIG structure which isequivalent to the DDiiggeessttIInnffoo structure defined in PKCS#1 and PKCS#7.
Othewise these behave in a similar way to d2iX509() and i2dX509() described in the d2iX509(3) manual page.SEE ALSO
d2iX509(3) HISTORY TBA0.9.7l 2002-10-09 d2iX509SIG(3)