Skip to content

Commit 57814dd

Browse files
author
Andres AG
committed
Update feature/mbedtls to version 2.4.0
1 parent 7bcc63b commit 57814dd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

features/mbedtls/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e004104020dd4328434e8a207245b0327bbb9b1
1+
mbedtls-2.4.0

features/mbedtls/importer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
#
2828

2929
# Set the mbed TLS release to import (this can/should be edited before import)
30-
MBED_TLS_RELEASE ?= a592dcc1c6277bb191269e709cdd3d5593e593ed
30+
MBED_TLS_RELEASE ?= mbedtls-2.4.0
3131

3232
# Translate between mbed TLS namespace and mbed namespace
3333
TARGET_PREFIX:=../
3434
TARGET_SRC:=$(TARGET_PREFIX)src
3535
TARGET_INC:=$(TARGET_PREFIX)inc
3636

3737
# mbed TLS source directory - hidden from mbed via TARGET_IGNORE
38-
MBED_TLS_URL:=https://github.com/ARMmbed/mbedtls.git
38+
MBED_TLS_URL:=https://github.com/ARMmbed/mbedtls-restricted.git
3939
MBED_TLS_DIR:=TARGET_IGNORE/mbedtls
4040
MBED_TLS_API:=$(MBED_TLS_DIR)/include/mbedtls
4141
MBED_TLS_GIT_CFG=$(MBED_TLS_DIR)/.git/config

features/mbedtls/inc/mbedtls/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
* Major, Minor, Patchlevel
3939
*/
4040
#define MBEDTLS_VERSION_MAJOR 2
41-
#define MBEDTLS_VERSION_MINOR 3
41+
#define MBEDTLS_VERSION_MINOR 4
4242
#define MBEDTLS_VERSION_PATCH 0
4343

4444
/**
4545
* The single version number has the following structure:
4646
* MMNNPP00
4747
* Major version | Minor version | Patch version
4848
*/
49-
#define MBEDTLS_VERSION_NUMBER 0x02030000
50-
#define MBEDTLS_VERSION_STRING "2.3.0"
51-
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.3.0"
49+
#define MBEDTLS_VERSION_NUMBER 0x02040000
50+
#define MBEDTLS_VERSION_STRING "2.4.0"
51+
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.4.0"
5252

5353
#if defined(MBEDTLS_VERSION_C)
5454

0 commit comments

Comments
 (0)