aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs1
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-2/+2
* Log messages for PKCS1 and PEM parsing in ASN log group.Tobias Brunner2011-12-161-3/+3
* Added features support to pkcs1 pluginAndreas Steffen2011-10-301-13/+16
* 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
* support of RSAES-OAEP public keysAndreas Steffen2011-03-081-1/+1
* Migrated pkcs1_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-3/+3
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-132-16/+16
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-1/+1
* 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 w...Tobias Brunner2010-03-021-1/+0
* 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 cha...Tobias Brunner2010-03-021-2/+5
* 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