summaryrefslogtreecommitdiffstats
path: root/README.android
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-04-26 11:13:10 -0700
committerBrian Carlstrom <bdc@google.com>2010-04-26 13:38:13 -0700
commit925e1a4723895097daa6f8551a4144abd1d2d1ed (patch)
tree8b3e598a5409d1d9ce328fd98202c27b950a4675 /README.android
parentefe5ecbed992e1f23160254b3fe1f20cf349f52c (diff)
downloadreplicant_openssl-925e1a4723895097daa6f8551a4144abd1d2d1ed.zip
replicant_openssl-925e1a4723895097daa6f8551a4144abd1d2d1ed.tar.gz
replicant_openssl-925e1a4723895097daa6f8551a4144abd1d2d1ed.tar.bz2
Fix for openssl-1.0.0 small_records.patch
There were two issues with the first version of small_records.patch - the resize check was immediately after the size check, so the size check always failed before the resize happened. - openssl-1.0.0 needs extra space to be allocated for alignment patches/small_records.patch Regenerated file ssl/s3_pkt.c Added patch generatation support, as opposed to just regenerate when patches no longer apply on upgrade. Usage: import_openssl.sh generate <patch/foo.patch> <openssl-tarball.tar.gz> import_openssl.sh As part of "import_openssl.sh generate", moved definition of imported sources to openssl.config instead of wired in the code. openssl.config Add browser testing note with https://online.citibank.com README.android
Diffstat (limited to 'README.android')
-rw-r--r--README.android1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.android b/README.android
index 1036838..04b6753 100644
--- a/README.android
+++ b/README.android
@@ -53,6 +53,7 @@ The following steps are recommended for porting new OpenSSL versions.
adb shell run-core-tests tests.xnet.AllTests
adb shell run-core-tests org.apache.harmony.math.tests.java.math.AllTests
adb shell run-core-tests tests.api.java.math.BigIntegerTest
+ adb shell am start https://online.citibank.com # confirm result in browser
8) Do a full build before checking in: