X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fsilcalgs.conf;h=f0140e5c42382c68a6bfa48a62301df4ee325d74;hb=5b1ddffd99bfbb183454aa5b74aaff8d48546d04;hp=0d84b6b49dc94eb9cb785c284fd36b8adf6b9d3c;hpb=ae28b0d12219f36d30debc5a4825280b5c589055;p=silc.git diff --git a/doc/silcalgs.conf b/doc/silcalgs.conf index 0d84b6b4..f0140e5c 100644 --- a/doc/silcalgs.conf +++ b/doc/silcalgs.conf @@ -55,30 +55,14 @@ cipher { keylength = 16; blocklength = 16; }; -cipher { - name = "mars-256-cbc"; - module = "mars.sim.so"; - keylength = 32; - blocklength = 16; -}; -cipher { - name = "mars-192-cbc"; - module = "mars.sim.so"; - keylength = 24; - blocklength = 16; -}; -cipher { - name = "mars-128-cbc"; - module = "mars.sim.so"; - keylength = 16; - blocklength = 16; -}; -cipher { - name = "none"; - module = "none.sim.so"; - keylength = 0; - blocklength = 0; -}; + +# "none" cipher should not be used +#cipher { +# name = "none"; +# module = "none.sim.so"; +# keylength = 0; +# blocklength = 0; +#}; # # Configured hash functions