You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Build.md: recommend users to build WolfSSL with --enable-sessioncerts needed for cert pinning
Also recommend latest WolfSSL release
This commit is contained in:
@@ -53,9 +53,9 @@ If your distro ships wolfSSL with JNI enabled already, you can just install the
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/wolfSSL/wolfssl.git
|
git clone https://github.com/wolfSSL/wolfssl.git
|
||||||
cd wolfssl
|
cd wolfssl
|
||||||
git checkout v5.7.4-stable
|
git checkout v5.8.2-stable
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure --enable-shared --disable-opensslall --disable-opensslextra --enable-aescbc-length-checks --enable-curve25519 --enable-ed25519 --enable-ed25519-stream --enable-oldtls --enable-base64encode --enable-tlsx --enable-scrypt --disable-examples --enable-crl --enable-jni
|
./configure --enable-shared --disable-opensslall --disable-opensslextra --enable-aescbc-length-checks --enable-curve25519 --enable-ed25519 --enable-ed25519-stream --enable-oldtls --enable-base64encode --enable-tlsx --enable-scrypt --disable-examples --enable-crl --enable-jni --enable-sessioncerts
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user