Skip to content

Commit 2f6d147

Browse files
authored
Merge pull request #191 from athoelke/pake-prep-rel.1
Prepare patch update to PAKE Extension Final
2 parents 9b1dee7 + dcd2151 commit 2f6d147

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

doc/ext-pake/appendix/history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Changes between *Final* and *Final.1*
1717
Clarifications and fixes
1818
~~~~~~~~~~~~~~~~~~~~~~~~
1919

20+
* Fixed the sample code that demonstrates extracting the shared key for J-PAKE and SPAKE2+ operations.
21+
2022
Changes between *Beta 1* and *Final*
2123
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2224

doc/ext-pake/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# default to None
3535
'release_candidate': 0,
3636
# Draft status - use this to indicate the document is not ready for publication
37-
'draft': True,
37+
'draft': False,
3838

3939
# Arm document confidentiality. Must be either Non-confidential or Confidential
4040
# Marked as open issue if not provided
@@ -45,7 +45,7 @@
4545
'license': 'psa-certified-api-license',
4646

4747
# Document date, default to build date
48-
#'date': '05/02/2024',
48+
'date': '28/03/2024',
4949

5050
# Default header file for API definitions
5151
# default to None, and can be set in documentation source

doc/ext-pake/releases

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@
2222
Rework the API to support augmented PAKE protocols, improve ease of use and implementation.
2323

2424
API status is now Final/Release.
25+
26+
.. release:: Final 1
27+
:date: March 2024
28+
:confidentiality: Non-confidential
29+
30+
Clarifications and fixes

0 commit comments

Comments
 (0)