aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_ocsp_response.c
Commit message (Expand)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-9/+11
* streamlined output from get_validity()Andreas Steffen2009-10-061-9/+1
* 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-64/+18
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-5/+5
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-34/+34
* changed prefix of crl_reason_t values from CRL_ to CRL_REASON_Andreas Steffen2009-08-311-1/+1
* updated x509 plugin to public key/x509 API changesMartin Willi2009-08-261-20/+20
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-091-25/+7
* 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
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-2/+2
* refactored credential builderMartin Willi2008-09-021-19/+21
* support of ECDSA signatures for all certificate typesAndreas Steffen2008-06-221-0/+3
* added missing break in case statementAndreas Steffen2008-05-191-1/+3
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-22/+20
* optimized parser->success()Andreas Steffen2008-04-261-10/+6
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-192/+223
* compare certificates against full encoding to allow equality check of untrust...Martin Willi2008-04-071-11/+14
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-29/+29
* CA certificates are allowed to sign OCSP responsed without OCSP_SIGNER flagMartin Willi2008-03-201-1/+2
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-6/+6
* made is_newer() a certificate_t methodAndreas Steffen2008-03-181-11/+39
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+928