aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_pkcs10.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-1/+1
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-4/+11
* Log most X.509 related messages in new ASN log group.Tobias Brunner2011-12-161-8/+8
* Migrated x509_pkcs10 to INIT/METHOD macrosAndreas Steffen2011-09-291-78/+52
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs...Martin Willi2010-08-041-1/+1
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-4/+14
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-1/+1
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-11/+2
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-13/+14
* implemented ASN.1 encoding of PKCS#10 attributesAndreas Steffen2009-09-151-10/+41
* check if PKCS#10 version is 1Andreas Steffen2009-09-141-3/+6
* cosmeticsAndreas Steffen2009-09-141-4/+3
* support of PKCS#10 certificate request generation without attributesAndreas Steffen2009-09-141-6/+40
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-0/+640