You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #5204 there is no longer any part of the library that calls this function. Since it was mainly created for internal use, let's deprecate it and encourage users to actually migrate to the PSA API instead (see #5208 too).
Mark the function as deprecated using MBEDTLS_DEPRECATED (see platform_util.h)
Document the deprecation using \deprecated
Add a New deprecations ChangeLog entry that recommends use psa_aead_xxx() / psa_cipher_xxx() directly instead.
Note: updating docs/use-psa-crypto.md is out of scope, as it's already done in #5757
The text was updated successfully, but these errors were encountered:
After #5204 there is no longer any part of the library that calls this function. Since it was mainly created for internal use, let's deprecate it and encourage users to actually migrate to the PSA API instead (see #5208 too).
MBEDTLS_DEPRECATED
(seeplatform_util.h
)\deprecated
New deprecations
ChangeLog entry that recommends usepsa_aead_xxx()
/psa_cipher_xxx()
directly instead.Note: updating
docs/use-psa-crypto.md
is out of scope, as it's already done in #5757The text was updated successfully, but these errors were encountered: