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
/
pkcs7_signed_data.c
Commit message (
Expand
)
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
*
Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there only
Martin Willi
2012-12-19
1
-6
/
+8
*
Allocate data returned by pkcs7_t.get_attribute()
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
1
-0
/
+8
*
Add a getter for signed PKCS#7 attributes
Martin Willi
2012-12-19
1
-0
/
+24
*
Support multiple signerInfos while parsing PKCS#7 signed-data
Martin Willi
2012-12-19
1
-173
/
+229
*
Support encoding of PKCS#7 signed-data containers
Martin Willi
2012-12-19
1
-0
/
+184
*
Implement PKCS#7 signed-data parsing and verification
Martin Willi
2012-12-19
1
-0
/
+404