]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/x509/x509_crl.c
lib: All settings use configured namespace
[thirdparty/strongswan.git] / src / libstrongswan / plugins / x509 / x509_crl.c
2014-02-12  Tobias Brunnerlib: All settings use configured namespace
2013-07-12  Andreas SteffenRecognize critical IssuingDistributionPoint CRL extension
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-09-28  Tobias BrunnerProperly initialize chunk for extension OID when parsin...
2012-06-12  Martin Willicertificate_t->issued_by takes an argument to receive...
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2011-12-23  Tobias BrunnerAllow callers to force ASN.1 date encoding as GENERALIZ...
2011-12-23  Tobias BrunnerProperly ASN.1 encode dates in certificates depending...
2011-12-16  Tobias BrunnerLog most X.509 related messages in new ASN log group.
2011-02-05  Andreas Steffenintroduced libstrongswan.x509.enforce_critical parameter
2011-02-04  Tobias BrunnerProperly initialize variable 'critical'.
2011-01-05  Martin WilliAdded support for delta CRLs to x509 plugin
2011-01-05  Martin WilliRespect enforce_critical setting in x509 plugin CRLs
2011-01-05  Martin WilliParse CRL extensions in a switch statement
2011-01-05  Martin WilliUse subject, not issuer, of CRL issuing certificate
2011-01-05  Martin WilliCRLSign keyUsage or CA basicConstraint are sufficient...
2010-07-13  Martin WilliSupport different encoding types in certificate.get_enc...
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-05-21  Martin WilliUse CAs subjectKeyIdentifier as CRLs authorityKeyIdentifier
2010-05-21  Martin WilliAdded support for CRL generation to x509 plugin
2010-05-21  Martin WilliRemoved is_newer() from certificate_t, obsoleting all...
2010-05-21  Martin WilliMigrated x509_crl_t to INIT/METHOD macros
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-10-06  Andreas Steffenstreamlined output from get_validity()
2009-09-10  Martin WilliUpdated x509 plugin to the new builder API
2009-09-04  Martin Williremove spaces within tabs (\t( )+\t)
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-31  Andreas Steffenchanged prefix of crl_reason_t values from CRL_ to...
2009-08-26  Martin Williupdated x509 plugin to public key/x509 API changes
2009-08-26  Martin Willimake use of the pem helper plugin to load credentials
2009-06-09  Andreas Steffencreated signature_scheme_from_oid() helper function
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-04-30  Tobias Brunnermerging changes from portability branch back to trunk
2009-03-12  Tobias Brunnerprintf hooks refactored to increase portability (i...
2008-11-05  Martin Willigot rid of deprecated create_iterator_locked()
2008-09-02  Martin Willirefactored credential builder
2008-06-22  Andreas Steffensupport of ECDSA signatures for all certificate types
2008-04-28  Andreas Steffenintroduced ASN1_EXIT command in ASN.1 object syntax...
2008-04-26  Andreas Steffenoptimized parser->success()
2008-04-26  Andreas Steffenrefactoring of the ASN.1 parser
2008-04-07  Martin Willicompare certificates against full encoding to allow...
2008-03-26  Martin Willicaching of ocsp responses (experimental), no crl cachin...
2008-03-26  Andreas Steffentreat sig_alg and algorithm comparison in a consistent...
2008-03-26  Martin Willifixed compiler warnings
2008-03-25  Andreas Steffencertificate factory can load certs from file
2008-03-20  Andreas Steffenincluded utils/linked_list.h
2008-03-18  Andreas Steffenmade is_newer() a certificate_t method
2008-03-17  Martin Willifixed CRL revoked certs enumeration
2008-03-13  Martin Willimerged the modularization branch (credentials) back...