Searched refs:major (Results 1 – 17 of 17) sorted by relevance
/mbedtls-latest/ |
D | BRANCHES.md | 9 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)
|
D | CONTRIBUTING.md | 35 …is an API change, the contribution, if accepted, will be merged only when there is a major release.
|
D | LICENSE | 376 form) with the major components (compiler, kernel, and so on) of the
|
D | ChangeLog | 2274 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/ |
D | psa-limitations.md | 70 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.)
|
D | strategy.md | 69 maintaining dual code paths until the next major version. (Note: these
|
D | md-cipher-dispatch.md | 6 …ently using legacy cryptography APIs, and should transition to PSA, without a major version change.
|
/mbedtls-latest/include/mbedtls/ |
D | ssl.h | 4300 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/ |
D | psa-keystore-design.md | 77 … 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…
|
D | psa-shared-memory.md | 241 … 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/ |
D | psa-thread-safety.md | 82 …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/ |
D | ssl_tls.c | 2917 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/ |
D | psa-transition.md | 34 …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/ |
D | invasive-testing.md | 209 …nable it. This is very powerful and usually easy to use, but comes with a major downside: we aren'…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_ssl.data | 916 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
|
D | test_suite_psa_crypto_driver_wrappers.function | 500 * a new major version of the library.
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 6 …mentation of the PSA Cryptography API. At this stage, Arm does not expect major changes, but minor…
|