aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pubkey/pubkey_public_key.c
Commit message (Collapse)AuthorAgeFilesLines
* removed subjectPublicKeyInfo parsing, provided by pkcs1 pluginMartin Willi2009-08-261-167/+0
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-16/+0
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-5/+4
|
* got rid of libcryptoAndreas Steffen2009-05-151-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtypeAndreas Steffen2008-10-081-4/+5
|
* refactored credential builderMartin Willi2008-09-021-33/+33
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* loading PEM encoded public keysMartin Willi2008-06-111-2/+18
|
* ECDSA with OpenSSLTobias Brunner2008-06-101-0/+9
|
* generic public key factory movedTobias Brunner2008-05-151-0/+160