namespace and canon

2007-08-22 Thread frofis
source: TzAwMDAwMHfp8U+p/5Vp0BmPjCRifYf/n6gXdgbuFIPxsRi0Pp1zTG2IuyaBF94Hck bUeVlpZLeaaZRhrFbnpSkcSGss30M4MTg3VThWUFVOMDHpbMpGnZaPY2tlAV8HAAA= ОАО " ТК " Алко-Трейд" ООО "Зернопродукт" Покупка векселя по договору N08-08/07-1 от 08.08.0

DO NOT REPLY [Bug 42239] - ECDSA signature value interoperability patch.

2007-08-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: canonicalization

2007-08-22 Thread frofis
frofis sdm.ru> writes: > > Whether instead of exists the project under C ++ Builder > or > help to connect xsec_1.lib to C ++ Builder > implib does not help > > I have made a feat - have collected xsec under C ++ Builder6 to whom it is necessary - address

DO NOT REPLY [Bug 42239] - ECDSA signature value interoperability patch.

2007-08-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42239] - ECDSA signature value interoperability patch.

2007-08-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42599] - Integration of a full-featured XPointer resource resolver.

2007-08-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

XML Security C++: Incomplete cleanup in XSECC14n20010315 destructor

2007-08-22 Thread Vitaly Prapirny
Hi! XSECC14n20010315 destructor performs delete [] m_exclNSList[i] but m_exclNSList items was allocated with strdup and must be released with free(). And mp_attributes cleanup is absent in code. So I propose this version of destructor: XSECC14n20010315::~XSECC14n20010315() { if (mp_form

RE: XML Security C++: Incomplete cleanup in XSECC14n20010315 destructor

2007-08-22 Thread Scott Cantor
> XSECC14n20010315 destructor performs delete [] m_exclNSList[i] but > m_exclNSList items was allocated with strdup and must be released > with free(). And mp_attributes cleanup is absent in code. So I > propose this version of destructor: I'll check in the free fix, but I'd like to get confirmati