From 4b8c4f54bbd70849fc91679bea44b4e1dfb0526d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 18 Oct 2017 20:11:30 +0200 Subject: cipher: remove aes128-ctr NaCl implementation New versions of libsodium have dropped support for aes128-ctr. AES support is only available with OpenSSL now. --- doc/source/manual/config.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') 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) -- cgit v1.2.3