[XML-SIG] xml-signature/encryption?

Rich Salz rsalz@datapower.com
Tue, 27 Aug 2002 22:13:58 -0400 (EDT)


> I haven't been able to find a python implementation of 
> xml-signature/encryption.

Zolera had one (for sale) but went out of business. :(

Your best bet is to roll your own.  PyXML has XML canonicalization, and 
I'd use m2crypto to get a python API for openssl.  Once you have those 
pieces, it's not much code do basic signature generation.

Another option is to use SWIG yourself and look at xmlsec which uses the
Gnome XML libraries.  See http://www.aleksey.com/xmlsec/
	/r$