mirror of https://github.com/ARMmbed/mbed-os.git
Update MbedTLS to 2.10.0 (from an RC)
parent
1394b03e64
commit
1a6028b60d
|
@ -1 +1 @@
|
||||||
mbedtls-2.10.0-rc1
|
mbedtls-2.10.0
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Set the mbed TLS release to import (this can/should be edited before import)
|
# Set the mbed TLS release to import (this can/should be edited before import)
|
||||||
MBED_TLS_RELEASE ?= mbedtls-2.10.0-rc1
|
MBED_TLS_RELEASE ?= mbedtls-2.10.0
|
||||||
|
|
||||||
# Translate between mbed TLS namespace and mbed namespace
|
# Translate between mbed TLS namespace and mbed namespace
|
||||||
TARGET_PREFIX:=../
|
TARGET_PREFIX:=../
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
#define MBEDTLS_X509_USE_C
|
#define MBEDTLS_X509_USE_C
|
||||||
#define MBEDTLS_X509_CRT_PARSE_C
|
#define MBEDTLS_X509_CRT_PARSE_C
|
||||||
#define MBEDTLS_X509_CRL_PARSE_C
|
#define MBEDTLS_X509_CRL_PARSE_C
|
||||||
|
//#define MBEDTLS_CMAC_C
|
||||||
|
|
||||||
/* Miscellaneous options */
|
/* Miscellaneous options */
|
||||||
#define MBEDTLS_AES_ROM_TABLES
|
#define MBEDTLS_AES_ROM_TABLES
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
* Major, Minor, Patchlevel
|
* Major, Minor, Patchlevel
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_VERSION_MAJOR 2
|
#define MBEDTLS_VERSION_MAJOR 2
|
||||||
#define MBEDTLS_VERSION_MINOR 9
|
#define MBEDTLS_VERSION_MINOR 10
|
||||||
#define MBEDTLS_VERSION_PATCH 0
|
#define MBEDTLS_VERSION_PATCH 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -47,9 +47,9 @@
|
||||||
* MMNNPP00
|
* MMNNPP00
|
||||||
* Major version | Minor version | Patch version
|
* Major version | Minor version | Patch version
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_VERSION_NUMBER 0x02090000
|
#define MBEDTLS_VERSION_NUMBER 0x020A0000
|
||||||
#define MBEDTLS_VERSION_STRING "2.9.0"
|
#define MBEDTLS_VERSION_STRING "2.10.0"
|
||||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.9.0"
|
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.10.0"
|
||||||
|
|
||||||
#if defined(MBEDTLS_VERSION_C)
|
#if defined(MBEDTLS_VERSION_C)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue