]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
CHANGES: update with the explicit choice of backend in libssh2
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 4 Nov 2017 21:58:08 +0000 (22:58 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 4 Nov 2017 21:58:08 +0000 (22:58 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
CHANGES

diff --git a/CHANGES b/CHANGES
index 5782fd6c374ea031952f57bee233990e6378ab46..e54c48adb3ec887edd411b5b880492836625fa52 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
 2017.11-rc1, To be released
 
+       libssh2: there is now an explicit choice of the backend to use
+       (mbedtls, gnutls or openssl). Previously, the choice was implicit
+       based on the TLS library that was selected. Now, it is possible to
+       choose the backend, which is important if several TLS libraries are
+       selected. The default is mbedtls, even if you didn't have mbedtls
+       selected before.
+
        netsnmp: all MIB files are now installed, making the target filesystem a
        bit bigger than before. To remove unneeded MIBS, you should use a
        post-build script.