aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pem/pem_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* added newlineAndreas Steffen2011-10-301-0/+1
* remove pem_encoder_encodeAndreas Steffen2011-10-301-0/+2
* Add features support to pem pluginAndreas Steffen2011-10-301-53/+58
* 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 pem_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-19/+19
* PEM encoding for GMP RSA public and private keysAndreas Steffen2010-04-041-0/+5
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* moved .gitignore for poolAndreas Steffen2009-10-151-2/+0
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-0/+2
* Updated pem plugin to the new builder APIMartin Willi2009-09-101-22/+22
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-6/+6
* handle pluto specific certificates under CRED_CERTIFICATE, not as own credent...Martin Willi2009-08-261-10/+8
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-261-0/+10
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-0/+97