Lines Matching refs:code
6 need to change their own code in order to make it work with Mbed TLS 3.0.
25 * In code, use `#include <mbedtls/build_info.h>`. Don't include `mbedtls/config.h` and don't refer …
27 …dtls/version.h`, this has moved to `include/mbedtls/build_info.h`. From C code, both headers now d…
49 …y, and these fields are not documented as public, you need to change your code. If an accessor (ge…
53 …r.MBEDTLS_PRIVATE(foo)`. Note that you do so at your own risk, since such code is likely to break …
129 and still relied on `compat-1.3.h` in their code.
131 Please use the new names directly in your code; `scripts/rename.pl` (from any
174 to call that from application code. However if you do (or if you want to
180 The option `MBEDTLS_ECP_FIXED_POINT_OPTIM` now increases code size and it does
183 If you are limited by code size, you can define `MBEDTLS_ECP_FIXED_POINT_OPTIM`
238 This was a trade-off between code size and countermeasures; it is no longer
239 relevant as the countermeasure is now always on at no cost in code size.
245 This makes no difference to a vast majority of applications. If your code takes a pointer to one of…
324 To migrate to the this change the user can keep the `*_ret` names in their code
326 renaming or to rename those functions in their code according to the list from
384 `mbedtls_cipher_finish()` in-between. If you code was missing that call,
445 This normally doesn't affect your code, unless you use pointers to reference
523 that case, please embed your own test certificates in your test code; now that
559 configuration options are removed and the X509 code now behaves as if they were
607 and possibly downgrade attacks. More generally, more code means a larger attack
608 surface, even if the code is supposedly not used.
714 code maintenance.
745 returning an error code. It is the responsibility of the application
840 This option was a trade-off between functionality and code size: it allowed
841 users who didn't need that feature to avoid paying the cost in code size, by
863 was made optional to allow users who don't need it to save some code space.
897 ### Changes in the SSL error code space