aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/dnskey
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-4/+4
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
* Make some private functions in plugins staticTobias Brunner2013-03-271-2/+2
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-021-1/+1
* Encode RSA public keys in RFC 3110 DNSKEY formatAndreas Steffen2013-02-195-2/+141
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Added features support to dnskey pluginAndreas Steffen2011-10-301-7/+14
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-0/+7
* Migrated dnskey_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-8/+11
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-2/+2
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-4/+5
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-1/+0
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-2/+3
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-2/+5
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
* Updated dnskey plugin to the new builder APIMartin Willi2009-09-103-76/+49
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-042-14/+14
* implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsingMartin Willi2009-08-265-0/+339