diff options
-rw-r--r-- | src/libcharon/sa/authenticators/authenticator.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libcharon/sa/authenticators/authenticator.h b/src/libcharon/sa/authenticators/authenticator.h index 3c1733388..5a8d26d1e 100644 --- a/src/libcharon/sa/authenticators/authenticator.h +++ b/src/libcharon/sa/authenticators/authenticator.h @@ -93,6 +93,16 @@ enum auth_method_t { * IKEv1 responder XAUTH with RSA, outside of IANA range */ AUTH_XAUTH_RESP_RSA, + + /** + * IKEv1 initiator XAUTH, responder RSA, outside of IANA range + */ + AUTH_HYBRID_INIT_RSA, + + /** + * IKEv1 responder XAUTH, initiator RSA, outside of IANA range + */ + AUTH_HYBRID_RESP_RSA, }; /** |