aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs7
Commit message (Collapse)AuthorAgeFilesLines
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-1/+1
|
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-081-1/+2
|
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-3/+6
|
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-141-1/+1
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* 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-084-0/+256
|
* Fixed some typos, courtesy of codespellTobias Brunner2012-12-201-1/+1
|
* Don't handle PKCS#7 containers with infinite length encodings in pkcs7 pluginMartin Willi2012-12-191-0/+6
|
* Fix doxygen grouping regarding containers and PKCS#7Martin Willi2012-12-196-7/+7
|
* Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there onlyMartin Willi2012-12-194-6/+361
|
* Allocate data returned by pkcs7_t.get_attribute()Martin Willi2012-12-191-1/+1
|
* Fix encryption algorithm/key size argument processing in PKCS#7 enveloped-dataMartin Willi2012-12-191-1/+1
|
* Properly clone PKCS#7 attributes passed to builderMartin Willi2012-12-191-1/+1
|
* Add an enumerator for PKCS#7 contained certificatesMartin Willi2012-12-193-0/+10
|
* Add a getter for signed PKCS#7 attributesMartin Willi2012-12-193-0/+26
|
* Support multiple signerInfos while parsing PKCS#7 signed-dataMartin Willi2012-12-191-173/+229
|
* Support encoding of PKCS#7 enveloped-data containersMartin Willi2012-12-193-3/+231
|
* Support encoding of PKCS#7 signed-data containersMartin Willi2012-12-193-0/+195
|
* Support encoding of PKCS#7 "data" containersMartin Willi2012-12-193-5/+66
|
* Implement PKCS#7 enveloped-data parsing and decryptionMartin Willi2012-12-194-0/+434
|
* Implement PKCS#7 signed-data parsing and verificationMartin Willi2012-12-194-0/+444
|
* Implement PKCS#7 "data" content type parsingMartin Willi2012-12-194-0/+146
|
* Implement generic PKCS#7 contentInfo parsingMartin Willi2012-12-194-0/+153
|
* Add a plugin stub for PKCS#7 containersMartin Willi2012-12-193-0/+129