Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Iterator and rename functions #148

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions doc/crypto/api/keys/policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,4 @@ The usage flags are encoded in a bitmask, which has the type `psa_key_usage_t`.
.. admonition:: Implementation note

This is a simple accessor function that is not required to validate its inputs. It can be efficiently implemented as a ``static inline`` function or a function-like-macro.

7 changes: 6 additions & 1 deletion doc/storage/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@

Provide a Security Risk Assessment.

.. release:: 1.1.0
:date: July 2024
:confidentiality: Non-confidential

Added rename and iteration
.. release-info::
:extend:

Expand Down Expand Up @@ -136,4 +141,4 @@
interfaces defined in this specification will only be included in a
new major or minor version of the specification.

.. about::
.. about::
Loading