aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pem/pem_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* PEM plugin loads PKCS#12 containers from (DER-encoded) filesTobias Brunner2013-05-081-0/+5
| | | | | It is not actually able to handle PEM encoded PKCS#12 files produced by OpenSSL.
* Remove pluto specific certificate typesTobias Brunner2013-05-081-6/+0
|
* PEM loading soft-depends on MD5 only, as unencrypted files don't need MD5Martin Willi2012-08-031-4/+4
| | | | Fixes #211.
* Building CERT_ANY through PEM requires either a CERT_X509 or a CERT_PGP builderMartin Willi2012-05-031-1/+2
|
* PEM loading plugin features depend on the same feature, they are helpers onlyMartin Willi2012-05-021-0/+17
|
* 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
| | | | over plugin_t
* Migrated pem_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-19/+19
| | | | supported algorithms
* 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 ↵Martin Willi2009-08-261-10/+8
| | | | credential kind
* 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