Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 19 of 19) sorted by relevance

/mbedtls-development/scripts/data_files/
A Dversion_features.fmt2 * Version feature information
35 int mbedtls_version_check_feature( const char *feature )
42 if( feature == NULL )
47 if( !strcmp( *idx, feature ) )
A Dquery_config.fmt104 * Visual Studio throws the warning 4003 because many Mbed TLS feature macros
/mbedtls-development/library/
A Dpadlock.c43 int mbedtls_padlock_has_support( int feature ) in mbedtls_padlock_has_support() argument
68 return( flags & feature ); in mbedtls_padlock_has_support()
A Dpadlock.h72 int mbedtls_padlock_has_support( int feature );
/mbedtls-development/tests/suites/
A Dtest_suite_version.function68 void check_feature( char *feature, int result )
70 int check = mbedtls_version_check_feature( feature );
A Dtest_suite_psa_crypto.data496 # Test PEM import. Note that this is not a PSA feature, it's an Mbed TLS
/mbedtls-development/include/mbedtls/
A Dversion.h82 int mbedtls_version_check_feature( const char *feature );
/mbedtls-development/ChangeLog.d/
A D00README.md16 on the extent of the change and how widely we expect the feature to be used.
78 consequences of the bug, not how the bug was fixed. For a new feature, explain
79 why one might be interested in the feature. For an API change or a deprecation,
/mbedtls-development/
A DCONTRIBUTING.md17 …ssion](https://lists.trustedfirmware.org/mailman/listinfo/mbed-tls) around a feature idea or a bug.
19 1. Write a test which shows that the bug was fixed or that the feature works as expected.
21 1. For quick merging, the contribution should be short, and concentrated on a single feature or top…
30 …d, need to be justifiable by either being a significant enhancement, new feature or bug fix which …
48 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi…
62 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull…
A DBRANCHES.md45 addition of a new feature.
A DREADME.md307 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…
A DChangeLog942 using the MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH feature. This caused issues
1208 feature can be used alongside Connection ID and SSL context serialisation.
1209 The feature is enabled at compile-time by MBEDTLS_SSL_RECORD_CHECKING
1337 changed its IP or port. The feature is enabled at compile-time by setting
1483 function to see for which parameter values it is defined. This feature is
1630 a feature that is not supported by underlying alternative
1636 MBEDTLS_ERR_XXX_FEATURE_UNAVAILABLE that indicate a feature is not
2023 configurations where the feature is disabled. Found and fixed by Gergely
/mbedtls-development/docs/proposed/
A Dpsa-conditional-inclusion-c.md52 …a series of symbols of the form `PSA_WANT_xxx` where `xxx` describes the feature that the symbol e…
65 * If the symbol is not defined, the corresponding feature is not included.
66 … is defined to a preprocessor expression with the value `1`, the corresponding feature is included.
71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature
79feature is not requested for inclusion in the PSA Crypto configuration file, it may still be inclu…
194 …he boolean symbol mechanism proposed here. The approximation considers a feature to be enabled if …
/mbedtls-development/.github/
A Dpull_request_template.md14 - This PR is a new feature\enhancement
/mbedtls-development/docs/architecture/testing/
A Dtest-framework.md43 …h` record the outcome of each test case in a **test outcome file**. This feature is enabled if the…
A Dinvasive-testing.md180 …acing some modules; this is a secondary concern since we do not officially offer this as a feature.
302 …ut the keystore content before calling `mbedtls_psa_crypto_free()`. This feature is mostly but not…
/mbedtls-development/docs/
A D3.0-migration-guide.md78 that the pointer is non-null. With the feature disabled, a null pointer is not
80 runtime crash. 90% of the uses of the feature are of this kind.
82 checks that the value is a valid one. With the feature disabled, an invalid
89 This feature was only used in some classic (non-PSA) cryptography modules. It was
93 This feature has been removed. The library no longer checks for NULL pointers;
614 version. There is no migration path since the feature is no longer relevant.
694 This feature had been broken for a while so we doubt anyone still used it.
841 users who didn't need that feature to avoid paying the cost in code size, by
/mbedtls-development/programs/
A DREADME.md81 ### SSL/TLS feature demonstrators
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile602 # feature you need bibtex and perl available in the search path. Do not use
702 # directories that are symbolic links (a Unix file system feature) are excluded
1154 # Windows users are probably better off using the HTML help feature.
1525 # documentation. Note that this feature is still experimental
1537 # feature is still experimental and incomplete at the
1897 # support this, this feature is disabled by default.

Completed in 54 milliseconds