#include <openssl/x509.h>
Go to the source code of this file.
Defines | |
#define | CERT_CN 1 |
Certificate Common Name. | |
#define | CERT_SUBJECT 2 |
Certificate subject. | |
#define | CERT_KPN 3 |
Kerberos principal name. | |
#define | CERT_EMAIL 4 |
Certificate e-mail. | |
#define | CERT_UPN 5 |
Microsoft's Universal Principal Name. | |
#define | CERT_UID 6 |
Certificate Unique Identifier. | |
#define | CERT_PUK 7 |
Certificate Public Key (PEM Format). | |
#define | CERT_DIGEST 8 |
Certificate Digest. | |
#define | CERT_SSHPUK 9 |
Certificate Public key in OpenSSH format. | |
#define | CERT_PEM 10 |
Certificate in PEM format. | |
#define | CERT_INFO_SIZE 16 |
Max size of returned certificate content array. | |
#define | CERT_INFO_MAX_ENTRIES ( CERT_INFO_SIZE - 1 ) |
Max number of entries to find from certificate. | |
#define | CERTINFO_EXTERN extern |
Functions | |
void | add_cert (X509 *cert, X509 ***certs, int *ncerts) |
Generate and compose a certificate chain. | |
CERTINFO_EXTERN char ** | cert_info (X509 *x509, int type, const char *algorithm) |
Request info on certificate. |
|
Certificate Common Name.
Definition at line 25 of file cert_info.h. |
|
Certificate Digest.
Definition at line 39 of file cert_info.h. |
|
Certificate e-mail.
Definition at line 31 of file cert_info.h. |
|
Max number of entries to find from certificate.
Definition at line 48 of file cert_info.h. |
|
Max size of returned certificate content array.
Definition at line 46 of file cert_info.h. |
|
Kerberos principal name.
Definition at line 29 of file cert_info.h. |
|
Certificate in PEM format.
Definition at line 43 of file cert_info.h. |
|
Certificate Public Key (PEM Format).
Definition at line 37 of file cert_info.h. |
|
Certificate Public key in OpenSSH format.
Definition at line 41 of file cert_info.h. |
|
Certificate subject.
Definition at line 27 of file cert_info.h. |
|
Certificate Unique Identifier.
Definition at line 35 of file cert_info.h. |
|
Microsoft's Universal Principal Name.
Definition at line 33 of file cert_info.h. |
|
Definition at line 51 of file cert_info.h. |
|
Generate and compose a certificate chain.
|
|
Request info on certificate.
|