Skip to content

Commit 8905213

Browse files
haukepull[bot]
authored andcommitted
mbedtls: Update to version 2.28.5
This fixes some minor security problems. Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.5 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 2f12329 commit 8905213

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package/libs/mbedtls/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=mbedtls
11-
PKG_VERSION:=2.28.4
11+
PKG_VERSION:=2.28.5
1212
PKG_RELEASE:=1
1313
PKG_USE_MIPS16:=0
1414

1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1616
PKG_SOURCE_URL:=https://codeload.github.com/ARMmbed/mbedtls/tar.gz/v$(PKG_VERSION)?
17-
PKG_HASH:=578c4dcd15bbff3f5cd56aa07cd4f850fc733634e3d5947be4f7157d5bfd81ac
17+
PKG_HASH:=849e86b626e42ded6bf67197b64aa771daa54e2a7e2868dc67e1e4711959e5e3
1818

1919
PKG_LICENSE:=GPL-2.0-or-later
2020
PKG_LICENSE_FILES:=gpl-2.0.txt

package/libs/mbedtls/patches/100-x509-crt-verify-SAN-iPAddress.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Signed-off-by: Glenn Strauss <[email protected]>
3333
#include <windows.h>
3434
#else
3535
#include <time.h>
36-
@@ -3001,6 +3005,61 @@ find_parent:
36+
@@ -3002,6 +3006,61 @@ find_parent:
3737
}
3838
}
3939

@@ -95,7 +95,7 @@ Signed-off-by: Glenn Strauss <[email protected]>
9595
/*
9696
* Check for CN match
9797
*/
98-
@@ -3021,24 +3080,51 @@ static int x509_crt_check_cn(const mbedt
98+
@@ -3022,24 +3081,51 @@ static int x509_crt_check_cn(const mbedt
9999
return -1;
100100
}
101101

@@ -158,7 +158,7 @@ Signed-off-by: Glenn Strauss <[email protected]>
158158
}
159159

160160
/*
161-
@@ -3049,31 +3135,23 @@ static void x509_crt_verify_name(const m
161+
@@ -3050,31 +3136,23 @@ static void x509_crt_verify_name(const m
162162
uint32_t *flags)
163163
{
164164
const mbedtls_x509_name *name;

0 commit comments

Comments
 (0)