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
/
credentials
/
keys
Commit message (
Expand
)
Author
Age
Files
Lines
*
signature-params: Add helpers to parse/build ASN.1 algorithmIdentifier for si...
Tobias Brunner
2017-11-08
2
-0
/
+85
*
ikev2: Enumerate RSA/PSS schemes and use them if enabled
Tobias Brunner
2017-11-08
2
-17
/
+34
*
signature-params: Use helper to build MGF1 algorithmIdentifier
Tobias Brunner
2017-11-08
1
-2
/
+2
*
certificate: Return signature scheme and parameters from issued_by() method
Tobias Brunner
2017-11-08
1
-1
/
+0
*
signature-params: Add helper struct for signature scheme and parameters
Tobias Brunner
2017-11-08
2
-14
/
+195
*
signature-params: Optionally pass a specific salt value when signing
Tobias Brunner
2017-11-08
1
-0
/
+2
*
signature-params: Add functions to parse/build ASN.1 RSASSA-PSS params
Tobias Brunner
2017-11-08
2
-0
/
+186
*
signature-params: Add struct for RSASSA-PSS parameters
Tobias Brunner
2017-11-08
1
-0
/
+41
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-2
/
+4
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
2
-6
/
+7
*
public-key: Add RSASSA-PSS signature scheme identifier
Tobias Brunner
2017-11-08
2
-0
/
+8
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
1
-2
/
+7
*
Reference Edwards-curve signature RFCs
Andreas Steffen
2017-03-20
1
-5
/
+5
*
Added support of EdDSA signatures
Andreas Steffen
2016-12-14
2
-15
/
+40
*
gmp: Support of SHA-3 RSA signatures
Andreas Steffen
2016-09-22
2
-29
/
+61
*
Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemes
Andreas Steffen
2015-11-06
2
-28
/
+28
*
Support BLISS signatures with SHA-3 hash
Andreas Steffen
2015-11-03
2
-4
/
+28
*
public-key: Add helper to determine acceptable signature schemes for keys
Tobias Brunner
2015-03-04
2
-0
/
+78
*
public-key: Add helper to map signature schemes to ASN.1 OIDs
Tobias Brunner
2015-03-04
2
-3
/
+54
*
public-key: Add helper to determine key type from signature scheme
Tobias Brunner
2015-03-04
2
-0
/
+43
*
Allow SHA256 and SHA384 data hash for BLISS signatures.
Andreas Steffen
2015-02-26
2
-0
/
+10
*
Started implementing BLISS signature generation
Andreas Steffen
2014-11-29
2
-7
/
+7
*
Created framework for BLISS post-quantum signature algorithm
Andreas Steffen
2014-11-29
2
-5
/
+16
*
Fix various API doc issues and typos
Tobias Brunner
2013-07-18
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Reverse the changes made to openssl plugin for signature verification
Sansar Choinyambuu
2011-11-28
2
-3
/
+0
*
use openssl rsa_verify function
Sansar Choinyambuu
2011-11-28
2
-0
/
+3
*
Reverse the changes made to openssl plugin for signature verification
Sansar Choinyambuu
2011-11-28
2
-3
/
+0
*
use openssl rsa_verify function
Sansar Choinyambuu
2011-11-28
2
-0
/
+3
*
Include KEY_ANY in key_type_names
Martin Willi
2011-10-14
1
-1
/
+2
*
Migrated shared_key to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-26
/
+21
*
Readded docs for some arguments to global functions.
Tobias Brunner
2011-07-21
2
-5
/
+9
*
"this" removed from comments.
Tobias Brunner
2011-07-06
2
-6
/
+2
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
2
-6
/
+6
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
3
-2
/
+42
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
4
-19
/
+18
*
Moved keys/key_encoding.[ch] to cred_encoding.[ch]
Martin Willi
2010-07-13
4
-505
/
+2
*
Moved credential manager to libstrongswan
Martin Willi
2010-07-13
1
-0
/
+1
*
Avoid relocking while enumerator is alive
Martin Willi
2010-07-06
1
-9
/
+10
*
fixed typo
Andreas Steffen
2010-04-04
1
-1
/
+1
*
EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwords
Martin Willi
2010-03-17
1
-0
/
+2
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Fixed all doxygen warnings
Martin Willi
2009-10-22
3
-5
/
+5
*
Public/Private keys implement a has_fingerprint() method
Martin Willi
2009-09-21
5
-0
/
+74
*
extended hasher_signature_algorithm_to_oid() function
Andreas Steffen
2009-09-13
1
-0
/
+1
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-3
/
+3
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
8
-70
/
+70
*
distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ...
Martin Willi
2009-08-27
2
-10
/
+18
*
do not flush cached encodings, keys are responsible for it
Martin Willi
2009-08-27
1
-10
/
+4
[next]