Home | History | Annotate | Download | only in openssl

Lines Matching refs:openssl

19 # This script imports new versions of OpenSSL (http://openssl.org/source) into the
20 # Android source tree. To run, (1) fetch the appropriate tarball from the OpenSSL repository,
22 # ./import_openssl.sh import openssl-*.tar.gz
44 echo " ./import_openssl.sh import </path/to/openssl-*.tar.gz>"
46 echo " ./import_openssl.sh generate <patch/*.patch> </path/to/openssl-*.tar.gz>"
52 die "OpenSSL patch directory patches/ not found"
55 if [ ! -f openssl.version ]; then
56 die "openssl.version not found"
59 source openssl.version
61 die "Invalid openssl.version; see README.android for more information"
64 OPENSSL_DIR=openssl-$OPENSSL_VERSION
67 if [ ! -f openssl.config ]; then
68 die "openssl.config not found"
71 source openssl.config
73 die "Invalid openssl.config; see README.android for more information"
124 for i in `find include/openssl -type l`; do
127 if [ -f include/openssl/$target ]; then
128 cp include/openssl/$target $i
148 sed 's#../util/shlib_wrap.sh ../apps/openssl#adb shell /system/bin/openssl#' | \
149 sed 's#adb shell /system/bin/openssl no-dh#[ `adb shell /system/bin/openssl no-dh` = no-dh ]#' | \
150 sed 's#adb shell /system/bin/openssl no-rsa#[ `adb shell /system/bin/openssl no-rsa` = no-dh ]#' | \