Searched refs:minor (Results 1 – 13 of 13) sorted by relevance
/mbedtls-latest/docs/proposed/ |
D | psa-driver-wrappers-codegen-migration-guide.md | 5 … user migration guidelines while the Mbed TLS project tides over multiple minor revs of version 1.… 12 During the process of implementation there might be minor variations wrt versioning and broader imp…
|
D | psa-driver-interface.md | 6 …A Cryptography API. At this stage, Arm does not expect major changes, but minor changes are expect…
|
/mbedtls-latest/ |
D | BRANCHES.md | 22 API compatibility in the `main` branch across minor version changes (e.g. 49 examples of changes that are common in minor releases of Mbed TLS, and are
|
D | .pylintrc | 52 # This is of minor utility (mainly a performance gain when there are
|
D | README.md | 302 …PSA Crypto API), but the code of the drivers may have to change in future minor releases of Mbed T…
|
D | ChangeLog | 625 new implementation with a much smaller footprint, but some minor 2596 * Fix minor performance issue in operations on Curve25519 caused by using a 4993 * Other minor issues (found by Peter Vaskovic) 6120 * Fixed minor bug regarding mpi_gcd located within the 6122 * Fixed minor memory leak in x509parse_crt() and added better
|
/mbedtls-latest/include/mbedtls/ |
D | ssl.h | 4301 int minor); 4358 int minor);
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 64 …3, the layout of structures is not considered part of the stable API, and minor versions (3.1, 3.2… 72 …ns are missing in the 3.0 release, and we expect to add them to the first minor release(s) (3.1, e… 74 …ou do so at your own risk, since such code is likely to break in a future minor version of Mbed TL…
|
/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/architecture/ |
D | psa-keystore-design.md | 77 …ease in code size. These considerations will not apply in future major or minor releases, so the d…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_ssl.data | 920 SSL session serialization: Wrong minor version 936 TLS 1.3: CLI: session serialization: Wrong minor version 952 TLS 1.3: SRV: session serialization: Wrong minor version
|
D | test_suite_psa_crypto.data | 7553 # for leading zeros. This is a very minor bug. Re-enable this test when this
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 22 so that my code keeps working in new minor versions of Mbed TLS.
|