#include <cst.h>
Data Fields | |
int | readonly |
Now not used. | |
char * | filename |
Name of file. | |
unsigned char * | password |
Now not used. | |
int | stub |
Now not used. | |
GTree * | certs |
Certificate list (main index). | |
GTree * | keys |
Key list (main index). | |
GSList * | simple_crls |
Simple CRL list. | |
GTree * | idx_cert_name |
GTree * | idx_cert_dns |
GTree * | idx_cert_email |
GHashTable * | idx_cert_serial |
GHashTable * | idx_cert_fingerprint |
GHashTable * | idx_cert_uid |
GHashTable * | idx_key_uid |
DB * | db |
cst_t_mcount | modification_count |
GStaticRWLock | rwlock |
|
Certificate list (main index). Order by Issuer name and Serial number |
|
Pointer to Berkley DB structure |
|
Cert index order by Domain name (SSL) |
|
Cert index order by Email (S/MIME) |
|
Cert index order by fingerprint |
|
Cert index order by Subject name |
|
Cert index order by serial |
|
Cert index order by certID |
|
Key index order by keyID |
|
Key list (main index). Order by name (Subject name) |
|
How many times the record was updated |
|
Locking structure |