Re: xmldsig and Source Generator

2004-01-21 Thread Erwin van der Koogh
When trying to process the following schema (that imports the xmldsig one): http://www.w3.org/2001/XMLSchema"; ~ targetNamespace="http://power.inescn.pt/2002/06/agent#"; ~ version="$Revision: 1.10 $" ~ xmlns:agent="http://power.inescn.pt/2002/06/agent#"; ~ xmlns:ds="http://www.w3.org/2000/09/x

xmldsig and Source Generator

2004-01-21 Thread Joao Luis Pinto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all When trying to process the following schema (that imports the xmldsig one): http://www.w3.org/2001/XMLSchema"; ~ targetNamespace="http://power.inescn.pt/2002/06/agent#"; ~ version="$Revision: 1.10 $" ~ xmlns:agent="http://power.inescn.pt/

Re: [c++] Signing of URL

2004-01-21 Thread Berin Lautenbach
Milan Tomic wrote: Cool! I've just tested it and it works fine. Works fine when verifying URL signature, but not when signing URL. Is there something else I should do when signing an URL? No - should be exactly the same. It's the same code used for both. What's the error you are getting? Cheers