Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / silc / core / silc-core.h
index 0ae04ab2e9bbcba20d5f2904a08365a1bc5597b2..d8a9b84130461c622309731a8afd0462c08ba7c6 100644 (file)
 
 /* Default settings for creating key pair */
 #define SILC_CLIENT_DEF_PKCS "rsa"
-#define SILC_CLIENT_DEF_PKCS_LEN 2048
+#define SILC_CLIENT_DEF_PKCS_LEN 4096
 
 extern SilcClient silc_client;
+extern SilcHash sha1hash;
+extern SilcPublicKey irssi_pubkey;
+extern SilcPrivateKey irssi_privkey;
 
 #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