aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs1
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-062-4/+5
|
* fixed doxygen groupAndreas Steffen2010-04-031-1/+1
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+0
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-3/+4
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+5
| | | | charon plugins into libcharon.
* 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-223-4/+4
|
* mark embedded parsing in debug modeAndreas Steffen2009-10-021-0/+2
|
* Updated pkcs1 plugin to the new builder APIMartin Willi2009-09-103-126/+49
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-043-36/+36
|
* fixed memleakMartin Willi2009-08-281-1/+1
|
* pkcs1 encoder supports subjectPublicKeyInfo encodingMartin Willi2009-08-271-60/+66
|
* implemented pkcs1 private/public key encoding and fingerprintingMartin Willi2009-08-264-0/+193
|
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-265-0/+542