Skip to content

Need latest binaries to include security fixes #123

Closed
@zackjp

Description

@zackjp

Hey Nick, et al,

Our company is trying to get a hold of new android sqlcipher binaries that include the recent security fixes to prevent logging of sensitive data. Could you please compile and publish them?

I tried doing this myself by following instructions on sqlcipher.net -- however, the make file has been encountering a few errors, and I'm stuck now. So far, I've seen:

  1. openssl submodule pointing to unknown/bad commit (to fix this, I did git submodule sync; git submodule update)
  2. Configure script missing from openssl submodule (to fix this, I cloned android-database-sqlcipher repo from scratch)
  3. many warnings during make from Android NDK such as "non-system libraries in linker flags" and "This is likely to result in incorrect builds" (unresolved)
  4. make file fails towards end because build.xml missing from bin dir, with error "Buildfile: build.xml does not exist" (unresolved; in fact, I see no bin dir at all)

It would be very helpful if someone would be able to publish new binaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions