Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 13 of 13) sorted by relevance

/mbedtls-latest/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md5 … 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…
Dpsa-driver-interface.md6 …A Cryptography API. At this stage, Arm does not expect major changes, but minor changes are expect…
/mbedtls-latest/
DBRANCHES.md22 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.pylintrc52 # This is of minor utility (mainly a performance gain when there are
DREADME.md302 …PSA Crypto API), but the code of the drivers may have to change in future minor releases of Mbed T…
DChangeLog625 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/
Dssl.h4301 int minor);
4358 int minor);
/mbedtls-latest/docs/
D3.0-migration-guide.md64 …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/
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/architecture/
Dpsa-keystore-design.md77 …ease in code size. These considerations will not apply in future major or minor releases, so the d…
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.data920 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
Dtest_suite_psa_crypto.data7553 # for leading zeros. This is a very minor bug. Re-enable this test when this
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md22 so that my code keeps working in new minor versions of Mbed TLS.