← Prev in month ← Prev in thread

[ebxml-msg] ebXML MS 2.0 Feedback

From
Chaemee Kim <>
Date
2002-02-05T07:41:09+00:00
ID
01dc01c1ae18$504e9560$a188f2cb@cmkim
Thread
[ebxml-msg] ebXML MS 2.0 Feedback
Dear ebXML MS members,

 

I sent one question for ebXML MS 2.0, but no one reply my 
question.

As a member, I think you guys have a responsibility to reply 
for the any feedback.

Making new ebXML version is very important, but gethering 
feedback is also valuable not to make same mistake.

If it is akward question, let me know the reason.

I'm sorry I don;t have time to attend tele-conference and WG 
activity, but I'm trying my best to give you feedback from our implementation 
experience.

 

[Q 1] Why doesn't ebXML MS use ebxml.org URL to 
refer msg-header-2.0xsd?

 

[Q 2] It is unclear why we have to define again for 
canonicalization Algorithm in <Transform>, even though is it defined in 
<CanonicalizationMethod>. In version 1.0, there was no redundant 
definition for that.

 

4.1.3. 
Signature Generation

<CanonicalizationMethod 
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>

       <SignatureMethod 
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>

       
<Reference URI="">

         
<Transforms>

         
  <Transform 
Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>

         
  <Transform 
Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116">

          
  <XPath> 
not(ancestor-or-self::()[@SOAP:actor=

              
  
&quot;urn:oasis:names:tc:ebxml-msg:actor:nextMSH&quot;]

         
          
  | 
ancestor-or-self::()[@SOAP:actor=

              
  
&quot;http://schemas.xmlsoap.org/soap/actor/next&quot;])

          
  
</XPath>

         
  
</Transform>

          
<Transform 
Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116">

            
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

              
<xsl:strip-space elements='*'/>        
<!-- Strip whitespace. 
-->

              
<xsl:template match='node()|@*'>       <!-- 
The identity transform. -->

               
<xsl:copy> <xsl:apply-templates 
select='@*'/><xsl:apply-templates/> 
</xsl:copy>

              
</xsl:template>

            
</xsl:stylesheet>

          
</Transform>

         
  <Transform 
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
             
             
             
             
             
</Transforms>

 

 

http://www.w3.org/TR/xmldsig-core/#sec-X509Data

4.3.3.4 The Transforms Element

The optional Transforms element contains an 
ordered list of Transform elements; these describe how the signer 
obtained the data object that was digested. The output of each 
Transform serves as input to the next Transform. The 
input to the first Transform is the result of dereferencing the 
URI attribute of the Reference element. The output 
from the last Transform is the input for the 
DigestMethod algorithm. When transforms are applied the signer is 
not signing the native (original) document but the resulting (transformed) 
document. 

Chaemee Kim
KTNET
← Prev in month ← Prev in thread