summaryrefslogtreecommitdiffstats
path: root/doc/support-enc.texinfo
blob: ca4e8faab38a8344d69aedfdc4a5b0974e9d1d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@ignore 
the information in this file should be consistent with the information
in krb5/src/lib/crypto/etypes.c (and krb5/src/include/krb5.h[in]?)
@end ignore

@table @code
@item des-cbc-crc 
DES cbc mode with CRC-32
@item des-cbc-md4 
DES cbc mode with RSA-MD4
@item des-cbc-md5 
DES cbc mode with RSA-MD5
@item des3-cbc-sha1 
@itemx des3-hmac-sha1
@itemx des3-cbc-sha1-kd
triple DES cbc mode with HMAC/sha1
@item des-hmac-sha1 
DES with HMAC/sha1
@item aes256-cts-hmac-sha1-96
@itemx aes256-cts
AES-256 CTS mode with 96-bit SHA-1 HMAC
@item aes128-cts-hmac-sha1-96
@itemx aes128-cts
AES-128 CTS mode with 96-bit SHA-1 HMAC
@item arcfour-hmac 
@itemx rc4-hmac
@itemx arcfour-hmac-md5
RC4 with HMAC/MD5
@item arcfour-hmac-exp 
@itemx rc4-hmac-exp
@itemx arcfour-hmac-md5-exp
exportable RC4 with HMAC/MD5
@end table