Home
last modified time | relevance | path

Searched refs:major (Results 1 – 17 of 17) sorted by relevance

/mbedtls-latest/
DBRANCHES.md9 this is where the next major version of Mbed TLS (version 4.0) is being
24 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain
37 modification with any later release x.y'.z' with the same major version
74 We intend to maintain this backward compatibility throughout a major version
79 LTS, but future major version upgrades (for example from 2.28.x/3.x to 4.y)
DCONTRIBUTING.md35 …is an API change, the contribution, if accepted, will be merged only when there is a major release.
DLICENSE376 form) with the major components (compiler, kernel, and so on) of the
DChangeLog2274 the last major gap to compliance with the PSA Cryptography specification
5147 * Fixed version-major intolerance in server
5464 * Fixed version-major intolerance in server
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md70 4.0 or another major version.)
75 done in 4.0 or another major version.)
83 time; making it mandatory can only be done in 4.0 or another major version.)
Dstrategy.md69 maintaining dual code paths until the next major version. (Note: these
Dmd-cipher-dispatch.md6 …ently using legacy cryptography APIs, and should transition to PSA, without a major version change.
/mbedtls-latest/include/mbedtls/
Dssl.h4300 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major,
4357 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major,
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md77 … the increase in code size. These considerations will not apply in future major or minor releases,…
81 A major constraint on the design of the dynamic key store is the need to preserve slot pointers whi…
Dpsa-shared-memory.md241 … to see whether compiler optimization is a problem. Specifically, for the major compilers supporte…
246 If copying behaviour is preserved by all major compilers then assume that compiler optimization is …
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md82 …s](#condition-variables) for discussion about implementing new primitives in future major releases.
314 It would be ideal to add these to a future major version; we cannot add these as requirements to th…
/mbedtls-latest/library/
Dssl_tls.c2917 void mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_max_version() argument
2919 conf->max_tls_version = (mbedtls_ssl_protocol_version) ((major << 8) | minor); in mbedtls_ssl_conf_max_version()
2922 void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_min_version() argument
2924 conf->min_tls_version = (mbedtls_ssl_protocol_version) ((major << 8) | minor); in mbedtls_ssl_conf_min_version()
/mbedtls-latest/docs/
Dpsa-transition.md34 …er can access internal fields of operations. This is less true in the 3.x major version than befor…
43 * Mbed TLS 3.1.0 (Dec 2021): TLS 1.3 support is the first major feature that requires the PSA API.
88 One of the major differences between the legacy API and the PSA API is that in the PSA API, access …
663 … or `mbedtls_ecp_keypair` structure in the legacy API. However, there are major differences in the…
1306 … However, this is likely to happen after Mbed TLS 4.0, therefore the next major version of Mbed TL…
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md209 …nable it. This is very powerful and usually easy to use, but comes with a major downside: we aren'…
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.data916 SSL session serialization: Wrong major version
932 TLS 1.3: CLI: session serialization: Wrong major version
948 TLS 1.3: SRV: session serialization: Wrong major version
Dtest_suite_psa_crypto_driver_wrappers.function500 * a new major version of the library.
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md6 …mentation of the PSA Cryptography API. At this stage, Arm does not expect major changes, but minor…