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
/
libcharon
/
sa
/
ikev2
/
authenticators
/
pubkey_authenticator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ikev2: Add hash algorithm used for RSASSA-PSS signature to log message
Tobias Brunner
2017-11-17
1
-11
/
+41
*
ikev2: Use helpers to build signature auth data
Tobias Brunner
2017-11-08
1
-40
/
+4
*
ikev2: Enumerate RSA/PSS schemes and use them if enabled
Tobias Brunner
2017-11-08
1
-7
/
+11
*
ikev2: Support signing with RSASSA-PSS via RFC 7427 signature auth
Tobias Brunner
2017-11-08
1
-6
/
+21
*
ikev2: Verify RSASSA-PSS signatures via RFC 7427 signature auth
Tobias Brunner
2017-11-08
1
-19
/
+34
*
keymat_v2: Pass/receive signature schemes as signature_param_t objects
Tobias Brunner
2017-11-08
1
-26
/
+55
*
auth-cfg: Store signature schemes as signature_params_t objects
Tobias Brunner
2017-11-08
1
-16
/
+20
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-2
/
+2
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
ikev2: Don't use SHA-1 for RFC 7427 signature authentication
Tobias Brunner
2017-11-08
1
-3
/
+1
*
keymat: Allow keymat to modify signature scheme(s)
Thomas Egerer
2017-02-08
1
-9
/
+30
*
gmp: Support of SHA-3 RSA signatures
Andreas Steffen
2016-09-22
1
-2
/
+2
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-2
/
+2
*
ikev2: Don't do online revocation checks in pubkey authenticator if requested
Tobias Brunner
2016-03-10
1
-1
/
+8
*
credential-manager: Make online revocation checks optional for public key enu...
Tobias Brunner
2016-03-10
1
-1
/
+1
*
ikev2: Always store signature scheme in auth-cfg
Tobias Brunner
2016-03-04
1
-12
/
+1
*
ikev2: Diversify signature scheme rule
Thomas Egerer
2016-03-04
1
-2
/
+3
*
ikev2: Add debug message about failed IKE authentication
Thomas Egerer
2016-02-02
1
-0
/
+4
*
Initialize variables that some compilers seem to warn about
Tobias Brunner
2015-08-13
1
-1
/
+1
*
ikev2: Move code in pubkey authenticator's build() method into separate funct...
Tobias Brunner
2015-03-09
1
-85
/
+123
*
ikev2: Try all eligible signature schemes
Tobias Brunner
2015-03-09
1
-34
/
+71
*
ikev2: Try all RSA signature schemes if none is configured
Tobias Brunner
2015-03-04
1
-4
/
+19
*
ikev2: Add an option to disable constraints against signature schemes
Tobias Brunner
2015-03-04
1
-1
/
+11
*
ikev2: Fall back to SHA-1 signatures for RSA
Tobias Brunner
2015-03-04
1
-0
/
+7
*
ikev2: Select a signature scheme appropriate for the given key
Tobias Brunner
2015-03-04
1
-18
/
+13
*
ikev2: Log the actual signature scheme used for RFC 7427 authentication
Tobias Brunner
2015-03-04
1
-4
/
+6
*
ikev2: Store signature scheme used to verify peer in auth_cfg
Tobias Brunner
2015-03-04
1
-0
/
+1
*
ikev2: Remove private AUTH_BLISS method
Tobias Brunner
2015-03-04
1
-9
/
+0
*
ikev2: Handle RFC 7427 signature authentication in pubkey authenticator
Tobias Brunner
2015-03-04
1
-49
/
+178
*
Implemented full BLISS support for IKEv2 public key authentication and the pk...
Andreas Steffen
2014-11-29
1
-0
/
+9
*
payload: Use common prefixes for all payload type identifiers
Martin Willi
2014-06-04
1
-1
/
+1
*
Add a return value to keymat_v2_t.get_auth_octets()
Martin Willi
2012-07-16
1
-6
/
+9
*
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Martin Willi
2012-03-20
1
-0
/
+269