mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-25 09:35:19 +00:00
f3cc9d925f
"version 1.1 of #5137" is not meaningful to users, only as an internal project milestone. Explain what this means from a user's point of view. Announce the requirement for jsonschema in the proper section, which is "Requirement changes". Mention jinja2 and basic.requirements.txt which had not previously been explicitly mentioned in the changelog. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
14 lines
661 B
Plaintext
14 lines
661 B
Plaintext
Features
|
|
* The PSA driver wrapper generator generate_driver_wrappers.py now
|
|
supports a subset of the driver description language, including
|
|
the following entry points: import_key, export_key, export_public_key,
|
|
get_builtin_key, copy_key.
|
|
|
|
Requirement changes
|
|
* When building with PSA drivers using generate_driver_wrappers.py, or
|
|
when building the library from the development branch rather than
|
|
from a release, the Python module jsonschema is now necessary, in
|
|
addition to jinja2. The official list of required Python modules is
|
|
maintained in scripts/basic.requirements.txt and may change again
|
|
in the future.
|