Sat Apr 27 12:31:42 2002  Aleksey Sanin  <aleksey@aleksey.com>

	* include/xmlsec/transforms.h, src/aes.c src/transforms.c: added
	AES key wrapper support
	* tests/testEnc.sh: added tests for AES key wrapper

Fri Apr 26 12:30:22 2002  Aleksey Sanin  <aleksey@aleksey.com>
	* src/xmlsec.c, include/xmlsec/io.h, src/io.c: added IO init/shutdown
	functions to init/shutdown nano HTTP/FTP	
	* src/x509.c: (xmlSecX509DataCreateKey): fixed memory leak

Fri Apr 26 11:30:06 2002  Aleksey Sanin  <aleksey@aleksey.com>
	* src/*.c, configure.in, globals.h: added new global definitions 
	file (globals.h) and all sources now include it
	* src/*: changed the unused variable macro to the standard one
	* src/aes.c, src/des.c, src/dsa.c, src/hmac.c, 
	src/rsa.c, tests/*/keys.xml: Updated namespaces in the XML Sec 
	specific elements to http://www.aleksey.com/xmlsec/2002

Sat 30 Mar 2002 12:55:30 Aleksey Sanin <aleksey@aleksey.com>
	* : Finished x509 supprot
	* : Added functions to create signature "on-the-fly"
        * : Updated examples and docs
	* : Fixed header files installation bug
Wed 27 Mar 2002 23:20:42 Aleksey Sanin <aleksey@aleksey.com> 
	* : Added x509 verification support and a skeleton for x509 
        x509 based sigantures
    
Tue 26 Mar 2002 19:30:10 Aleksey Sanin <aleksey@aleksey.com>
	* : The result of operation (sign/verify) is returned in the
	list of xmlDSigSignature objects. Application can examine
        the key and signature method, content just before digesting or
        signing, etc. and decide what to do with it.
        * : The Transform and KeyInfo code was significantly re-written and 
	separated from the XMLDSig code with a goal to reuse in in 
        XML Signature or whatever.
	* : Added support for RetrievalMethod and Manifests (pretty simple
        adter the first change because both are based on Transforms)
        * : Added XSLT support (based on libxslt from Daniel Veillard)
    
      
