started support of X.509 attribute certificates

This commit is contained in:
Andreas Steffen
2007-04-12 17:49:33 +00:00
parent 0dbe579a51
commit f880eb2dca
7 changed files with 561 additions and 21 deletions
+18
View File
@@ -243,6 +243,24 @@ struct credential_store_t {
*/
void (*load_ca_certificates) (credential_store_t *this);
/**
* @brief Loads authorization authority certificates from a default directory.
*
* Certificates in both DER and PEM format are accepted
*
* @param this calling object
*/
void (*load_aa_certificates) (credential_store_t *this);
/**
* @brief Loads attribute certificates from a default directory.
*
* Certificates in both DER and PEM format are accepted
*
* @param this calling object
*/
void (*load_attr_certificates) (credential_store_t *this);
/**
* @brief Loads ocsp certificates from a default directory.
*