strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gmp: Support of SHA-3 RSA signatures
[strongswan.git]
/
src
/
libcharon
/
sa
/
ikev2
/
authenticators
/
pubkey_authenticator.c
diff --git
a/src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c
b/src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c
index
6fd34e0
..
592f497
100644
(file)
--- a/
src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c
+++ b/
src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c
@@
-161,8
+161,8
@@
static array_t *select_signature_schemes(keymat_v2_t *keymat,
if (key_type == KEY_RSA)
{
signature_scheme_t schemes[] = {
- SIGN_RSA_EMSA_PKCS1_SHA384,
- SIGN_RSA_EMSA_PKCS1_SHA256,
+ SIGN_RSA_EMSA_PKCS1_SHA
2_
384,
+ SIGN_RSA_EMSA_PKCS1_SHA2
_2
56,
SIGN_RSA_EMSA_PKCS1_SHA1,
}, contained;
bool found;