aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/agent/agent_private_key.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+2
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-13/+15
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-2/+2
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+2
* Migrated agent plugin to INIT/METHOD macrosMartin Willi2010-08-101-59/+39
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-5/+5
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-12/+14
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-211-0/+1
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-2/+4
* Updated agent plugin to the new builder APIMartin Willi2009-09-101-84/+29
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-32/+32
* updated agent plugin to new fingerprint/encoding APIMartin Willi2009-08-261-157/+53
* pluto supports ECDSA authenticationAndreas Steffen2009-06-121-1/+1
* asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)Andreas Steffen2009-06-091-6/+6
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* fixed compiler warnings issued by:Martin Willi2008-11-111-9/+29
* agent plugin optionally accepts a BUILD_PUBLIC_KEY to select a specific priva...Martin Willi2008-09-041-18/+68
* libstrongswan agent plugin to use ssh-agent for RSA signaturesMartin Willi2008-09-021-0/+540