summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-18 07:47:39 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-18 07:47:39 +0000
commita82bdc9c8d44188a4bd526137d93f218d98c37ec (patch)
tree145a64689668ee50811e972105ad6706c79c570d
parentd709cf6a39a18f46cb6de2ea5f1a7cf4fa346986 (diff)
downloadgnutls-a82bdc9c8d44188a4bd526137d93f218d98c37ec.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_algorithms.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index 53e27d30c0..3e99f76301 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -847,8 +847,12 @@ const char *_gnutls_cipher_suite_get_name(GNUTLS_CipherSuite suite)
* @cipher_algorithm: is a cipher algorithm
* @mac_algorithm: is a MAC algorithm
*
- * Returns a string that contains the name
- * of the specified MAC algorithm.
+ * Returns a string that contains the name of a TLS
+ * cipher suite, specified by the given algorithms.
+ *
+ * Note that the full cipher suite name must be prepended
+ * by TLS or SSL depending of the protocol in use.
+ *
**/
const char *gnutls_cipher_suite_get_name(GNUTLS_KXAlgorithm kx_algorithm,
GNUTLS_BulkCipherAlgorithm cipher_algorithm, GNUTLS_MACAlgorithm mac_algorithm)