Merged from silc_1_0_branch.
[silc.git] / apps / irssi / src / silc / core / silc-core.h
index bae19a0aef1e95df55ad7644a5eae2833254ee05..594c3ffe91cdeef96e7aad034ac2b5715b9b2c0d 100644 (file)
 
 /* Default settings for creating key pair */
 #define SILC_CLIENT_DEF_PKCS "rsa"
-#define SILC_CLIENT_DEF_PKCS_LEN 1024
+#define SILC_CLIENT_DEF_PKCS_LEN 2048
 
 extern SilcClient silc_client;
 
 #define IS_SILC_ITEM(rec) (IS_SILC_CHANNEL(rec) || IS_SILC_QUERY(rec))
 
+#define SILC_MSG_SIGNED_VERIFIED 0
+#define SILC_MSG_SIGNED_UNKNOWN 1
+#define SILC_MSG_SIGNED_FAILED 2
+
 #endif