update readme for known issue

This commit is contained in:
Jacob Barthelmeh 2017-08-07 13:13:43 -06:00
parent d949832059
commit 6717035563
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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.

View File

@ -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.