diff options
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r-- | doc/gnutls.texi | 128 |
1 files changed, 1 insertions, 127 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi index b2a8e43db4..cb07ac19c4 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -3465,133 +3465,7 @@ expressions. @anchor{ciphersuites} @cindex Ciphersuites -@multitable @columnfractions .45 .20 .35 - -@item @code{TLS_RSA_NULL_MD5} -@tab 0x00 0x01 -@tab RFC 2246 - -@item @code{TLS_ANON_DH_3DES_EDE_CBC_SHA} -@tab 0x00 0x1B -@tab RFC 2246 - -@item @code{TLS_ANON_DH_ARCFOUR_MD5} -@tab 0x00 0x18 -@tab RFC 2246 - -@item @code{TLS_ANON_DH_AES_128_CBC_SHA} -@tab 0x00 0x34 -@tab RFC 2246 - -@item @code{TLS_ANON_DH_AES_256_CBC_SHA} -@tab 0x00 0x3A -@tab RFC 2246 - -@item @code{TLS_RSA_ARCFOUR_SHA} -@tab 0x00 0x05 -@tab RFC 2246 - -@item @code{TLS_RSA_ARCFOUR_MD5} -@tab 0x00 0x04 -@tab RFC 2246 - -@item @code{TLS_RSA_3DES_EDE_CBC_SHA} -@tab 0x00 0x0A -@tab RFC 2246 - -@item @code{TLS_RSA_EXPORT_ARCFOUR_40_MD5} -@tab 0x00 0x03 -@tab RFC 2246 - -@item @code{TLS_DHE_DSS_3DES_EDE_CBC_SHA} -@tab 0x00 0x13 -@tab RFC 2246 - -@item @code{TLS_DHE_RSA_3DES_EDE_CBC_SHA} -@tab 0x00 0x16 -@tab RFC 2246 - -@item @code{TLS_RSA_AES_128_CBC_SHA} -@tab 0x00 0x2F -@tab RFC 3268 - -@item @code{TLS_RSA_AES_256_CBC_SHA} -@tab 0x00 0x35 -@tab RFC 3268 - -@item @code{TLS_DHE_DSS_AES_256_CBC_SHA} -@tab 0x00 0x38 -@tab RFC 3268 - -@item @code{TLS_DHE_DSS_AES_128_CBC_SHA} -@tab 0x00 0x32 -@tab RFC 3268 - -@item @code{TLS_DHE_RSA_AES_256_CBC_SHA} -@tab 0x00 0x39 -@tab RFC 3268 - -@item @code{TLS_DHE_RSA_AES_128_CBC_SHA} -@tab 0x00 0x33 -@tab RFC 3268 - -@item @code{TLS_SRP_SHA_3DES_EDE_CBC_SHA} -@tab 0x00 0x50 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_AES_128_CBC_SHA} -@tab 0x00 0x53 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_AES_256_CBC_SHA} -@tab 0x00 0x56 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA} -@tab 0x00 0x51 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA} -@tab 0x00 0x52 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_RSA_AES_128_CBC_SHA} -@tab 0x00 0x54 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_DSS_AES_128_CBC_SHA} -@tab 0x00 0x55 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_RSA_AES_256_CBC_SHA} -@tab 0x00 0x57 -@tab RFC 5054 - -@item @code{TLS_SRP_SHA_DSS_AES_256_CBC_SHA} -@tab 0x00 0x58 -@tab RFC 5054 - -@item @code{TLS_DHE_DSS_ARCFOUR_SHA} -@tab 0x00 0x66 -@tab draft-ietf-tls-56-bit-ciphersuites - -@item @code{TLS_PSK_ARCFOUR_SHA} -@tab 0x00 0x8A -@tab draft-ietf-tls-psk - -@item @code{TLS_PSK_3DES_EDE_CBC_SHA} -@tab 0x00 0x8B -@tab draft-ietf-tls-psk - -@item @code{TLS_PSK_AES_128_CBC_SHA} -@tab 0x00 0x8C -@tab draft-ietf-tls-psk - -@item @code{TLS_PSK_AES_256_CBC_SHA} -@tab 0x00 0x8D -@tab draft-ietf-tls-psk - -@end multitable +@include ../src/algorithms.texi @c @c Guile Bindings |