Skip to content

a version of the official Android openssl setup to build standalone for use in app

Notifications You must be signed in to change notification settings

priteshrnandgaonkar/openssl-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a version of the official Android openssl sources, but it is meant to be built as a standalone library to be embedded into app.

To build:
cd openssl-android
/path/to/android-ndk-r10c/ndk-build


http://guardianproject.info

----------------------
Updating the upstream code
----------------------

This repository tracks the Android openssl repository:
 git://android.git.kernel.org/platform/external/openssl.git

To use this, add it as a remote called 'upstream'
 git remote add upstream git://android.git.kernel.org/platform/external/openssl.git

Then here's how you get the updated code:
 git checkout upstream (switch to upstream tracking branch)
 git pull upstream master (get newest code from Android, but don't merge)
 git checkout master
 git merge upstream (merge the changes from upstream)
 git push origin master
 git push origin upstream (update the upstream branch)

About

a version of the official Android openssl setup to build standalone for use in app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.3%
  • Perl 12.9%
  • C++ 3.3%
  • Assembly 3.1%
  • DIGITAL Command Language 0.9%
  • Makefile 0.7%
  • Other 0.8%