File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- mbedtls-2.10.0-rc1
1
+ mbedtls-2.10.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 ?= mbedtls-2.10.0-rc1
30
+ MBED_TLS_RELEASE ?= mbedtls-2.10.0
31
31
32
32
# Translate between mbed TLS namespace and mbed namespace
33
33
TARGET_PREFIX: =../
Original file line number Diff line number Diff line change 82
82
#define MBEDTLS_X509_USE_C
83
83
#define MBEDTLS_X509_CRT_PARSE_C
84
84
#define MBEDTLS_X509_CRL_PARSE_C
85
+ //#define MBEDTLS_CMAC_C
85
86
86
87
/* Miscellaneous options */
87
88
#define MBEDTLS_AES_ROM_TABLES
Original file line number Diff line number Diff line change 39
39
* Major, Minor, Patchlevel
40
40
*/
41
41
#define MBEDTLS_VERSION_MAJOR 2
42
- #define MBEDTLS_VERSION_MINOR 9
42
+ #define MBEDTLS_VERSION_MINOR 10
43
43
#define MBEDTLS_VERSION_PATCH 0
44
44
45
45
/**
46
46
* The single version number has the following structure:
47
47
* MMNNPP00
48
48
* Major version | Minor version | Patch version
49
49
*/
50
- #define MBEDTLS_VERSION_NUMBER 0x02090000
51
- #define MBEDTLS_VERSION_STRING "2.9 .0"
52
- #define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.9 .0"
50
+ #define MBEDTLS_VERSION_NUMBER 0x020A0000
51
+ #define MBEDTLS_VERSION_STRING "2.10 .0"
52
+ #define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.10 .0"
53
53
54
54
#if defined(MBEDTLS_VERSION_C )
55
55
You can’t perform that action at this time.
0 commit comments