aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/pkcs7.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-05-12 18:15:50 +0200
committerTobias Brunner <tobias@strongswan.org>2012-06-11 17:09:20 +0200
commit6e6d78a561710938188bafd72ad06eb76b6983ec (patch)
tree269c814a805d57d42f6f93fe8a4b178261405dee /src/libstrongswan/crypto/pkcs7.h
parent2bf125f0edca72a7dc5cf94dba0ca4c3e4ca9fa5 (diff)
downloadstrongswan-6e6d78a561710938188bafd72ad06eb76b6983ec.tar.bz2
strongswan-6e6d78a561710938188bafd72ad06eb76b6983ec.tar.xz
Changed memory management and call logic in PKCS#7 parser/generator.
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