aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/pkcs9.c
Commit message (Expand)AuthorAgeFilesLines
* Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there onlyMartin Willi2012-12-191-270/+0
* Rebuild PKCS#9 encoding after adding new attributesMartin Willi2012-12-191-0/+3
* Don't store additional encoding for each PKCS#9 attributeMartin Willi2012-12-191-13/+15
* Unify PKCS#9 set_attribute* methods to a single add_attributeMartin Willi2012-12-191-40/+4
* PKCS#9 coding style cleanupsMartin Willi2012-12-191-105/+36
* Remove external build_encoding method in PKCS#9Martin Willi2012-12-191-4/+5
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Changed memory management and attribute handling in PKCS#9 wrapper.Tobias Brunner2012-06-111-83/+18
* Migrated crypto/pkcs9 to INIT/METHOD macrosAndreas Steffen2011-10-021-50/+39
* Replaced simple iterator usages.Tobias Brunner2011-07-061-10/+11
* "this" removed from comments.Tobias Brunner2011-07-061-2/+0
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-30/+12
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-2/+2
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-16/+17
* optimized parser->success()Andreas Steffen2008-04-261-3/+2
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-19/+23
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-9/+1
* added set_messageDigest() and get_messageDigest() methodsAndreas Steffen2008-02-011-1/+47
* extended and debugged PKCS#7 signedData supportAndreas Steffen2008-02-011-0/+424