aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/pkcs7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/pkcs7.h')
-rw-r--r--src/libstrongswan/crypto/pkcs7.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/pkcs7.h b/src/libstrongswan/crypto/pkcs7.h
index 531acb373..98b3ca863 100644
--- a/src/libstrongswan/crypto/pkcs7.h
+++ b/src/libstrongswan/crypto/pkcs7.h
@@ -64,7 +64,8 @@ struct pkcs7_t {
bool (*parse_data) (pkcs7_t *this);
/**
- * Parse a PKCS#7 signedData content.
+ * Parse a PKCS#7 signedData content. The contained PKCS#7 data is parsed
+ * and verified.
*
* @param cacert cacert used to verify the signature
* @return TRUE if parsing was successful