Searched refs:features (Results 1 – 23 of 23) sorted by relevance
/mbedtls-latest/programs/ |
D | README.md | 4 This subdirectory mostly contains sample programs that illustrate specific features of the library,… 83 …features supported by the library, and most applications require only a few features. To write a n… 85 … displays the response, with options to select TLS protocol features and Mbed TLS library features. 87 …sends a fixed response, with options to select TLS protocol features and Mbed TLS library features. 89 …features, the `ssl_client2` program has options that allow you to trigger certain behaviors in the…
|
/mbedtls-latest/docs/proposed/ |
D | README | 2 TLS features. They are not implemented yet, or only partially 4 Mbed TLS if you are interested in these features.
|
D | psa-conditional-inclusion-c.md | 75 * In application code that provides additional features based on cryptographic capabilities, for ex… 79 …ure. Mbed TLS should make a best effort to support the exclusion of all features, but in some case…
|
/mbedtls-latest/scripts/data_files/ |
D | version_features.fmt | 16 static const char * const features[] = { 25 const char * const *idx = features;
|
/mbedtls-latest/ |
D | BRANCHES.md | 11 as well as all the new features and bug fixes and security fixes. 36 undocumented features, then you should be able to re-compile it without 43 result in an incompatible API or ABI, although features will generally not 44 affect unrelated features (for example, enabling or disabling a
|
D | CONTRIBUTING.md | 33 …f the library. Unless the user has made an active decision to use newer features, a newer generati… 35 …hanges to the ABI or API, even on the main development branch where new features are added, need t… 43 …rity fixes and fixes for other defects, without encountering additional features or API extensions…
|
D | README.md | 11 … file `include/mbedtls/mbedtls_config.h`, which is also the place where features can be selected. … 41 …eflect all changes present in the CMake and Make build system, although features may not be ported… 89 …rs to more easily move between different platforms. Users who need more features are recommended t… 237 We've included example programs for a lot of different features and uses in [`programs/`](programs/… 238 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
|
D | ChangeLog | 740 features were not getting automatically enabled. Fixes #7420. 3278 hardware accelerators that don't implement all options or features. 4254 library features that do not require an entropy source. 4303 features. Contributed by Aviv Palivoda. 5969 Note: Most of these features have been donated by Fox-IT
|
/mbedtls-latest/library/ |
D | version_features.c | 16 static const char * const features[] = { variable 819 const char * const *idx = features; in mbedtls_version_check_feature()
|
/mbedtls-latest/ChangeLog.d/ |
D | 00README.md | 13 * New features in the library, new sample programs, or new platform support. 14 * Changes in existing behavior. These should be rare. Changes in features
|
/mbedtls-latest/docs/architecture/testing/ |
D | invasive-testing.md | 87 * Effacement: the product should not include features that are solely present for test purposes, si… 143 We can include all the features we want to test in the public interface. Then the tests can be trul… 160 We can include all the features we want to test in undocumented interfaces. Undocumented interfaces…
|
/mbedtls-latest/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 26 Supported features: 103 Supported features: 355 Supported features:
|
D | alternative-implementations.md | 12 …de/mbedtls/platform.h`) controls how Mbed TLS accesses standard library features such as memory ma…
|
/mbedtls-latest/docs/ |
D | use-psa-crypto.md | 35 much as possible (that is, everywhere except for features that are not
|
D | driver-only-builds.md | 218 above features are enabled. 370 need to be disabled, or have reduced features when the built-in implementations
|
D | psa-driver-example-and-guide.md | 149 …able the built-in implementation of ECC algorithms, which includes more features than p256-m. Refe…
|
D | 3.0-migration-guide.md | 13 - Removal of many insecure or obsolete features 23 For features previously marked as deprecated, Mbed TLS 2.x documentation may
|
D | psa-transition.md | 219 … Mbed TLS will normally not include it. This allows builds that use few features to have a small c… 260 Note that the PSA API does include features that reduce the need for `mbedtls_ct_memcmp`: 331 The following features have no PSA equivalent: 496 The following features have no PSA equivalent:
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | strategy.md | 345 Since supporting driver-only builds is not about adding features, but about 346 supporting existing features in new types of builds, testing will not involve
|
D | md-cipher-dispatch.md | 12 …ork, we are not treating PSA as a black box. We can change experimental features, and we can call … 134 * No hard dependency, features guarded by `AES_C` resp. `DES_C`. 211 …arantee that it won't be enabled in the build. We can enable additional features through `build_in…
|
D | psa-legacy-bridges.md | 41 * The legacy API has features that are not present (yet) in PSA, notably parsing and formatting asy… 43 The legacy API can partially leverage PSA features via `MBEDTLS_USE_PSA_CRYPTO`, but this has limit…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_aes.function | 639 * choice of features.
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 104 3. attackers who can also observe and manipulate micro-architectural features
|