aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Added support of EdDSA signaturesAndreas Steffen2016-12-141-0/+3
|
* pkcs1: Support building of KEY_ANY private keysTobias Brunner2016-10-051-1/+5
| | | | | We try to detect the type of key by parsing the basic structure of the passed ASN.1 blob.
* pkcs1: KEY_ANY public key decoder soft depends on specific decodersTobias Brunner2014-03-311-0/+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
| | | | over plugin_t
* Migrated pkcs1_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Added a final flag to builder registration to enumerate the actually ↵Martin Willi2010-09-031-3/+3
| | | | supported algorithms
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Updated pkcs1 plugin to the new builder APIMartin Willi2009-09-101-5/+5
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-6/+6
|
* implemented pkcs1 private/public key encoding and fingerprintingMartin Willi2009-08-261-0/+6
|
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-261-0/+64