File tree Expand file tree Collapse file tree 7 files changed +6
-7
lines changed
src/PAL/COM/sockets/ssl/MbedTLS Expand file tree Collapse file tree 7 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/nanoframework/dev-container-all:v2.38
1
+ FROM ghcr.io/nanoframework/dev-container-all:v2.39
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/nanoframework/dev-container-azure-rtos:v1.21
1
+ FROM ghcr.io/nanoframework/dev-container-azure-rtos:v1.22
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ git svn clone http://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x -rHE
15
15
cd /sources/ChibiOs-Contrib
16
16
git pull origin nanoframework
17
17
cd /sources/mbedtls
18
- git pull origin mbedtls-2.28.2
18
+ git pull origin mbedtls-2.28.5
19
19
cd /sources/fatfs
20
20
git pull origin R0.14b
21
21
cd /sources/FreeRTOS
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN git clone --branch nf-build https://github.com/nanoframework/STM32CubeL4.git
78
78
&& git clone --branch v6.2.0_rel --recursive https://github.com/azure-rtos/netxduo.git --depth 1 ./sources/NetxDuo \
79
79
&& git clone --branch nanoframework https://github.com/nanoframework/ChibiOS-Contrib.git --depth 1 ./sources/ChibiOs-Contrib
80
80
# Clone mbedtls and fatfs
81
- RUN git clone --branch mbedtls-2.28.2 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
81
+ RUN git clone --branch mbedtls-2.28.5 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
82
82
&& git clone --branch R0.14b https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs
83
83
# Clone FreeRTOS and what is needed for ESP32
84
84
RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN git svn clone http://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x
57
57
&& git clone --branch v6.2.0_rel --recursive https://github.com/azure-rtos/netxduo.git --depth 1 ./sources/NetxDuo
58
58
59
59
# Clone mbedtls and fatfs
60
- RUN git clone --branch mbedtls-2.28.2 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
60
+ RUN git clone --branch mbedtls-2.28.5 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
61
61
&& git clone --branch R0.14b https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
62
62
&& git clone --branch nf-build https://github.com/nanoframework/spiffs.git --depth 1 ./sources/spiffs
63
63
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ extern "C"
103
103
#define MBEDTLS_CMAC_C
104
104
105
105
/* Mbed TLS modules */
106
- #define MBEDTLS_AESNI_C
107
106
#define MBEDTLS_AES_C
108
107
#define MBEDTLS_ASN1_PARSE_C
109
108
#define MBEDTLS_ASN1_WRITE_C
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ if(USE_SECURITY_MBEDTLS_OPTION)
223
223
224
224
# set tag for currently supported version
225
225
# WHEN CHANGING THIS MAKE SURE TO UPDATE THE DEV CONTAINERS
226
- set (MBEDTLS_GIT_TAG "mbedtls-2.28.2 " )
226
+ set (MBEDTLS_GIT_TAG "mbedtls-2.28.5 " )
227
227
228
228
# set options for Mbed TLS
229
229
option (ENABLE_TESTING "no testing when building Mbed TLS." OFF )
You can’t perform that action at this time.
0 commit comments