Skip to content

Commit

Permalink
mbedTLS 2.16.3-cesanta6: Enable ChaCha20-Poly1305 algorithm
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=496268a8546483f7e90e6568d366f8fc12c36133
  • Loading branch information
rojer9-fb authored and cesantabot committed Jan 5, 2020
1 parent 295a5d9 commit ca09d77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mbedtls/include/mbedtls/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@
*
* Module: library/chacha20.c
*/
//#define MBEDTLS_CHACHA20_C
#define MBEDTLS_CHACHA20_C

/**
* \def MBEDTLS_CHACHAPOLY_C
Expand All @@ -2123,7 +2123,7 @@
*
* This module requires: MBEDTLS_CHACHA20_C, MBEDTLS_POLY1305_C
*/
//#define MBEDTLS_CHACHAPOLY_C
#define MBEDTLS_CHACHAPOLY_C

/**
* \def MBEDTLS_CIPHER_C
Expand Down Expand Up @@ -2690,7 +2690,7 @@
* Module: library/poly1305.c
* Caller: library/chachapoly.c
*/
//#define MBEDTLS_POLY1305_C
#define MBEDTLS_POLY1305_C

/**
* \def MBEDTLS_RIPEMD160_C
Expand Down
6 changes: 3 additions & 3 deletions mbedtls/include/mbedtls/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define MBEDTLS_VERSION_NUMBER 0x02100305
#define MBEDTLS_VERSION_STRING "2.16.3-cesanta5"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.16.3-cesanta5"
#define MBEDTLS_VERSION_NUMBER 0x02100306
#define MBEDTLS_VERSION_STRING "2.16.3-cesanta6"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.16.3-cesanta6"

#if defined(MBEDTLS_VERSION_C)

Expand Down
2 changes: 1 addition & 1 deletion mos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
author: mongoose-os
description: Implements SPI API on Mongoose OS
type: lib
version: 2.16.3-cesanta5
version: 2.16.3-cesanta6

sources:
- src
Expand Down

0 comments on commit ca09d77

Please sign in to comment.