aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ipseckey
Commit message (Expand)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-2/+6
* ipseckey: Properly free enumerated certificatesTobias Brunner2016-09-201-12/+14
* ipseckey: Properly free public key after creating certificateTobias Brunner2016-09-201-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-243-7/+7
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
* ipseckey: Properly handle failure to create a certificateTobias Brunner2013-10-111-33/+28
* ipseckey: Refactor creation of certificate enumeratorTobias Brunner2013-10-111-86/+81
* ipseckey: Depend on plugin features to create public key and certificate objectsTobias Brunner2013-10-111-0/+2
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-2/+4
* ipseckey: Allow en-/disabling at runtime using plugin reload featureTobias Brunner2013-06-111-12/+26
* ipseckey: Use plugin features and depend on RESOLVERTobias Brunner2013-06-112-28/+53
* ipseckey: Use proper daemon name for enable optionTobias Brunner2013-04-011-1/+1
* Properly handle situation if no resolver plugins are loadedTobias Brunner2013-04-011-3/+2
* ipseckey: NULL pointer dereference fixed in error caseTobias Brunner2013-03-251-0/+1
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-021-1/+1
* Streamlined log messages in ipseckey pluginAndreas Steffen2013-02-192-58/+30
* ipseckey: Report IPSECKEYs with invalid DNSSEC security stateReto Guadagnini2013-02-191-2/+12
* ipseckey: Added "enable" option for the IPSECKEY plugin to strongswan.confReto Guadagnini2013-02-191-3/+16
* Added ipseckey plugin, which provides support for public keys in IPSECKEY RRsReto Guadagnini2013-02-197-0/+852