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
/
crypto
/
pkcs7.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused monolithic PKCS#7 code
Martin Willi
2012-12-19
1
-1060
/
+0
*
Unify PKCS#9 set_attribute* methods to a single add_attribute
Martin Willi
2012-12-19
1
-6
/
+5
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
1
-4
/
+5
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
1
-4
/
+4
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-1
/
+5
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
1
-1
/
+8
*
Check rng return value when generating key and IV in PKCS#7 wrapper
Tobias Brunner
2012-07-16
1
-2
/
+14
*
Changed memory management and call logic in PKCS#7 parser/generator.
Tobias Brunner
2012-06-11
1
-84
/
+84
*
Changed memory management and attribute handling in PKCS#9 wrapper.
Tobias Brunner
2012-06-11
1
-17
/
+15
*
Added get_attributes() method to pkcs7_t.
Tobias Brunner
2012-06-11
1
-0
/
+7
*
Updated PKCS#7 parser/generator in libstrongswan.
Tobias Brunner
2012-06-11
1
-191
/
+213
*
Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.
Tobias Brunner
2011-12-23
1
-1
/
+1
*
Properly ASN.1 encode dates in certificates depending on the year.
Tobias Brunner
2011-12-23
1
-1
/
+1
*
Migrated crypto/pkcs7 to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-85
/
+50
*
Replaced pkcs7_t.create_certificate_iterator with enumerator.
Tobias Brunner
2011-07-06
1
-4
/
+4
*
Use IV length of a crypter instead of block size for IV calculations
Martin Willi
2010-08-13
1
-2
/
+2
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-41
/
+41
*
extended hasher_signature_algorithm_to_oid() function
Andreas Steffen
2009-09-13
1
-1
/
+2
*
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
Martin Willi
2009-09-11
1
-40
/
+16
*
remove spaces within tabs (\t( )+\t)
Martin Willi
2009-09-04
1
-6
/
+6
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-3
/
+3
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-11
/
+11
*
create algorithmIdentifier dynamically from OID database
Martin Willi
2009-08-27
1
-3
/
+3
*
make use of the pem helper plugin to load credentials
Martin Willi
2009-08-26
1
-21
/
+0
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
merging changes from portability branch back to trunk
Tobias Brunner
2009-04-30
1
-2
/
+2
*
changed RNG_REAL to RNG_TRUE
Andreas Steffen
2009-04-29
1
-1
/
+1
*
introduced ASN1_EXIT command in ASN.1 object syntax definition
Andreas Steffen
2008-04-28
1
-14
/
+12
*
optimized parser->success()
Andreas Steffen
2008-04-26
1
-9
/
+5
*
ported ASN.1 changes to pkcs7
Andreas Steffen
2008-04-26
1
-172
/
+183
*
added API for random number generators, served through credential factory
Martin Willi
2008-04-15
1
-12
/
+11
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-12
/
+22
*
parse signedData object with empty content
Andreas Steffen
2008-02-02
1
-3
/
+11
*
build_signedData() now computes messageDigest attribute
Andreas Steffen
2008-02-01
1
-5
/
+71
*
extended and debugged PKCS#7 signedData support
Andreas Steffen
2008-02-01
1
-54
/
+141
*
extended asn1_algorithmIdentifier() to SHA-2
Andreas Steffen
2008-01-22
1
-10
/
+216
*
added create_certificate_iterator() method
Andreas Steffen
2007-10-12
1
-1
/
+10
*
added get_data() method
Andreas Steffen
2007-10-11
1
-0
/
+9
*
renamed eme_pkcs1_decrypt() to pkcs1_decrypt()
Andreas Steffen
2007-10-11
1
-1
/
+1
*
completed pkcs7 parsing methods
Andreas Steffen
2007-10-07
1
-439
/
+219
*
added strneq(x,y,len) macro
Andreas Steffen
2007-10-07
1
-0
/
+912