Document that we support AES and the constraints on that support
[krb5.git] / doc / support-enc.texinfo
1 @ignore 
2 the information in this file should be consistent with the information
3 in krb5/src/lib/crypto/etypes.c (and krb5/src/include/krb5.h[in]?)
4 @end ignore
5
6 @table @code
7 @item des-cbc-crc 
8 DES cbc mode with CRC-32
9 @item des-cbc-md4 
10 DES cbc mode with RSA-MD4
11 @item des-cbc-md5 
12 DES cbc mode with RSA-MD5
13 @item des3-cbc-sha1 
14 @itemx des3-hmac-sha1
15 @itemx des3-cbc-sha1-kd
16 triple DES cbc mode with HMAC/sha1
17 @item des-hmac-sha1 
18 DES with HMAC/sha1
19 @item aes256-cts-hmac-sha1-96
20 @itemx aes256-cts
21 AES-256 CTS mode with 96-bit SHA-1 HMAC
22 @item aes128-cts-hmac-sha1-96
23 @itemx aes128-cts
24 AES-128 CTS mode with 96-bit SHA-1 HMAC
25 @item arcfour-hmac 
26 @itemx rc4-hmac
27 @itemx arcfour-hmac-md5
28 RC4 with HMAC/MD5
29 @item arcfour-hmac-exp 
30 @itemx rc4-hmac-exp
31 @itemx arcfour-hmac-md5-exp
32 exportable RC4 with HMAC/MD5
33 @end table