Re: Enveloped suggestions

2005-07-04 Thread Heiner Westphal
Martin, the canonicalizer cannot know, if the may contain other elements only, or if mixed content is allowed. So there is no way to tell the difference between significant and non significant whitespace. Else the canonicalization would remove non significant whitespace, I would guess. Just my

Use of URIs rather than enums in C++ library

2005-07-04 Thread Berin Lautenbach
Peoples, I have done some work to implement an algorithm mapper for the signature and digest algorithms in the C++ library. As part of this, I have implemented new methods that allow callers to create new signatures or references using URIs rather than the current enumerated type. This is

RE: Use of URIs rather than enums in C++ library

2005-07-04 Thread Scott Cantor
> But does anyone feel they (the enum based creation calls) should be left > in-perpetuity? (They won't be removed quickly, but they will eventually > disappear.) I'd expect them to be deprecated for one major release (1.3?) and then potentially dropped afterward. -- Scott

RE: Enveloped suggestions

2005-07-04 Thread Martin Ravell
Hi Heiner, Thanks for the response. I've been giving this a little thought as I get up to speed with the whole xmldsig thing and pretty much reached the same conclusion. Fortunately my specific application pretty much has control over the xml creation and modification processes so I will be abl