Lines Matching refs:now

48 …his has moved to `include/mbedtls/build_info.h`. From C code, both headers now define the `MBEDTLS…
62 ### Most structure fields are now private
82 If you were relying on these functions, you'll now need to change to using your
88 include `mbedtls/net_sockets.h` which now should be included directly.
201 The option `MBEDTLS_ECP_FIXED_POINT_OPTIM` now increases code size and it does
223 `MBEDTLS_SHA512_NO_SHA384` was disabled by default, now `MBEDTLS_SHA384_C` is
234 The GCM module now supports arbitrary chunked input in the multipart interface.
238 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). Call the new function `mbedtls_…
239 * `mbedtls_gcm_update()` now takes an extra parameter to indicate the actual output length. In Mbed…
242 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block. This is neede…
248 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_u…
249 * `mbedtls_gcm_update()` now allows arbitrary-length inputs, takes an extra parameter to indicate t…
252 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed.
260 relevant as the countermeasure is now always on at no cost in code size.
264 …nish()`, `mbedtls_sha256()`, `mbedtls_sha512_finish()`, `mbedtls_sha512()` now has a pointer type …
273 were removed; `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` is now used
276 `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` is now used instead.
278 were removed; `MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED` is now used instead.
283 modules were removed; `MBEDTLS_ERR_xxx_BAD_INPUT_DATA` is now used instead.
323 Those functions were created based on now-deprecated functions according to a
370 you were using the PKCS#1 v2.1 encoding you now need, subsequently to the call
437 The following functions now take an extra parameter indicating the size of the output buffer:
442 The requirements for the output buffer have not changed, but passing a buffer that is too small now
444 ### Signature functions now require the hash length to match the expected value
450 data was signed. The `hashlen` parameter is now always the size that is read
460 …o longer accept 0 as the `hash_len` parameter. The `hash_len` parameter is now always the size tha…
477 ### The RNG parameter is now mandatory for all functions that accept one
488 You now need to pass a properly seeded, cryptographically secure RNG to all
503 You now need to pass a properly seeded, cryptographically secure RNG when
530 function that's now in a private header, please reach out on the mailing list
539 Alternative implementations of CCM (`MBEDTLS_CCM_ALT`) have now to
551 that case, please embed your own test certificates in your test code; now that
587 configuration options are removed and the X.509 code now behaves as if they were
605 containing extensions were never compliant. Mbed TLS now rejects them with a
747 ### TLS now favors faster curves over larger curves
749 The default preference order for curves in TLS now favors resource usage (performance and memory co…
772 - The callback now specifies a void return type, rather than
828 enable `MBEDTLS_CIPHER_NULL_CIPHER` now.
857 …e see the [section on private structure fields](#most-structure-fields-are-now-private) for more d…
872 This option is no longer present, but its functionality is now always enabled.
973 Those users will now observe the second call to fail with
1014 …t`) and the default curve and hash selection in TLS have changed. They are now aligned, except tha…