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_ASN1_OBJECT d2i_ASN1_OBJECT
go to next page: d2i_DSAPublicKeyd2i_DSAPublicKey
end of book navigation links


d2i_DHparams
Description
See Also
History
 

NAME

d2i_DHparams, i2d_DHparams - PKCS#3 DH parameter functions.

Synopsis  

#include <openssl/dh.h>
DH *d2i_DHparams(DH **a, unsigned char **pp, long length);
int i2d_DHparams(DH *a, unsigned char **pp);


return to top DESCRIPTION  

These functions decode and encode PKCS#3 DH parameters using the DHparameter structure described in PKCS#3.

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_ASN1_OBJECT d2i_ASN1_OBJECT
go to next page: d2i_DSAPublicKeyd2i_DSAPublicKey