View Issue Details

IDProjectCategoryView StatusLast Update
000289510000-004: ServicesSpecpublic2014-12-19 18:44
ReporterEtienne Rossignon Assigned ToMatthias Damm  
PrioritynormalSeveritymajorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.02 
Fixed in Version1.03 
Summary0002895: Error in SignatureData Description
Description

The Specification document V1.02 part 4 section 7.30 table 160
specifies that a signature data is made of:

  • a signature 'bytestring'
  • an algorithm

However the xml schema file specifies

<opc:ComplexType Name="SignatureData" NotInAddressSpace="true" PartNo="4">
<opc:Documentation>A digital signature.</opc:Documentation>
<opc:Field Name="Algorithm" DataType="s0:String">
<opc:Documentation>The cryptography algorithm used to create the signature.</opc:Documentation>
</opc:Field>
<opc:Field Name="Signature" DataType="s0:ByteString">
<opc:Documentation>The signature.</opc:Documentation>
</opc:Field>
</opc:ComplexType>

The order of the two member do not match, it seems that the schema file has the correct implementation

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Etienne Rossignon

2014-11-20 07:09

reporter   ~0005643

Last edited: 2014-11-20 07:11

<pre>
<opc:ComplexType Name="SignatureData" NotInAddressSpace="true" PartNo="4">
<opc:Documentation>A digital signature.</opc:Documentation>
<opc:Field Name="Algorithm" DataType="s0:String">
<opc:Documentation>The cryptography algorithm used to create the signature.</opc:Documentation>
</opc:Field>
<opc:Field Name="Signature" DataType="s0:ByteString">
<opc:Documentation>The signature.</opc:Documentation>
</opc:Field>
</opc:ComplexType>
</pre>

Matthias Damm

2014-12-16 13:35

developer   ~0005690

Fixed ordering of parameters to match XML schema and code.

Jim Luth

2014-12-19 18:44

administrator   ~0005697

Reviewed in Tuesday telecon and agreed to close.

Issue History

Date Modified Username Field Change
2014-11-20 07:07 Etienne Rossignon New Issue
2014-11-20 07:09 Etienne Rossignon Note Added: 0005643
2014-11-20 07:10 Etienne Rossignon Note Edited: 0005643
2014-11-20 07:11 Etienne Rossignon Note Edited: 0005643
2014-11-20 07:11 Etienne Rossignon Note Edited: 0005643
2014-12-16 13:32 Matthias Damm Assigned To => Matthias Damm
2014-12-16 13:32 Matthias Damm Status new => assigned
2014-12-16 13:35 Matthias Damm Note Added: 0005690
2014-12-16 13:35 Matthias Damm Status assigned => resolved
2014-12-16 13:35 Matthias Damm Resolution open => fixed
2014-12-19 18:44 Jim Luth Note Added: 0005697
2014-12-19 18:44 Jim Luth Status resolved => closed
2014-12-19 18:44 Jim Luth Fixed in Version => 1.03