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

uPartyInfo and vPartyInfo are not required for KTS #1527

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions src/kas/sp800-56br2/sections/05-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Note that this method is *REQUIRED* when testing KTS schemes.
[[fixedinfopatcon]]
===== FixedInfoPatternConstruction

IUTs *MUST* be capable of specifying how the FixedInfo is constructed for the KAS/KTS negotiation. Note that for the purposes of testing against the ACVP system, both uPartyInfo and vPartyInfo are *REQUIRED* to be registered within the fixed info pattern.
IUTs *MUST* be capable of specifying how the FixedInfo is constructed for the KAS/KTS negotiation. Note that for the purposes of testing a KAS against the ACVP system, both uPartyInfo and vPartyInfo are *REQUIRED* to be registered within the fixed info pattern.

Pattern candidates:

Expand All @@ -250,7 +250,7 @@ substitutes "0123456789ABCDEF" in place of the field
* uPartyInfo
** uPartyId { || ephemeralKey } { || ephemeralNonce } { || dkmNonce }
*** "optional" items such as ephemeralKey *MUST* be included when available for ACVP testing.
*** For the purposes of the testing defined in this specification, the uPartyInfo value
*** For the purposes of the testing a KAS defined in this specification, the uPartyInfo value
used to create the fixedInfo that is input to the key derivation function *SHALL* take the form of "uPartyId { || ephemeralKey }
{ || ephemeralNonce } { || dkmNonce }".
*** Whether or not an "optional" item, e.g., ephemeralKey, will be included as part of the uPartyInfo
Expand All @@ -259,7 +259,7 @@ substitutes "0123456789ABCDEF" in place of the field
* vPartyInfo
** vPartyId { || ephemeralKey } { || ephemeralNonce } { || dkmNonce }
*** "optional" items such as ephemeralKey *MUST* be included when available for ACVP testing.
*** For the purposes of the testing defined in this specification, the vPartyInfo value
*** For the purposes of the testing a KAS defined in this specification, the vPartyInfo value
used to create the fixedInfo that is input to the key derivation function *SHALL* take the form of "vPartyId { || ephemeralKey }
{ || ephemeralNonce } { || dkmNonce }".
*** Whether or not an "optional" item, e.g., ephemeralKey, will be included as part of the vPartyInfo
Expand Down