aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_policy.h')
-rw-r--r--src/tls/tls_policy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tls/tls_policy.h b/src/tls/tls_policy.h
index cc02dd9b1..125faa665 100644
--- a/src/tls/tls_policy.h
+++ b/src/tls/tls_policy.h
@@ -62,9 +62,11 @@ class BOTAN_DLL Policy
virtual std::vector<std::string> allowed_ecc_curves() const;
/**
- * Returns a list of signature algorithms we are willing to use,
+ * Returns a list of compression algorithms we are willing to use,
* in order of preference. Allowed values any value of
* Compression_Method.
+ *
+ * @note Compression is not currently supported
*/
virtual std::vector<byte> compression() const;