diff options
author | René Korthaus <[email protected]> | 2016-10-03 12:35:04 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-03 12:35:04 +0200 |
commit | f8c63ad084f75c4a61d396e9228f00424f315de9 (patch) | |
tree | 46687245b90ebc79c8373a416b0b4221799d2770 /doc/manual | |
parent | f38841305ecd3fd0d13285823497a5a9d3b5c19f (diff) |
Update manual
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/tls.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index 6c1ca42f2..d0e63b9f8 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -594,6 +594,19 @@ policy settings from a file. No other values are currently defined. + .. cpp:function:: bool use_ecc_point_compression() const + + Prefer ECC point compression. + + Signals that we prefer ECC points to be compressed when transmitted to us. + The other party may not support ECC point compression and therefore may still + send points uncompressed. + + Note that the certificate used during authentication must also follow the other + party's preference. + + Default: false + .. cpp:function:: std::vector<byte> compression() const Return the list of compression methods we are willing to use, in order of |