updates.
[silc.git] / doc / example_silcd.conf
index 236e200ef44946966f8756f7df1beb5619125db1..8d4bcf59bba644b9e6b0b4a6fa35a28fb412d578 100644 (file)
@@ -24,9 +24,21 @@ none:../lib/silcsim/modules/none.sim.so:0:0
 #
 # If the hash function is builtin the <module path> maybe omitted.
 #
-[HashFunction]
-md5::64:16
+[Hash]
 sha1::64:20
+md5::64:16
+
+#
+# Configured HMAC functions. The hash function used in the HMAC must
+# configured to the [hash] section.
+#
+# Format: <name>:<hash name>:<mac length>
+#
+[hmac]
+hmac-sha1-96:sha1:12
+hmac-md5-96:md5:12
+hmac-sha1:sha1:20
+hmac-md5:md5:16
 
 #
 # Configured PKCS.