< draft-blake-wilson-xmldsig-ecdsa-00.txt   draft-blake-wilson-xmldsig-ecdsa-01.txt >
S. Blake-Wilson and Y.Wang S. Blake-Wilson and Y.Wang
INTERNET-DRAFT Certicom Corp. INTERNET-DRAFT Certicom Corp.
Expires: 12 May 2001 13 November 2000 Expires: 12 May 2001 13 November 2000
ECDSA with XML-Signature Syntax ECDSA with XML-Signature Syntax
<draft-blake-wilson-xmldsig-ecdsa-00.txt> <draft-blake-wilson-xmldsig-ecdsa-01.txt>
Status of this Memo Status of this Memo
This document is an Internet-Draft and is in full conformance with all This document is an Internet-Draft and is in full conformance with all
provisions of Section 10 of RFC2026. Internet-Drafts are working provisions of Section 10 of RFC2026. Internet-Drafts are working
documents of the Internet Engineering Task Force (IETF), its areas, documents of the Internet Engineering Task Force (IETF), its areas,
and its working groups. Note that other groups may also distribute and its working groups. Note that other groups may also distribute
working documents as Internet-Drafts. working documents as Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six months Internet-Drafts are draft documents valid for a maximum of six months
skipping to change at page 3, line 31 skipping to change at page 3, line 31
<!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'> <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
]> ]>
<schema xmlns="http://www.w3.org/2000/10/XMLSchema" <schema xmlns="http://www.w3.org/2000/10/XMLSchema"
xmlns:ds="&dsig;" xmlns:ds="&dsig;"
xmlns:ecds='&ecdsig;' xmlns:ecds='&ecdsig;'
targetNamespace="&ecdsig;" targetNamespace="&ecdsig;"
version="0.1" version="0.1"
elementFormDefault="qualified"> elementFormDefault="qualified">
<!-- In order to include ECDSA in XML-signature syntax, the
following definition of the KeyValue schema SHOULD
replace the one in [XMLDSIG]-->
<element name="KeyValue">
<complexType mixed="true">
<choice>
<any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
<element ref="ds:DSAKeyValue"/>
<element ref="ds:RSAKeyValue"/>
<element ref="ecds:ECDSAKeyValue"/>
</choice>
</complexType>
</element>
DTD: DTD:
<!-- In order to include ECDSA in XML-signature syntax, the <!-- In order to include ECDSA in XML-signature syntax, the
following definition of the entity Key.ANY SHOULD following definition of the entity Key.ANY SHOULD
replace the one in [XMLDSIG]--> replace the one in [XMLDSIG]-->
<!ENTITY % Key.ANY '(#PCDATA|KeyName|KeyValue|RetrievalMethod| <!ENTITY % Key.ANY '(#PCDATA|KeyName|KeyValue|RetrievalMethod|
X509Data|PGPData|MgmtData|DSAKeyValue|RSAKeyValue| X509Data|PGPData|MgmtData|DSAKeyValue|RSAKeyValue|
ECDSAKeyValue)*'> ECDSAKeyValue)*'>
 End of changes. 2 change blocks. 
1 lines changed or deleted 17 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/