* Makefile: changed the way html output is generated, made "make all"
[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 arcfour-hmac 
20 @itemx rc4-hmac
21 @itemx arcfour-hmac-md5
22 RC4 with HMAC/MD5
23 @item arcfour-hmac-exp 
24 @itemx rc4-hmac-exp
25 @itemx arcfour-hmac-md5-exp
26 exportable RC4 with HMAC/MD5
27 @end table