summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-10-18 20:11:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-10-18 20:11:30 +0200
commit4b8c4f54bbd70849fc91679bea44b4e1dfb0526d (patch)
treeb23facd97de04a90f99c7ef07af79d3d978a91d5 /doc
parent878e6e10f3c7ea7a7090a0b2a4289b8d3eef57b9 (diff)
downloadfastd-4b8c4f54bbd70849fc91679bea44b4e1dfb0526d.tar
fastd-4b8c4f54bbd70849fc91679bea44b4e1dfb0526d.zip
cipher: remove aes128-ctr NaCl implementation
New versions of libsodium have dropped support for aes128-ctr. AES support is only available with OpenSSL now.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/manual/config.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/manual/config.rst b/doc/source/manual/config.rst
index 0abebeb..94d7a94 100644
--- a/doc/source/manual/config.rst
+++ b/doc/source/manual/config.rst
@@ -70,7 +70,6 @@ Example config:
* ``aes128-ctr``: AES128 in counter mode
- ``openssl``: Use implementation from OpenSSL's libcrypto
- - ``nacl``: Use implementation from NaCl or libsodium
* ``null``: No encryption (for authenticated-only methods using composed_gmac)