charon-cmd: Add support for key types other than RSA

This commit is contained in:
Tobias Brunner
2023-11-13 12:26:07 +01:00
parent 799511d90f
commit 8581a19dd7
5 changed files with 11 additions and 0 deletions
+1
View File
@@ -499,6 +499,7 @@ METHOD(cmd_connection_t, handle, bool,
this->xautheap = arg;
break;
case CMD_OPT_RSA:
case CMD_OPT_PRIV:
case CMD_OPT_AGENT:
case CMD_OPT_PKCS12:
this->key_seen = TRUE;