aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pubkey/pubkey_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed feature dependencies for CERT_TRUSTED_PUBKEYAndreas Steffen2012-05-051-0/+5
|
* Add features support to pubkey pluginAndreas Steffen2011-10-261-6/+11
|
* 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
| | | | over plugin_t
* Migrated pubkey_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
|
* Added a final flag to builder registration to enumerate the actually ↵Martin Willi2010-09-031-1/+1
| | | | supported algorithms
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Updated pubkey plugin to the new builder APIMartin Willi2009-09-101-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-1/+1
|
* removed subjectPublicKeyInfo parsing, provided by pkcs1 pluginMartin Willi2009-08-261-5/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* corrected deinitialisation of public key factoryTobias Brunner2008-05-151-1/+3
|
* generic public key factory movedTobias Brunner2008-05-151-0/+3
|
* moved RAW public key support to a separate plugin (pubkey)Martin Willi2008-05-081-0/+60