From c5ed3c6b9cba4fadbc3cab17584b1a6b6930ee02 Mon Sep 17 00:00:00 2001 From: Julian Winkler Date: Fri, 15 Nov 2024 18:01:36 +0100 Subject: [PATCH] doc/Build.md: update WolfSSL commands for WolfSSL 5.7.4 This version includes a fix for certificates with more than 128 alt names. Some configuration options have been removed because they are now enabled by default. --- doc/Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Build.md b/doc/Build.md index 8041f73a..f99262e8 100644 --- a/doc/Build.md +++ b/doc/Build.md @@ -73,9 +73,9 @@ If you distro ships wolfSSL with JNI enabled already, you can just install the p ```sh git clone https://github.com/wolfSSL/wolfssl.git cd wolfssl -git checkout v5.7.0-stable +git checkout v5.7.4-stable 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 --with-rsa --enable-certs --enable-session-certs --enable-encrypted-keys --enable-cert-gen --enable-cert-ext --enable-clr-monitor --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 make sudo make install ```