skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: d2i_X509_REQ d2i_X509_REQ
go to next page: DES_random_keyDES_random_key
end of book navigation links


d2i_X509_SIG
Description
See Also
History
 

NAME

d2i_X509_SIG, i2d_X509_SIG - DigestInfo functions.

Synopsis  

#include <openssl/x509.h>
X509_SIG *d2i_X509_SIG(X509_SIG **a, unsigned char **pp, long length);
int i2d_X509_SIG(X509_SIG *a, unsigned char **pp);


return to top DESCRIPTION  

These functions decode and encode an X509_SIG structure which is equivalent to the DigestInfo structure defined in PKCS#1 and PKCS#7.

Othewise these behave in a similar way to d2i_X509() and i2d_X509() described in the d2i_X509(3) manual page.


return to top SEE ALSO  

d2i_X509(3)


return to top HISTORY  

None.
go to previous page: d2i_X509_REQ d2i_X509_REQ
go to next page: DES_random_keyDES_random_key