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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-msg message

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


Subject: RE: T2 Example 12.3.1.1 Typo


Thank you Arvola, you beat me to the draw.  By the way, the POC
implementations that demonstrated digital signatures used this exact
format.

Ralph Berwanger

-----Original Message-----
From: Arvola Chan [mailto:arvola@tibco.com]
Sent: Thursday, August 23, 2001 5:03 PM
To: David Fischer; ebXML Msg
Subject: Re: T2 Example 12.3.1.1 Typo


I agree.

Here is a similar example from
http://www.w3.org/TR/2001/CR-xmldsig-core-20010419/


   [s01] <Signature Id="MyFirstSignature"
xmlns="http://www.w3.org/2000/09/xmldsig#">
   [s02]   <SignedInfo>
   [s03]   <CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
   [s04]   <SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
   [s05]   <Reference
URI="http://www.w3.org/TR/2000/REC-xhtml1-20000126/">
   [s06]     <Transforms>
   [s07]       <Transform
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
   [s08]     </Transforms>
   [s09]     <DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
   [s10]     <DigestValue>j6lwx3rvEPO0vKtMup4NbeVu8nk=</DigestValue>
   [s11]   </Reference>
   [s12] </SignedInfo>
   [s13]   <SignatureValue>MC0CFFrVLtRlk=...</SignatureValue>
   [s14]   <KeyInfo>
   [s15a]    <KeyValue>
   [s15b]      <DSAKeyValue>
   [s15c]        <P>...</P><Q>...</Q><G>...</G><Y>...</Y>
   [s15d]      </DSAKeyValue>
   [s15e]    </KeyValue>
   [s16]   </KeyInfo>
   [s17] </Signature>

-Arvola

-----Original Message-----
From: David Fischer <david@drummondgroup.com>
To: ebXML Msg <ebxml-msg@lists.oasis-open.org>
Date: Thursday, August 23, 2001 2:47 PM
Subject: T2 Example 12.3.1.1 Typo


In the example section 12.3.1.1 page 54, it says:

. . .
<ds:SignatureMethod Algorithm="http://.../xmldsig#dsa-sha1">
. . .
<ds:DigestMethod Algorithm="http://.../xmldsig#dsa-sha1">
. . .
<ds:DigestMethod Algorithm="http://.../xmldsig#dsa-sha1">
. . .

I think the SignatureMethod Algorithm is right but shouldn't the
DigestMethod
Algorithm be:

<ds:DigestMethod Algorithm="http://.../xmldsig#sha1">


Regards,

David Fischer
Drummond Group.


----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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


Powered by eList eXpress LLC