OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

kmip message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: Issue with TC-REKEY-12-21


The test is wrong and already on my list of corrections which are pending interop feedback.
See the other tc-rekey- tests which get this correct.

Tim.


On Sun, Dec 8, 2019 at 2:32 AM Mark Joseph <mark@p6r.com> wrote:
In the request message below the attributes Rotate Latest and Rotate Generation are being set by the client. Â
However, in the KMIP 2.1 specification for both attributes the client cannot set or modify these attributes.
So is the test or specification wrong?


SHALL always have a value  No
Initially set by            Server
Modifiable by server       NoÂ
Modifiable by client       ÂNoÂ
Deletable by client        ÂNoÂ
Multiple instances permitted NoÂ
When implicitly set        When object is rotated
Applies to Object Types    All Objects


<RequestMessage>
 <RequestHeader>
  <ProtocolVersion>
   <ProtocolVersionMajor type="Integer" value="2"/>
   <ProtocolVersionMinor type="Integer" value="1"/>
  </ProtocolVersion>
  <ClientCorrelationValue type="TextString" value="TC-REKEY-12-21 step=2"/>
  <BatchCount type="Integer" value="1"/>
 </RequestHeader>
 <BatchItem>
  <Operation type="Enumeration" value="Certify"/>
  <RequestPayload>
   <UniqueIdentifier type="TextString" value="$UNIQUE_IDENTIFIER_0"/>
   <CertificateRequestType type="Enumeration" value="PKCS_10"/>
   <CertificateRequest type="ByteString" value="3082028130820169020100303c310b30090 .... 92a864886f70d01010105000382010f003082010a0bdb04d21c82ba6"/>
   <Attributes>
    <RotateName>
     <RotateNameValue type="TextString" value="TC-REKEY-12-21-Rotate-Name"/>
     <RotateNameType type="Enumeration" value="UninterpretedTextString"/>
    </RotateName>
    <RotateLatest type="Boolean" value="true"/>
    <RotateGeneration type="Integer" value="0"/>
    <CryptographicUsageMask type="Integer" value="Verify Sign"/>
   </Attributes>
  </RequestPayload>
 </BatchItem>
</RequestMessage>



Best,
Mark Joseph
P6R, Inc
408-205-0361


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]