aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/pkcs7.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused monolithic PKCS#7 codeMartin Willi2012-12-191-1060/+0
|
* Unify PKCS#9 set_attribute* methods to a single add_attributeMartin Willi2012-12-191-6/+5
| | | | | This way the PKCS#9 implementation does not have to know the encoding types for values
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-4/+5
|
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-4/+4
|
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-1/+5
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+8
|
* Check rng return value when generating key and IV in PKCS#7 wrapperTobias Brunner2012-07-161-2/+14
|
* Changed memory management and call logic in PKCS#7 parser/generator.Tobias Brunner2012-06-111-84/+84
|
* Changed memory management and attribute handling in PKCS#9 wrapper.Tobias Brunner2012-06-111-17/+15
|
* Added get_attributes() method to pkcs7_t.Tobias Brunner2012-06-111-0/+7
|
* Updated PKCS#7 parser/generator in libstrongswan.Tobias Brunner2012-06-111-191/+213
| | | | | Added some functionality from pluto's version, updated usage of asn1 and crypto primitives. It does compile but is not really tested yet.
* Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.Tobias Brunner2011-12-231-1/+1
|
* Properly ASN.1 encode dates in certificates depending on the year.Tobias Brunner2011-12-231-1/+1
|
* Migrated crypto/pkcs7 to INIT/METHOD macrosAndreas Steffen2011-10-021-85/+50
|
* Replaced pkcs7_t.create_certificate_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
| | | | The method is currently not used.
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-2/+2
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-41/+41
|
* extended hasher_signature_algorithm_to_oid() functionAndreas Steffen2009-09-131-1/+2
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-40/+16
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-6/+6
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-11/+11
|
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-3/+3
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-21/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-1/+1
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-14/+12
|
* optimized parser->success()Andreas Steffen2008-04-261-9/+5
|
* ported ASN.1 changes to pkcs7Andreas Steffen2008-04-261-172/+183
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-12/+11
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-12/+22
|
* parse signedData object with empty contentAndreas Steffen2008-02-021-3/+11
|
* build_signedData() now computes messageDigest attributeAndreas Steffen2008-02-011-5/+71
|
* extended and debugged PKCS#7 signedData supportAndreas Steffen2008-02-011-54/+141
|
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-10/+216
|
* added create_certificate_iterator() methodAndreas Steffen2007-10-121-1/+10
|
* added get_data() methodAndreas Steffen2007-10-111-0/+9
|
* renamed eme_pkcs1_decrypt() to pkcs1_decrypt()Andreas Steffen2007-10-111-1/+1
|
* completed pkcs7 parsing methodsAndreas Steffen2007-10-071-439/+219
|
* added strneq(x,y,len) macroAndreas Steffen2007-10-071-0/+912