Merge commit 'origin/silc.1.1.branch'
[silc.git] / doc / silcalgs.conf
index a97c356a1451d0205a8ac2b8f8b12e65a08b6bdc..b083bb8cbb9a3fa50e8b294bfd023f0780b452d4 100644 (file)
 # length of the key (bytes), and the "blocklength" defines the block size
 # of the cipher (bytes).
 #
+cipher {
+       name = "aes-256-ctr";
+       keylength = 32;
+       blocklength = 16;
+};
 cipher {
        name = "aes-256-cbc";
        keylength = 32;
        blocklength = 16;
 };
+cipher {
+       name = "aes-192-ctr";
+       keylength = 24;
+       blocklength = 16;
+};
 cipher {
        name = "aes-192-cbc";
        keylength = 24;
        blocklength = 16;
 };
+cipher {
+       name = "aes-128-ctr";
+       keylength = 16;
+       blocklength = 16;
+};
 cipher {
        name = "aes-128-cbc";
        keylength = 16;
@@ -48,13 +63,6 @@ cipher {
        blocklength = 16;
 };
 
-# "none" cipher should not be used
-#cipher {
-#      name = "none";
-#      keylength = 0;
-#      blocklength = 0;
-#};
-
 #
 # Configured hash functions
 #
@@ -107,6 +115,6 @@ hmac {
 #
 # Configured PKCS
 #
-PKCS { 
-       name = "rsa"; 
+PKCS {
+       name = "rsa";
 };