]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/crypto/pkcs7.c
Use IV length of a crypter instead of block size for IV calculations
[thirdparty/strongswan.git] / src / libstrongswan / crypto / pkcs7.c
2010-08-13  Martin WilliUse IV length of a crypter instead of block size for...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-09-13  Andreas Steffenextended hasher_signature_algorithm_to_oid() function
2009-09-11  Martin WilliRemoved chunk_from_buf() in favor of a simpler chunk_fr...
2009-09-04  Martin Williremove spaces within tabs (\t( )+\t)
2009-09-04  Martin Willireplaces four spaces by tabs, where appropriate
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-27  Martin Willicreate algorithmIdentifier dynamically from OID database
2009-08-26  Martin Willimake use of the pem helper plugin to load credentials
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2009-04-29  Andreas Steffenchanged RNG_REAL to RNG_TRUE
2008-04-28  Andreas Steffenintroduced ASN1_EXIT command in ASN.1 object syntax...
2008-04-26  Andreas Steffenoptimized parser->success()
2008-04-26  Andreas Steffenported ASN.1 changes to pkcs7
2008-04-15  Martin Williadded API for random number generators, served through...
2008-03-13  Martin Willimerged the modularization branch (credentials) back...
2008-02-02  Andreas Steffenparse signedData object with empty content
2008-02-01  Andreas Steffenbuild_signedData() now computes messageDigest attribute
2008-02-01  Andreas Steffenextended and debugged PKCS#7 signedData support
2008-01-22  Andreas Steffenextended asn1_algorithmIdentifier() to SHA-2
2007-10-12  Andreas Steffenadded create_certificate_iterator() method
2007-10-11  Andreas Steffenadded get_data() method
2007-10-11  Andreas Steffenrenamed eme_pkcs1_decrypt() to pkcs1_decrypt()
2007-10-07  Andreas Steffencompleted pkcs7 parsing methods
2007-10-07  Andreas Steffenadded strneq(x,y,len) macro