aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pem
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
|
* moved .gitignore for poolAndreas Steffen2009-10-151-2/+0
|
* Fixed loading of DER encoded certificate filesMartin Willi2009-09-161-5/+5
|
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-151-0/+5
|
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-0/+2
|
* Updated pem plugin to the new builder APIMartin Willi2009-09-103-183/+128
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-043-36/+36
|
* added workaround to parse PEM encoded PGP key with KEY_RSAMartin Willi2009-08-281-0/+7
|
* added a BUILD_FROM_FD option, supporting credential parsing from stdinMartin Willi2009-08-261-0/+43
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-262-18/+8
| | | | credential kind
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-263-0/+26
|
* pass along X509 flags when loading PEM encoded dataMartin Willi2009-08-261-2/+11
|
* added file loading support to pem plugin, using mmap()Martin Willi2009-08-261-15/+79
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-265-0/+698