diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-05-01 12:06:48 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-09-02 15:46:30 +0200 |
commit | ad38a2ae61e57252c081eb8d55ad4e90f010e48a (patch) | |
tree | 03849e1901d88687214b71cb2f523ead5ecc42ac /package/libs | |
parent | 0d35fcbff0e7c3679aea6e32446b37d52351a304 (diff) | |
download | upstream-ad38a2ae61e57252c081eb8d55ad4e90f010e48a.tar.gz upstream-ad38a2ae61e57252c081eb8d55ad4e90f010e48a.tar.bz2 upstream-ad38a2ae61e57252c081eb8d55ad4e90f010e48a.zip |
wolfssl: update to 4.4.0-stable
This version adds many bugfixes, including a couple of security
vulnerabilities:
- For fast math (enabled by wpa_supplicant option), use a constant time
modular inverse when mapping to affine when operation involves a
private key - keygen, calc shared secret, sign.
- Change constant time and cache resistant ECC mulmod. Ensure points
being operated on change to make constant time.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 3481f6ffc79f46fc7ba86a4cc15ad958e99b5a82)
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/wolfssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index cb1ab1b64c..b186a087e7 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=4.3.0-stable +PKG_VERSION:=4.4.0-stable PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) -PKG_HASH:=6896f8ad6c44aff3e583006eeee839600848a0e37118ebbb7514eca9409ae08b +PKG_HASH:=7f854804c8ae0ca49cc77809e38e9a3b5a8c91ba7855ea928e6d6651b0d35f18 PKG_FIXUP:=libtool PKG_INSTALL:=1 |