summaryrefslogtreecommitdiff
path: root/README.devel
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-12-02 17:17:35 +0100
committerTobias Klauser <tklauser@distanz.ch>2018-12-02 17:17:35 +0100
commite313a5415241cd2b0a81ae4ac55a53b36ab153ff (patch)
treeed51e9a2d1b6dd48f1351d31bd52becab08a6afc /README.devel
parent8c11a4e50df3c31a60500c04fed899e3773e9a17 (diff)
build: use system libsodium by default
If libsodium is installed (i.e. pkg-config --variable=includedir libsodium returns a non-empty path), assume libsodium is installed and use it instead of libnacl. To use libnacl, set NACL_INC_DIR, NACL_LIBDIR and NACL_LIB accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'README.devel')
0 files changed, 0 insertions, 0 deletions
ubject'>Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "This fixes the following issues: - Fix pointer size when caam is used with AArch64 boot loader on AArch32 kernel. - Fix ahash state corruption in marvell driver. - Fix buggy algif_aed tag handling. - Prevent mcryptd from being used with incompatible algorithms which can cause crashes" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: algif_aead - fix uninitialized variable warning crypto: mcryptd - Check mcryptd algorithm compatibility crypto: algif_aead - fix AEAD tag memory handling crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash crypto: marvell - Don't copy hash operation twice into the SRAM
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs')