aboutsummaryrefslogtreecommitdiff
path: root/doc/support-enc.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/support-enc.texinfo')
-rw-r--r--doc/support-enc.texinfo27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/support-enc.texinfo b/doc/support-enc.texinfo
new file mode 100644
index 0000000..3f030ba
--- /dev/null
+++ b/doc/support-enc.texinfo
@@ -0,0 +1,27 @@
+@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 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