libcryfs/vendor
Matéo Duparc 6388eaf433
libcryfs: update Boost-for-Android
2023-09-08 21:11:04 +02:00
..
boost libcryfs: update Boost-for-Android 2023-09-08 21:11:04 +02:00
cryptopp libcryfs: Fix Crypto++ build 2023-02-03 22:02:44 +01:00
spdlog@7e635fca68 libcryfs: update spdlog to v1.12.0 2023-09-07 17:23:22 +02:00
CMakeLists.txt libcryfs: Genesis 2022-06-26 13:03:57 +02:00
README Update to CryptoPP 8.6. This fixes a rare bug where CryptoPP 8.5 encrypts data wrongly, see https://github.com/weidai11/cryptopp/issues/1069 2021-12-10 09:10:29 +01:00

README

This directory contains external projects, taken from the following locations:
googletest: https://github.com/google/googletest/commit/eaf9a3fd77869cf95befb87455a2e2a2e85044ff
 - changed: In googletest/cmake/internal_utils.cmake, add cmake_policy(SET CMP0069 NEW) to silence a warning
cryptopp: https://github.com/weidai11/cryptopp/releases/tag/CRYPTOPP_8_6_0
 - changed: added CMakeLists.txt and cryptopp-config.cmake from https://github.com/noloader/cryptopp-cmake/tree/675367754bf4bf2284910dcec24d068472c97990
 - changed: In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING
 - changed: In CMakeLists.txt, add cmake_policy(SET CMP0069 NEW) to silence a warning