From 67170355630ca8c99177f6a0fcad09af400abadb Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Mon, 7 Aug 2017 13:13:43 -0600 Subject: [PATCH] update readme for known issue --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 82dbc52f8..08e2b2d52 100644 --- a/README +++ b/README @@ -80,7 +80,7 @@ Release 3.12.0 of wolfSSL has bug fixes and new features including: Note: There is a known issue with using ChaCha20 AVX assembly on versions of GCC earlier than 5.2. This is encountered with using the wolfSSL enable options --enable-intelasm and --enable-chacha. To avoid this issue ChaCha20 can be enabled with --enable-chacha=noasm. - +If using --enable-intelasm and also using --enable-sha224 or --enable-sha256 there is a known issue with trying to use -fsanitize=address. This release of wolfSSL fixes 1 low level security vulnerability. diff --git a/README.md b/README.md index 0a386ccbf..0f37485d2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ before calling wolfSSL_new(); Though it's not recommended. Note: There is a known issue with using ChaCha20 AVX assembly on versions of GCC earlier than 5.2. This is encountered with using the wolfSSL enable options --enable-intelasm and --enable-chacha. To avoid this issue ChaCha20 can be enabled with --enable-chacha=noasm. - +If using --enable-intelasm and also using --enable-sha224 or --enable-sha256 there is a known issue with trying to use -fsanitize=address. This release of wolfSSL fixes 1 low level security vulnerability.