x509_t* argument in get_issuer() method is not constant any more because a short cut to the ca might be set
This commit is contained in:
@@ -142,7 +142,7 @@ struct credential_store_t {
|
|||||||
* @param cert certificate for which issuer ca info is required
|
* @param cert certificate for which issuer ca info is required
|
||||||
* @return ca info, or NULL if not found
|
* @return ca info, or NULL if not found
|
||||||
*/
|
*/
|
||||||
ca_info_t* (*get_issuer) (credential_store_t *this, const x509_t* cert);
|
ca_info_t* (*get_issuer) (credential_store_t *this, x509_t* cert);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Verify an RSA signature given the ID of the signer
|
* @brief Verify an RSA signature given the ID of the signer
|
||||||
|
|||||||
Reference in New Issue
Block a user