]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove des3 and arcfour from supported_enctypes
authorTom Yu <tlyu@mit.edu>
Wed, 5 Nov 2014 19:10:35 +0000 (14:10 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 5 Nov 2014 20:55:52 +0000 (15:55 -0500)
The des3 and arcfour (rc4) enctypes use weak string-to-key algorithms,
and should not be used for producing password-derived keys.

ticket: 7903

src/include/osconf.hin

index 6f28bc3d695ff65a3855bbbc97e7ee6db49795b7..922d7960f1653f42c41562706cf9fdd39528f9f3 100644 (file)
 
 #define KRB5_DEFAULT_SUPPORTED_ENCTYPES                 \
     "aes256-cts-hmac-sha1-96:normal "                   \
-    "aes128-cts-hmac-sha1-96:normal "                   \
-    "des3-cbc-sha1:normal arcfour-hmac-md5:normal"
+    "aes128-cts-hmac-sha1-96:normal"
 
 #define MAX_DGRAM_SIZE  65536