aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_ocsp_request.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
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-14/+16
* Check rng return value when generating OCSP noncesTobias Brunner2012-07-161-7/+7
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+2
* Migrated x509_ocsp_request to INIT/METHOD macrosAndreas Steffen2011-09-281-75/+51
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-8/+18
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-1/+1
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-7/+8
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-12/+6
* Updated x509 plugin to the new builder APIMartin Willi2009-09-101-89/+46
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-33/+33
* distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ...Martin Willi2009-08-271-1/+1
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-1/+1
* updated x509 plugin to public key/x509 API changesMartin Willi2009-08-261-7/+5
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-0/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* refactored credential builderMartin Willi2008-09-021-14/+17
* support of ECDSA signatures for all certificate typesAndreas Steffen2008-06-221-0/+4
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-8/+11
* compare certificates against full encoding to allow equality check of untrust...Martin Willi2008-04-071-6/+9
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-3/+2
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+603