From 42e73905377b05987776d186f0451564fd63e895 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 16 Nov 2005 14:02:44 +0000 Subject: [PATCH] updates. --- doc/silcalgs.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/silcalgs.conf b/doc/silcalgs.conf index 55f9774c..928e1316 100644 --- a/doc/silcalgs.conf +++ b/doc/silcalgs.conf @@ -68,14 +68,14 @@ cipher { # Configured hash functions # hash { - name = "sha1"; + name = "sha256"; blocklength = 64; - digestlength = 20; + digestlength = 32; }; hash { - name = "sha256"; + name = "sha1"; blocklength = 64; - digestlength = 32; + digestlength = 20; }; hash { name = "md5"; @@ -88,13 +88,13 @@ hash { # be configured in the hash section. # hmac { - name = "hmac-sha1-96"; - hash = "sha1"; + name = "hmac-sha256-96"; + hash = "sha256"; maclength = 12; }; hmac { - name = "hmac-sha256-96"; - hash = "sha256"; + name = "hmac-sha1-96"; + hash = "sha1"; maclength = 12; }; hmac { -- 2.24.0