aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/sshkey/sshkey_builder.c
Commit message (Expand)AuthorAgeFilesLines
* sshkey: Fix loading of ECDSA keys from filesTobias Brunner2014-06-181-2/+2
* sshkey: Add support to parse SSH public keys from files with left|rightsigkeyTobias Brunner2014-06-181-1/+44
* sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-0/+1
* pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOBTobias Brunner2013-10-231-19/+11
* sshkey: Add support for parsing keys from filesTobias Brunner2013-09-131-1/+92
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-1/+1
* sshkey: Add support for ECDSA keysTobias Brunner2013-05-071-0/+70
* sshkey: Added builder for SSHKEY RSA keysTobias Brunner2013-05-071-0/+83