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 d2i_X509
go to next page: d2i_X509_CRLd2i_X509_CRL
end of book navigation links


d2i_X509_ALGOR
Description
See Also
History
 

NAME

d2i_X509_ALGOR, i2d_X509_ALGOR - AlgorithmIdentifier functions.

Synopsis  

#include <openssl/x509.h>
X509_ALGOR *d2i_X509_ALGOR(X509_ALGOR **a, unsigned char **pp, long length);
int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **pp);


return to top DESCRIPTION  

These functions decode and encode an X509_ALGOR structure which is equivalent to the AlgorithmIdentifier structure.

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 d2i_X509
go to next page: d2i_X509_CRLd2i_X509_CRL