updates.
[silc.git] / doc / example_silc.conf
index 5949ca2a1a91ec70ef1a28e76adf53cdce79e746..6b88d8125497d225c7df4825bfe1053bdb92dd85 100644 (file)
@@ -25,8 +25,20 @@ none:../lib/silcsim/modules/none.sim.so:0:0
 # If the hash function is builtin the <module path> maybe omitted.
 #
 [hash]
-md5::64:16
 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.