summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-08 10:52:40 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-08 10:52:40 +0000
commitcdfbbf6eae3e783520b13a52b5138061300818d7 (patch)
tree1a19d2a6c64400cacaff88dd4dd487615e4abfc4
parent7f38a4053809b6bd28e71d1dea6e49e78a4ecfef (diff)
downloadgnutls-cdfbbf6eae3e783520b13a52b5138061300818d7.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_state.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 98d848a43a..9d9daa0003 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -438,6 +438,11 @@ void gnutls_record_set_cbc_protection(GNUTLS_STATE state, int prot)
* or if 'allow' is 0 then these cipher suites will not be
* advertized nor used.
*
+ * Unless this function is called with the option to allow (1), then
+ * no compression algorithms, like ZLIB, and encryption algorithms,
+ * like TWOFISH, will be available. This is because these algorithms
+ * are not yet defined in any RFC or even internet draft.
+ *
**/
void gnutls_state_allow_private_ciphersuites(GNUTLS_STATE state, int allow)
{