49#define CERT_KEY_ALG 13
52#define CERT_INFO_SIZE 16
54#define CERT_INFO_MAX_ENTRIES ( CERT_INFO_SIZE - 1 )
57#define CERTINFO_EXTERN extern
59#define CERTINFO_EXTERN
68void add_cert(X509 *cert, X509 ***certs,
int *ncerts);
void add_cert(X509 *cert, X509 ***certs, int *ncerts)
Generate and compose a certificate chain.
CERTINFO_EXTERN char ** cert_info(X509 *x509, int type, ALGORITHM_TYPE algorithm)
Request info on certificate.
const char * ALGORITHM_TYPE