aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/agent/agent_private_key.c
Commit message (Collapse)AuthorAgeFilesLines
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-1/+1
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-10/+10
|
* agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socketTobias Brunner2014-01-231-1/+0
| | | | This is also required if charon-cmd is used with capability dropping.
* agent: Use sshkey plugin to parse keys, adds support for ECDSATobias Brunner2013-05-071-56/+64
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved chunk_t to utils folderTobias Brunner2012-10-241-1/+1
|
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-1/+1
|
* 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 ↵Martin Willi2010-07-131-5/+5
| | | | encoding
* 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
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* agent plugin optionally accepts a BUILD_PUBLIC_KEY to select a specific ↵Martin Willi2008-09-041-18/+68
| | | | private key from the agent
* libstrongswan agent plugin to use ssh-agent for RSA signaturesMartin Willi2008-09-021-0/+540