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 2727#
2828
2929# 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
3131
3232# Translate between mbed TLS namespace and mbed namespace
3333TARGET_PREFIX: =../
Original file line number Diff line number Diff line change 8282#define MBEDTLS_X509_USE_C
8383#define MBEDTLS_X509_CRT_PARSE_C
8484#define MBEDTLS_X509_CRL_PARSE_C
85+ //#define MBEDTLS_CMAC_C
8586
8687/* Miscellaneous options */
8788#define MBEDTLS_AES_ROM_TABLES
Original file line number Diff line number Diff line change 3939 * Major, Minor, Patchlevel
4040 */
4141#define MBEDTLS_VERSION_MAJOR 2
42- #define MBEDTLS_VERSION_MINOR 9
42+ #define MBEDTLS_VERSION_MINOR 10
4343#define MBEDTLS_VERSION_PATCH 0
4444
4545/**
4646 * The single version number has the following structure:
4747 * MMNNPP00
4848 * Major version | Minor version | Patch version
4949 */
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"
5353
5454#if defined(MBEDTLS_VERSION_C )
5555
You can’t perform that action at this time.
0 commit comments