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
62#define DEFUALT_ENTRIES_SIZE 2
70void 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 void init_entries(char **entries, int count)
initialize entries
CERTINFO_EXTERN char ** cert_info(X509 *x509, int type, ALGORITHM_TYPE algorithm)
Request info on certificate.
CERTINFO_EXTERN void free_entries(char **entries, int count)
free allocated
const char * ALGORITHM_TYPE