X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcauth.h;h=a8d4512a04d1d6710219ac2da7f83fd26048ba8d;hp=5a61c9b3f06bab1c9068491e70ed626807bb816a;hb=1ea936cbf1bb3b19bd55839b904ef59ada84b8b5;hpb=be10e71673bc538573b1805ee2115f2a3a7281a2 diff --git a/lib/silccore/silcauth.h b/lib/silccore/silcauth.h index 5a61c9b3..a8d4512a 100644 --- a/lib/silccore/silcauth.h +++ b/lib/silccore/silcauth.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2001 - 2007 Pekka Riikonen + Copyright (C) 2001 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,6 +37,11 @@ #ifndef SILCAUTH_H #define SILCAUTH_H +#define SILC_DEFAULT_HMAC "hmac-sha1-96" +#define SILC_DEFAULT_HASH "sha1" +#define SILC_DEFAULT_PKCS "rsa" +#define SILC_DEFAULT_CIPHER "aes-256-cbc" + /****d* silccore/SilcAuthAPI/SilcAuthMethod * * NAME