File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 8e004104020dd4328434e8a207245b0327bbb9b1
1
+ mbedtls-2.4.0
Original file line number Diff line number Diff line change 27
27
#
28
28
29
29
# 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
31
31
32
32
# Translate between mbed TLS namespace and mbed namespace
33
33
TARGET_PREFIX: =../
34
34
TARGET_SRC: =$(TARGET_PREFIX ) src
35
35
TARGET_INC: =$(TARGET_PREFIX ) inc
36
36
37
37
# 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
39
39
MBED_TLS_DIR: =TARGET_IGNORE/mbedtls
40
40
MBED_TLS_API: =$(MBED_TLS_DIR ) /include/mbedtls
41
41
MBED_TLS_GIT_CFG =$(MBED_TLS_DIR ) /.git/config
Original file line number Diff line number Diff line change 38
38
* Major, Minor, Patchlevel
39
39
*/
40
40
#define MBEDTLS_VERSION_MAJOR 2
41
- #define MBEDTLS_VERSION_MINOR 3
41
+ #define MBEDTLS_VERSION_MINOR 4
42
42
#define MBEDTLS_VERSION_PATCH 0
43
43
44
44
/**
45
45
* The single version number has the following structure:
46
46
* MMNNPP00
47
47
* Major version | Minor version | Patch version
48
48
*/
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"
52
52
53
53
#if defined(MBEDTLS_VERSION_C )
54
54
You can’t perform that action at this time.
0 commit comments