blautenb    2003/06/23 03:02:04

  Modified:    doc/site/src/documentation/content/xdocs index.xml
               doc/site/src/documentation/content/xdocs/c index.xml
                        installation.xml releases.xml
  Log:
  More work for C 1.00 release
  
  Revision  Changes    Path
  1.4       +20 -4     
xml-security/doc/site/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 15 Jun 2003 09:35:06 -0000      1.3
  +++ index.xml 23 Jun 2003 10:02:04 -0000      1.4
  @@ -12,8 +12,7 @@
           <p>
             Version 1.00 of the C++ library is now released.  This is the first
             stable release of the library.  Functionality is still fairly 
basic,
  -          but all mandatory parts of the the DSIG standard are fully 
  -          implemented.
  +          but all mandatory parts of the the DSIG standard are implemented.
           </p>
         </section>
          <section>
  @@ -59,9 +58,26 @@
         <ol>
           <li>A Java library, which includes a mature Digital Signature 
             implementation.  Encryption is currently under development.</li>
  -        <li>A C++ library is also now available.  Currently this is in
  -          beta and supports Digital Signature processing only.</li>
  +        <li>A C++ library is also now available.  Functionality is currently
  +               more basic than that provided by the Java library.</li>
         </ol>
       </section>
     </body>
   </document>
  +<!-- Keep this comment at the end of the file
  +Local variables:
  +mode: xml
  +sgml-omittag:nil
  +sgml-shorttag:nil
  +sgml-namecase-general:nil
  +sgml-general-insert-case:lower
  +sgml-minimize-attributes:nil
  +sgml-always-quote-attributes:t
  +sgml-indent-step:2
  +sgml-indent-data:t
  +sgml-parent-document:nil
  +sgml-exposed-tags:nil
  +sgml-local-catalogs:nil
  +sgml-local-ecat-files:nil
  +End:
  +-->
  
  
  
  1.4       +3 -0      
xml-security/doc/site/src/documentation/content/xdocs/c/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 15 Jun 2003 09:35:07 -0000      1.3
  +++ index.xml 23 Jun 2003 10:02:04 -0000      1.4
  @@ -14,6 +14,9 @@
          <ul>
                <li>the first stable release</li>
                <li>full implementation of all mandatory requirements of 
DSIG</li>
  +             <li>implementation of canonicalised XML</li>
  +             <li>implementation of exclusive-canonicalised XML</li>
  +             <li>implementation of XPath-filter</li>
                <li>FreeBSD, NetBSD and Cygwin builds</li>
          </ul>
          <p>
  
  
  
  1.4       +2 -1      
xml-security/doc/site/src/documentation/content/xdocs/c/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/installation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- installation.xml  15 Jun 2003 09:35:07 -0000      1.3
  +++ installation.xml  23 Jun 2003 10:02:04 -0000      1.4
  @@ -165,7 +165,8 @@
          <note>
                As of version 0.2, the library can be built without OpenSSL on a
                Windows platform.  (The WinCAPI provider will be used instead).
  -             See below for details on how to do this.
  +             See below for details on how to do this.  This is still 
experimental,
  +             but should work.
          </note>
          <section>
                <title>Setup Directories</title>
  
  
  
  1.4       +14 -6     
xml-security/doc/site/src/documentation/content/xdocs/c/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/releases.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- releases.xml      15 Jun 2003 09:35:07 -0000      1.3
  +++ releases.xml      23 Jun 2003 10:02:04 -0000      1.4
  @@ -17,7 +17,8 @@
                <p>
                  Version 1.00 is the first release of the library considered 
basically
                  stable.  The interface is fairly simple, but all the mandatory
  -               requirements of the XML Digital Signature standard are 
implemented.
  +               requirements of the XML Digital Signature standard, 
canonicalised
  +               XML, exclusive canonicalised XML and XPath-Filter2 are 
implemented.
                </p>
                <p>
                  Changes from version 0.20 include :
  @@ -27,10 +28,10 @@
                        PGPData and MgmtData</li>
                  <li>Re-implementation of XSECXPathNodeList using a binary 
search 
                        to speed up list searches</li>
  -               <li>Support for FreeBSD 4.7 (gcc) builds, Intel Compiler 6.0 
on
  +               <li>Support for Intel Compiler 6.0 on
                        Linux and Forte CC (CC 5.4) on Solaris</li>
  -               <li>Limited support (i.e. without Xalan integration for 
NetBSD and 
  -                     Cygwin</li>
  +               <li>Limited support (i.e. without Xalan integration for 
NetBSD, 
  +                     FreeBSD and Cygwin</li>
                  <li>A number of minor bug fixes</li>
                </ul>
          </section>
  @@ -111,8 +112,13 @@
          <p>A number of items are planned for after the 1.0 major release.</p>
          <ul>
                <li>XML Encryption Support</li>
  -             <li>Implementation of a core set of encryption primitives to 
allow
  -               decoupling from OpenSSL for "light" applications</li>
  +             <li>decoupled, pluggable interface for transforms and signature 
types. 
  +               Currently these are hard coded into the library, so it is not
  +               possible for calling applications to "plug-in" their own 
signature
  +               types or transforms</li>
  +             <li>Implement a SAX based canonicaliser for situations where an 
XML
  +               document needs to be read in and directly canonicalised (i.e. 
where
  +               the signature is not part of the document being processed</li>
                <li>Improved <em>KeyInfo</em> resolver interface leading 
to...</li>
                <li>XKMS client support</li>
                <li>Implementation of libgcrypt as a crypto provider</li>
  @@ -120,6 +126,8 @@
                  gpgme)</li>
                <li>Bring the API in-line with JCP 105 (if appropriate)</li>
                <li>Eventually (the GRAND PLAN) an XKMS server 
implementation</li>
  +             <li>Implementation of a core set of encryption primitives to 
allow
  +               decoupling from OpenSSL for "light" applications</li>
          </ul>
        </section>
     </body>
  
  
  

Reply via email to