File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Changes between *Final* and *Final.1*
1717Clarifications and fixes
1818~~~~~~~~~~~~~~~~~~~~~~~~
1919
20+ * Fixed the sample code that demonstrates extracting the shared key for J-PAKE and SPAKE2+ operations.
21+
2022Changes between *Beta 1 * and *Final *
2123^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2224
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments