index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
agent
/
agent_private_key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-10
/
+10
*
agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socket
Tobias Brunner
2014-01-23
1
-1
/
+0
*
agent: Use sshkey plugin to parse keys, adds support for ECDSA
Tobias Brunner
2013-05-07
1
-56
/
+64
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Fixed return values of several functions (e.g. return FALSE for pointer types).
Tobias Brunner
2012-05-31
1
-1
/
+1
*
Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable
Martin Willi
2011-05-19
1
-2
/
+2
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-13
/
+15
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
1
-2
/
+2
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-1
/
+2
*
Migrated agent plugin to INIT/METHOD macros
Martin Willi
2010-08-10
1
-59
/
+39
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
1
-5
/
+5
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-12
/
+14
*
Public/Private keys implement a has_fingerprint() method
Martin Willi
2009-09-21
1
-0
/
+1
*
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
Martin Willi
2009-09-11
1
-2
/
+4
*
Updated agent plugin to the new builder API
Martin Willi
2009-09-10
1
-84
/
+29
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-32
/
+32
*
updated agent plugin to new fingerprint/encoding API
Martin Willi
2009-08-26
1
-157
/
+53
*
pluto supports ECDSA authentication
Andreas Steffen
2009-06-12
1
-1
/
+1
*
asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)
Andreas Steffen
2009-06-09
1
-6
/
+6
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
fixed compiler warnings issued by:
Martin Willi
2008-11-11
1
-9
/
+29
*
agent plugin optionally accepts a BUILD_PUBLIC_KEY to select a specific priva...
Martin Willi
2008-09-04
1
-18
/
+68
*
libstrongswan agent plugin to use ssh-agent for RSA signatures
Martin Willi
2008-09-02
1
-0
/
+540