Skip to content

Commit ca09d77

Browse files
rojer9-fbcesantabot
authored andcommitted
mbedTLS 2.16.3-cesanta6: Enable ChaCha20-Poly1305 algorithm
PUBLISHED_FROM=496268a8546483f7e90e6568d366f8fc12c36133
1 parent 295a5d9 commit ca09d77

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

mbedtls/include/mbedtls/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@
21122112
*
21132113
* Module: library/chacha20.c
21142114
*/
2115-
//#define MBEDTLS_CHACHA20_C
2115+
#define MBEDTLS_CHACHA20_C
21162116

21172117
/**
21182118
* \def MBEDTLS_CHACHAPOLY_C
@@ -2123,7 +2123,7 @@
21232123
*
21242124
* This module requires: MBEDTLS_CHACHA20_C, MBEDTLS_POLY1305_C
21252125
*/
2126-
//#define MBEDTLS_CHACHAPOLY_C
2126+
#define MBEDTLS_CHACHAPOLY_C
21272127

21282128
/**
21292129
* \def MBEDTLS_CIPHER_C
@@ -2690,7 +2690,7 @@
26902690
* Module: library/poly1305.c
26912691
* Caller: library/chachapoly.c
26922692
*/
2693-
//#define MBEDTLS_POLY1305_C
2693+
#define MBEDTLS_POLY1305_C
26942694

26952695
/**
26962696
* \def MBEDTLS_RIPEMD160_C

mbedtls/include/mbedtls/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
* MMNNPP00
4848
* Major version | Minor version | Patch version
4949
*/
50-
#define MBEDTLS_VERSION_NUMBER 0x02100305
51-
#define MBEDTLS_VERSION_STRING "2.16.3-cesanta5"
52-
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.16.3-cesanta5"
50+
#define MBEDTLS_VERSION_NUMBER 0x02100306
51+
#define MBEDTLS_VERSION_STRING "2.16.3-cesanta6"
52+
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.16.3-cesanta6"
5353

5454
#if defined(MBEDTLS_VERSION_C)
5555

mos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
author: mongoose-os
22
description: Implements SPI API on Mongoose OS
33
type: lib
4-
version: 2.16.3-cesanta5
4+
version: 2.16.3-cesanta6
55

66
sources:
77
- src

0 commit comments

Comments
 (0)