aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs7/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Add support for PKCS#7/CMS encrypted-dataTobias Brunner2013-05-081-0/+1
|
* Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there onlyMartin Willi2012-12-191-0/+1
|
* Implement PKCS#7 enveloped-data parsing and decryptionMartin Willi2012-12-191-0/+1
|
* Implement PKCS#7 signed-data parsing and verificationMartin Willi2012-12-191-0/+1
|
* Implement PKCS#7 "data" content type parsingMartin Willi2012-12-191-0/+1
|
* Implement generic PKCS#7 contentInfo parsingMartin Willi2012-12-191-0/+1
|
* Add a plugin stub for PKCS#7 containersMartin Willi2012-12-191-0/+15