Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Nov 30 08:45:39 2018 +0000
Parent:
83:02ef87f7c8fb
Child:
85:7f1b82a282d7
Commit message:
Update mbedtls configuration - MBEDTLS_GCM_C

Work around to https://github.com/ARMmbed/mbed-os/issues/8893.
Enable MBEDTLS_GCM_C to prevent compile errors.

This commit should be removed once issue #8893 is fixed.

.
Commit copied from https://github.com/ARMmbed/nanostack-border-router

Changed in this revision

source/mbedtls_thread_config.h Show annotated file Show diff for this revision Revisions of this file
--- a/source/mbedtls_thread_config.h	Mon Nov 26 08:45:34 2018 +0000
+++ b/source/mbedtls_thread_config.h	Fri Nov 30 08:45:39 2018 +0000
@@ -101,7 +101,7 @@
 #undef MBEDTLS_DEBUG_C
 #undef MBEDTLS_ECDSA_C
 #undef MBEDTLS_ERROR_C
-#undef MBEDTLS_GCM_C
+#define MBEDTLS_GCM_C
 #undef MBEDTLS_PEM_PARSE_C
 #undef MBEDTLS_RSA_C
 #undef MBEDTLS_VERSION_C