Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/crypto/about/releases
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,11 @@
:confidentiality: Non-confidential

Clarifications.

.. release:: 1.5.0 Final
:date: June 2026
:confidentiality: Non-confidential

Integrated the PQC extension.

New algorithms for BLAKE2 and multi-part asymmetric signature operations.
8 changes: 0 additions & 8 deletions doc/crypto/appendix/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ Changes to the API
See :secref:`multi-part-signature`.


Relaxations
~~~~~~~~~~~


Clarifications and fixes
~~~~~~~~~~~~~~~~~~~~~~~~


Other changes
~~~~~~~~~~~~~

Expand Down
6 changes: 3 additions & 3 deletions doc/crypto/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
'issue_no': 0,
# Identifies the sequence number of a release candidate of the same issue
# default to None
#'release_candidate': 1,
'release_candidate': 1,
# Draft status - use this to indicate the document is not ready for publication
'draft': True,
#'draft': True,

# Arm document confidentiality. Must be either Non-confidential or Confidential
# Marked as open issue if not provided
Expand All @@ -43,7 +43,7 @@
'license': 'psa-certified-api-license',

# Document date, default to build date
'date': '28/01/2026',
'date': '03/06/2026',

# Default header file for API definitions
# default to None, and can be set in documentation source
Expand Down
10 changes: 1 addition & 9 deletions doc/crypto/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. SPDX-FileCopyrightText: Copyright 2018-2022 Arm Limited and/or its affiliates
.. SPDX-FileCopyrightText: Copyright 2018-2026 Arm Limited and/or its affiliates
.. SPDX-License-Identifier: CC-BY-SA-4.0 AND LicenseRef-Patent-license

.. title::
Expand All @@ -7,14 +7,6 @@

This document is part of the PSA Certified API specifications. It defines interfaces to provide cryptographic operations and key storage services.

.. banner:: **DRAFT**

This is a draft version of the documentation.

Some of the content might be incomplete, including changes and additions to the API.

It also includes material that is not present in published versions of the specification, providing rationale and commentary on work in progress.

.. front-matter::

about/about
Expand Down