Merge pull request #7461 from valeriosetti/issue7460-part1

Fixing USE_PSA_INIT/DONE in SSL/X509/PK test suites
This commit is contained in:
Manuel Pégourié-Gonnard 2023-05-02 10:44:13 +02:00 committed by GitHub
commit f317df98ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 233 additions and 118 deletions

View file

@ -1931,7 +1931,8 @@
* break backwards compatibility.
*
* \warning If you enable this option, you need to call `psa_crypto_init()`
* before calling any function from the SSL/TLS, X.509 or PK modules.
* before calling any function from the SSL/TLS, X.509 or PK modules, except
* for the various mbedtls_xxx_init() functions which can be called at any time.
*
* \note An important and desirable effect of this option is that it allows
* PK, X.509 and TLS to take advantage of PSA drivers. For example, enabling