iocipheriocipherexampleiociphertestsiocipherthreadtestlibsqlfs
ship libsqlcipher.so from android-database-sqlcipher-3.5.4.aar
These files came from android-database-sqlcipher-3.5.4.aar with a SHA256 ofe1539774238a76fc1d95bfd6915ab0882e7284ebd5569e0bcbdb9f0bfed1cc4a
update for latest sqlcipher library
update to libsqlfs v1.3.2 for fixes and sqlfs_detach_thread()
update to latest libsqlfs to get gcc 4.8 and clang3.5 build fixes
Android NDK now defaults to gcc 4.8, so IOCipher should build nicely on it.Specifically, the "maybe uninitialized" warning is now an error in the NDKr10d's default gcc (4.8). It was also easy to get things building on...
update libsqlfs to get sqlfs_instance_count and fixed open/close
refs #3402 https://dev.guardianproject.info/issues/3402
update libsqlfs submodule to get new raw key API
libsqlfs now as separate methods for opening using raw key data, whichSQLCipher will use directly, or using a password, which SQLCipher will useto derive a raw key with.
refs #3174 https://dev.guardianproject.info/issues/3174
update sqlcipher submodule to v3.1.0, same as included libsqlcipher.so
Keep the headers and the shared lib in sync for clean linking.
include binary shared libs that are used only for linking against
In order to build the native parts, they need to be linked against openssland SQLCipher. For deployments, these libraries are provided elsewhere, soinclude binaries in git that are good enough for linking against....
handle init errors when mounting
requires latest changes from libsqlfs
update to sqlcipher v2.2.1
View revisions
Also available in: Atom