index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
pkcs7
Commit message (
Collapse
)
Author
Age
Files
Lines
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-1
/
+1
|
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
1
-1
/
+2
|
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
1
-3
/
+6
|
*
utils: Use chunk_equals_const() for all cryptographic purposes
Martin Willi
2015-04-14
1
-1
/
+1
|
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
|
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-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-data
Tobias Brunner
2013-05-08
4
-0
/
+256
|
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2012-12-20
1
-1
/
+1
|
*
Don't handle PKCS#7 containers with infinite length encodings in pkcs7 plugin
Martin Willi
2012-12-19
1
-0
/
+6
|
*
Fix doxygen grouping regarding containers and PKCS#7
Martin Willi
2012-12-19
6
-7
/
+7
|
*
Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there only
Martin Willi
2012-12-19
4
-6
/
+361
|
*
Allocate data returned by pkcs7_t.get_attribute()
Martin Willi
2012-12-19
1
-1
/
+1
|
*
Fix encryption algorithm/key size argument processing in PKCS#7 enveloped-data
Martin Willi
2012-12-19
1
-1
/
+1
|
*
Properly clone PKCS#7 attributes passed to builder
Martin Willi
2012-12-19
1
-1
/
+1
|
*
Add an enumerator for PKCS#7 contained certificates
Martin Willi
2012-12-19
3
-0
/
+10
|
*
Add a getter for signed PKCS#7 attributes
Martin Willi
2012-12-19
3
-0
/
+26
|
*
Support multiple signerInfos while parsing PKCS#7 signed-data
Martin Willi
2012-12-19
1
-173
/
+229
|
*
Support encoding of PKCS#7 enveloped-data containers
Martin Willi
2012-12-19
3
-3
/
+231
|
*
Support encoding of PKCS#7 signed-data containers
Martin Willi
2012-12-19
3
-0
/
+195
|
*
Support encoding of PKCS#7 "data" containers
Martin Willi
2012-12-19
3
-5
/
+66
|
*
Implement PKCS#7 enveloped-data parsing and decryption
Martin Willi
2012-12-19
4
-0
/
+434
|
*
Implement PKCS#7 signed-data parsing and verification
Martin Willi
2012-12-19
4
-0
/
+444
|
*
Implement PKCS#7 "data" content type parsing
Martin Willi
2012-12-19
4
-0
/
+146
|
*
Implement generic PKCS#7 contentInfo parsing
Martin Willi
2012-12-19
4
-0
/
+153
|
*
Add a plugin stub for PKCS#7 containers
Martin Willi
2012-12-19
3
-0
/
+129