ikev2: Handle RFC 7427 signature authentication in pubkey authenticator

This commit is contained in:
Tobias Brunner
2015-03-04 13:54:09 +01:00
parent d874101055
commit 295e37ab66
2 changed files with 182 additions and 52 deletions
+1
View File
@@ -103,6 +103,7 @@ authenticator_t *authenticator_create_verifier(
case AUTH_ECDSA_256:
case AUTH_ECDSA_384:
case AUTH_ECDSA_521:
case AUTH_DS:
case AUTH_BLISS:
return (authenticator_t*)pubkey_authenticator_create_verifier(ike_sa,
sent_nonce, received_init, reserved);