Skip to content

Commit

Permalink
MacOS: Merge config.h changes from default file as of 2.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpippy committed Mar 28, 2021
1 parent a227f49 commit 017f799
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions macos/include/mbedtls/config.h
Expand Up @@ -1748,6 +1748,23 @@
*/
//#define MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT

/**
* \def MBEDTLS_TEST_HOOKS
*
* Enable features for invasive testing such as introspection functions and
* hooks for fault injection. This enables additional unit tests.
*
* Merely enabling this feature should not change the behavior of the product.
* It only adds new code, and new branching points where the default behavior
* is the same as when this feature is disabled.
* However, this feature increases the attack surface: there is an added
* risk of vulnerabilities, and more gadgets that can make exploits easier.
* Therefore this feature must never be enabled in production.
*
* Uncomment to enable invasive tests.
*/
//#define MBEDTLS_TEST_HOOKS

/**
* \def MBEDTLS_THREADING_ALT
*
Expand Down

0 comments on commit 017f799

Please sign in to comment.