aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_ocsp_response.c
Commit message (Expand)AuthorAgeFilesLines
* Print OCSP single responsesAndreas Steffen2015-12-111-2/+40
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-291-2/+2
* x509: Undef OCSP_RESPONSE from <wincrypt.h> before using itMartin Willi2014-06-041-0/+5
* x509: Remove some unused ASN1 OID constantsMartin Willi2014-05-161-20/+0
* 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-3/+6
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+6
* Log most X.509 related messages in new ASN log group.Tobias Brunner2011-12-161-4/+4
* Fix resource leak in x509_ocsp_responseThomas Egerer2011-11-041-0/+4
* Migrated x509_ocsp_response to INIT/METHOD macrosAndreas Steffen2011-09-291-84/+58
* fixed loop error in parsing of OCSP basic responsesAndreas Steffen2011-04-261-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-3/+3
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-18/+0
* 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