Lines Matching refs:X509
7 - X509 encode and decode functions
13 X509 *d2i_X509_AUX(X509 **px, const unsigned char **in, long len);
14 int i2d_X509_AUX(const X509 *x, unsigned char **out);
15 int i2d_re_X509_tbs(X509 *x, unsigned char **out);
21 The X509 encode and decode routines encode and parse an
22 B<X509> structure, which represents an X509 certificate.
25 consist of an X509 certificate followed by auxiliary trust information.
42 in the B<X509> structure internally to improve encoding performance
46 If, after modification, the B<X509> object is re-signed with X509_sign(),
48 TBSCertificate portion of the B<X509> can be manually renewed by calling
53 d2i_X509_AUX() returns a valid B<X509> structure or NULL if an error occurred.