diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-07 21:12:18 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-07 21:12:18 +0000 |
commit | 54bd5d8843b7a01d4980a4419153b1f6f1d15a27 (patch) | |
tree | f83feffd97ba0ffd10497a7930394dfe5654043d /lib/gnutls_priority.c | |
parent | e56e5edefffc0e428ba3b4d5111fe94efa0d2f48 (diff) | |
download | gnutls-54bd5d8843b7a01d4980a4419153b1f6f1d15a27.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/gnutls_priority.c')
-rw-r--r-- | lib/gnutls_priority.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index c2a86960e4..2464f7f28c 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -129,6 +129,11 @@ int num=0, i; * Note that the priority is set on the client. The server does * not use the algorithm's priority except for disabling * algorithms that were not specified. + * + * TLS 1.0 does not define any compression algorithms except + * NULL. Other compression algorithms are to be considered + * as gnutls extensions. + * **/ int gnutls_compression_set_priority( GNUTLS_STATE state, GNUTLS_LIST list) { GNUTLS_LIST _list = list; |