aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_ocsp_request.c
Commit message (Expand)AuthorAgeFilesLines
* 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