Protocol version 1.2 integrations
[silc.git] / lib / silcutil / silcutil.c
index 1ede14fc8c81e7f623250b50013dd6a3813c2fdf..7898a4c94f7b518f67709d45577dbf0383873339 100644 (file)
@@ -1031,6 +1031,8 @@ static const SilcStatusMessage silc_status_messages[] = {
   { STAT(KEY_EXCHANGE_FAILED), "Key exchange failed" },
   { STAT(BAD_VERSION), "Bad version" },
   { STAT(TIMEDOUT), "Service timed out" },
+  { STAT(UNSUPPORTED_PUBLIC_KEY), "Unsupported public key type" },
+  { STAT(OPERATION_ALLOWED), "Operation is not allowed" },
 
   { 0, NULL }
 };