From 00c99d776a98897ddc7c9032e799093ad4f4fabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 9 May 2019 11:38:19 +0200 Subject: [PATCH] Clarify origin and licensing of TinyCrypt files --- include/mbedtls/config.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index aefca9cf4..a9bb4893c 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2257,14 +2257,16 @@ /** * \def MBEDTLS_USE_TINYCRYPT * - * Enable the tinycrypt ECC library. + * Enable the TinyCrypt ECC library. This module provides alternative ECC + * handling functions replacing the native Mbed TLS ECP module. + * + * TinyCrypt is a project independent from Mbed TLS, licensed under 3-clause + * BSD, and can be found at https://github.com/intel/tinycrypt - this option + * only enables the ECC modules from TinyCrypt. * * Module: tinycrypt/ecc.c * tinycrypt/ecc_dh.c * tinycrypt/ecc_dsa.c - * - * This module provides alternative ECC handling functions replacing - * native MBEDTLS ECP module. */ //#define MBEDTLS_USE_TINYCRYPT