<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-269</id>
	<title>Nabble - Apache XML - Security - Dev</title>
	<updated>2009-12-04T07:54:06Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-XML---Security---Dev-f269.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML---Security---Dev-f269.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26644589</id>
	<title>DO NOT REPLY [Bug 48126] no way to indent xmldsig elements</title>
	<published>2009-12-04T07:54:06Z</published>
	<updated>2009-12-04T07:54:06Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48126&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sean.mullan@...&lt;/a&gt; 2009-12-04 07:54:03 UTC ---
&lt;br&gt;Yes, we currently don't support this feature. Because pretty-printing after the
&lt;br&gt;signature is generated invalidates the signature, it must be done before the
&lt;br&gt;signature is generated. I'll look into this a bit more to see how difficult it
&lt;br&gt;would be to add.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48126--New%3A-no-way-to-indent-xmldsig-elements-tp26195098p26644589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26621688</id>
	<title>DO NOT REPLY [Bug 48335] New: java.security.InvalidKeyException: Wrong format: RAW bytes needed</title>
	<published>2009-12-02T22:41:58Z</published>
	<updated>2009-12-02T22:41:58Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48335&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48335&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: java.security.InvalidKeyException: Wrong format: RAW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bytes needed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Security
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Solaris
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: critical
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Encryption
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621688&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621688&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thibd@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dear all,
&lt;br&gt;&lt;br&gt;My application encrypt a document and then decrypt it. It works well in Windows
&lt;br&gt;system. When I deployed my app to Solaris, I got this error message: 
&lt;br&gt;&lt;br&gt;java.security.InvalidKeyException: Wrong format: RAW bytes needed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.crypto.provider.SunJCE_f.a(DashoA13*..)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.crypto.provider.SunJCE_f.a(DashoA13*..)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.crypto.provider.AESCipher.engineInit(DashoA13*..)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.crypto.Cipher.init(DashoA13*..)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.crypto.Cipher.init(DashoA13*..)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.xml.security.encryption.XMLCipher.decryptToByteArray(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.xml.security.encryption.XMLCipher.decryptElement(Unknown
&lt;br&gt;Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.xml.security.encryption.XMLCipher.doFinal(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.paygate.xml.XMLEncrypt.decrypt(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.paygate.xml.hsm.XMLHSMSecure.decryptInHSM(Unknown Source)
&lt;br&gt;&lt;br&gt;----------------------------------
&lt;br&gt;This is the debug information:
&lt;br&gt;&lt;br&gt;&amp;nbsp;INFO [main] (?:?) - Logging in HSM
&lt;br&gt;297570 [main] INFO net.paygate.xml.hsm.HSM_Manager &amp;nbsp;- Logging in HSM
&lt;br&gt;DEBUG [main] (?:?) - Number of Slots: 1
&lt;br&gt;297572 [main] DEBUG net.paygate.xml.hsm.HSM_Manager &amp;nbsp;- Number of Slots: 1
&lt;br&gt;DEBUG [main] (?:?) - Slot: 1 Token Label: partition01
&lt;br&gt;297586 [main] DEBUG net.paygate.xml.hsm.HSM_Manager &amp;nbsp;- Slot: 1 Token Label:
&lt;br&gt;partition01
&lt;br&gt;DEBUG [main] (?:?) - Start decryption by HSM
&lt;br&gt;297602 [main] DEBUG net.paygate.xml.hsm.XMLHSMSecure &amp;nbsp;- Start decryption by HSM
&lt;br&gt;DEBUG [main] (?:?) - Getting key from HSM
&lt;br&gt;297604 [main] DEBUG net.paygate.util.PUtil &amp;nbsp;- Getting key from HSM
&lt;br&gt;DEBUG [main] (?:?) - Key alias: PayGate RSA Private Key
&lt;br&gt;297606 [main] DEBUG net.paygate.util.PUtil &amp;nbsp;- Key alias: PayGate RSA Private
&lt;br&gt;Key
&lt;br&gt;DEBUG [main] (?:?) - Start decryption
&lt;br&gt;297614 [main] DEBUG net.paygate.xml.XMLEncrypt &amp;nbsp;- Start decryption
&lt;br&gt;DEBUG [main] (?:?) - Getting XMLCipher for no transformation...
&lt;br&gt;297619 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Getting
&lt;br&gt;XMLCipher for no transformation...
&lt;br&gt;DEBUG [main] (?:?) - Constructing XMLCipher...
&lt;br&gt;297621 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;-
&lt;br&gt;Constructing XMLCipher...
&lt;br&gt;DEBUG [main] (?:?) - Initializing XMLCipher...
&lt;br&gt;297623 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;-
&lt;br&gt;Initializing XMLCipher...
&lt;br&gt;DEBUG [main] (?:?) - opmode = DECRYPT_MODE
&lt;br&gt;297625 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- opmode =
&lt;br&gt;DECRYPT_MODE
&lt;br&gt;DEBUG [main] (?:?) - Processing source element...
&lt;br&gt;297627 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Processing
&lt;br&gt;source element...
&lt;br&gt;DEBUG [main] (?:?) - Decrypting element...
&lt;br&gt;297630 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Decrypting
&lt;br&gt;element...
&lt;br&gt;DEBUG [main] (?:?) - Decrypting to ByteArray...
&lt;br&gt;297632 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Decrypting
&lt;br&gt;to ByteArray...
&lt;br&gt;DEBUG [main] (?:?) - setElement(&amp;quot;ds:KeyInfo&amp;quot;, &amp;quot;null&amp;quot;)
&lt;br&gt;297637 [main] DEBUG org.apache.xml.security.utils.ElementProxy &amp;nbsp;-
&lt;br&gt;setElement(&amp;quot;ds:KeyInfo&amp;quot;, &amp;quot;null&amp;quot;)
&lt;br&gt;DEBUG [main] (?:?) - Try
&lt;br&gt;org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
&lt;br&gt;297640 [main] DEBUG org.apache.xml.security.keys.KeyInfo &amp;nbsp;- Try
&lt;br&gt;org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
&lt;br&gt;DEBUG [main] (?:?) - EncryptedKeyResolver - Can I resolve xenc:EncryptedKey
&lt;br&gt;297642 [main] DEBUG
&lt;br&gt;org.apache.xml.security.keys.keyresolver.implementations.RSAKeyValueResolver &amp;nbsp;-
&lt;br&gt;EncryptedKeyResolver - Can I resolve xenc:EncryptedKey
&lt;br&gt;DEBUG [main] (?:?) - Passed an Encrypted Key
&lt;br&gt;297645 [main] DEBUG
&lt;br&gt;org.apache.xml.security.keys.keyresolver.implementations.RSAKeyValueResolver &amp;nbsp;-
&lt;br&gt;Passed an Encrypted Key
&lt;br&gt;DEBUG [main] (?:?) - Getting XMLCipher for no transformation...
&lt;br&gt;297647 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Getting
&lt;br&gt;XMLCipher for no transformation...
&lt;br&gt;DEBUG [main] (?:?) - Constructing XMLCipher...
&lt;br&gt;297649 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;-
&lt;br&gt;Constructing XMLCipher...
&lt;br&gt;DEBUG [main] (?:?) - Initializing XMLCipher...
&lt;br&gt;297652 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;-
&lt;br&gt;Initializing XMLCipher...
&lt;br&gt;DEBUG [main] (?:?) - opmode = UNWRAP_MODE
&lt;br&gt;297654 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- opmode =
&lt;br&gt;UNWRAP_MODE
&lt;br&gt;DEBUG [main] (?:?) - Loading encrypted key...
&lt;br&gt;297657 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Loading
&lt;br&gt;encrypted key...
&lt;br&gt;DEBUG [main] (?:?) - Decrypting key from previously loaded EncryptedKey...
&lt;br&gt;297661 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Decrypting
&lt;br&gt;key from previously loaded EncryptedKey...
&lt;br&gt;DEBUG [main] (?:?) - Encrypted octets:
&lt;br&gt;Gy3fFVo76owt0M1rg/2mLD1cD+TKLf9i1VMqU1cM+NVvbDqXuT47gyXUOyUXL5ujeaVWnu8yAw2T
&lt;br&gt;PAHgku+DWYP+bfzF4xzqw99gn6DFtMmt04yseHqXuG5DrbIb0Nwg44H5mmacSPeUMu2HVhIQMsKy
&lt;br&gt;eJxBLE2PPRURiWIu6Rk=
&lt;br&gt;297663 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Encrypted
&lt;br&gt;octets:
&lt;br&gt;Gy3fFVo76owt0M1rg/2mLD1cD+TKLf9i1VMqU1cM+NVvbDqXuT47gyXUOyUXL5ujeaVWnu8yAw2T
&lt;br&gt;PAHgku+DWYP+bfzF4x**************
&lt;br&gt;DEBUG [main] (?:?) - Request for URI &lt;a href=&quot;http://www.w3.org/2001/04/xmlenc#rsa-1_5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/04/xmlenc#rsa-1_5&lt;/a&gt;&lt;br&gt;297666 [main] DEBUG org.apache.xml.security.algorithms.JCEMapper &amp;nbsp;- Request for
&lt;br&gt;URI &lt;a href=&quot;http://www.w3.org/2001/04/xmlenc#rsa-1_5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/04/xmlenc#rsa-1_5&lt;/a&gt;&lt;br&gt;DEBUG [main] (?:?) - JCE Algorithm = RSA/ECB/PKCS1Padding
&lt;br&gt;297669 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- JCE
&lt;br&gt;Algorithm = RSA/ECB/PKCS1Padding
&lt;br&gt;DEBUG [main] (?:?) - Decryption of key type
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/2001/04/xmlenc#aes128-cbc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/04/xmlenc#aes128-cbc&lt;/a&gt;&amp;nbsp;OK
&lt;br&gt;298093 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Decryption
&lt;br&gt;of key type &lt;a href=&quot;http://www.w3.org/2001/04/xmlenc#aes128-cbc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/04/xmlenc#aes128-cbc&lt;/a&gt;&amp;nbsp;OK
&lt;br&gt;DEBUG [main] (?:?) - I could find a secret key using the per-KeyInfo key
&lt;br&gt;resolvers
&lt;br&gt;298095 [main] DEBUG org.apache.xml.security.keys.KeyInfo &amp;nbsp;- I could find a
&lt;br&gt;secret key using the per-KeyInfo key resolvers
&lt;br&gt;DEBUG [main] (?:?) - Encrypted octets:
&lt;br&gt;47buYDgGAsM819iSd9CMJQNmNYpyOErWD+7UZ2IGexC4sETvuCqw7J3YOnTSMlz4CZQj1QXwx0nV
&lt;br&gt;gSvbaAYWzTZHHmGe9YIgmH+DNqd+rJJC2azLgkGyAlP71Ai1GGtTSxk6e6MRklv/BvbqxAgdVxvp
&lt;br&gt;SSsDUvhUHvePMbIfhwp64VtdiwmC4DE7N8GK********
&lt;br&gt;298098 [main] DEBUG org.apache.xml.security.encryption.XMLCipher &amp;nbsp;- Encrypted
&lt;br&gt;octets:
&lt;br&gt;47buYDgGAsM819iSd9CMJQNmNYpyOErWD+7UZ2IGexC4sETvuCqw7J3YOnTSMlz4CZQj1QXwx0nV
&lt;br&gt;gSvbaAYWzTZHHmGe9YIgmH+DNqd+rJJC2azL******
&lt;br&gt;DEBUG [main] (?:?) - Request for URI
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/2001/04/xmlenc#aes128-cbc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/04/xmlenc#aes128-cbc&lt;/a&gt;&lt;br&gt;298101 [main] DEBUG org.apache.xml.security.algorithms.JCEMapper &amp;nbsp;- Request for
&lt;br&gt;URI &lt;a href=&quot;http://www.w3.org/2001/04/xmlenc#aes128-cbc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/04/xmlenc#aes128-cbc&lt;/a&gt;&lt;br&gt;ERROR [main] (?:?) - org.apache.xml.security.encryption.XMLEncryptionException:
&lt;br&gt;Wrong format: RAW bytes needed
&lt;br&gt;Original Exception was java.security.InvalidKeyException: Wrong format: RAW
&lt;br&gt;bytes needed
&lt;br&gt;298115 [main] ERROR net.paygate.xml.hsm.XMLHSMSecure &amp;nbsp;-
&lt;br&gt;org.apache.xml.security.encryption.XMLEncryptionException: Wrong format: RAW
&lt;br&gt;bytes needed
&lt;br&gt;Original Exception was java.security.InvalidKeyException: Wrong format: RAW
&lt;br&gt;bytes needed
&lt;br&gt;------------------------------------
&lt;br&gt;I could not find solve this issue.
&lt;br&gt;Could you please give me some suggestions solve it?
&lt;br&gt;&lt;br&gt;Thank in advance!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48335--New%3A-java.security.InvalidKeyException%3A-Wrong-format%3A-RAW-bytes-needed-tp26621688p26621688.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26195127</id>
	<title>DO NOT REPLY [Bug 48126] no way to indent xmldsig elements</title>
	<published>2009-11-04T04:10:00Z</published>
	<updated>2009-11-04T04:10:00Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48126&lt;/a&gt;&lt;br&gt;&lt;br&gt;William Wollis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26195127&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wollis@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority|P2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|P5
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48126--New%3A-no-way-to-indent-xmldsig-elements-tp26195098p26195127.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26195098</id>
	<title>DO NOT REPLY [Bug 48126] New: no way to indent xmldsig elements</title>
	<published>2009-11-04T04:08:25Z</published>
	<updated>2009-11-04T04:08:25Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48126&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: no way to indent xmldsig elements
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Security
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Windows XP
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: enhancement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Signature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26195098&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26195098&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wollis@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;There is (probably) no way to indent (format as I wish) XML Signature elments
&lt;br&gt;created through xmldsig Java API. 
&lt;br&gt;It would be helpful to have a way to indenting XML output like in
&lt;br&gt;javax.xml.transform TransformerFactory and Transformer classes throgh
&lt;br&gt;tf.setAttribute(&amp;quot;indent-number&amp;quot;, new Integer(2)) and
&lt;br&gt;t.setOutputProperty(OutputKeys.INDENT, &amp;quot;yes&amp;quot;);
&lt;br&gt;Post-creation transformation cannot be used in conjuction with standard
&lt;br&gt;canonicalization methods (CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS,
&lt;br&gt;CanonicalizationMethod.EXCLUSIVE,
&lt;br&gt;CanonicalizationMethod.INCLUSIVE_WITH_COMMENTS,CanonicalizationMethod.INCLUSIVE),
&lt;br&gt;so there is no way to achive &amp;quot;pretty print&amp;quot;.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48126--New%3A-no-way-to-indent-xmldsig-elements-tp26195098p26195098.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25933070</id>
	<title>RE: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-16T15:03:57Z</published>
	<updated>2009-10-16T15:03:57Z</updated>
	<author>
		<name>Scott Cantor</name>
	</author>
	<content type="html">Philip Brown wrote on 2009-10-16:
&lt;br&gt;&amp;gt;&amp;gt; It's probably overdue on my part to regenerate and check in updated
&lt;br&gt;&amp;gt;&amp;gt; libtool files for most of my projects, and this one.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I should mention that xmltooling has similar problems, except worse.
&lt;br&gt;&lt;br&gt;The projects are all checked in with ltmain.sh in svn, so the only way to
&lt;br&gt;get bugfixes is to regenerate that with libtool and update the checked-in
&lt;br&gt;copy. I was basically told that &amp;quot;this is how to do it&amp;quot;.
&lt;br&gt;&lt;br&gt;I have no idea *why* I was told to do that, since you still need
&lt;br&gt;automake/autoconf to bootstrap from svn, but that's what I was told. It
&lt;br&gt;seems pointless to me not to just regenerate the libtool files in the
&lt;br&gt;bootstrap and keep it current, so I may just do that. Anybody without
&lt;br&gt;libtool is not likely to have autotools installed either.
&lt;br&gt;&lt;br&gt;-- Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25933070.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25932919</id>
	<title>Re: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-16T14:53:54Z</published>
	<updated>2009-10-16T14:53:54Z</updated>
	<author>
		<name>Philip Brown-10</name>
	</author>
	<content type="html">Scott Cantor wrote:
&lt;br&gt;&amp;gt; Philip Brown wrote on 2009-10-16:
&lt;br&gt;&amp;gt;&amp;gt; well, apparently, installing the most recent libtool (2.2.6a), and then
&lt;br&gt;&amp;gt;&amp;gt; after the compile fails to link the library, doing
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; cd lib; &amp;nbsp;LIBTOOL=libtool gmake -e
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; makes it link
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So presumably starting from scratch with that version is the resolution?
&lt;br&gt;&lt;br&gt;maybe, dunno.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; It's probably overdue on my part to regenerate and check in updated libtool
&lt;br&gt;&amp;gt; files for most of my projects, and this one.
&lt;br&gt;&lt;br&gt;I should mention that xmltooling has similar problems, except worse.
&lt;br&gt;&lt;br&gt;it actually CONTINUES the build after silently failing to link 
&lt;br&gt;libxmltooling.so.3.0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;and a similar hack, fixes it.
&lt;br&gt;&lt;br&gt;cd xmltooling; rm libxmltooling.la
&lt;br&gt;LIBTOOL=libtool gmake &amp;nbsp;-e
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25932919.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25931632</id>
	<title>RE: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-16T13:11:01Z</published>
	<updated>2009-10-16T13:11:01Z</updated>
	<author>
		<name>Scott Cantor</name>
	</author>
	<content type="html">Philip Brown wrote on 2009-10-16:
&lt;br&gt;&amp;gt; well, apparently, installing the most recent libtool (2.2.6a), and then
&lt;br&gt;&amp;gt; after the compile fails to link the library, doing
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; cd lib; &amp;nbsp;LIBTOOL=libtool gmake -e
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; makes it link
&lt;br&gt;&lt;br&gt;So presumably starting from scratch with that version is the resolution?
&lt;br&gt;It's probably overdue on my part to regenerate and check in updated libtool
&lt;br&gt;files for most of my projects, and this one.
&lt;br&gt;&lt;br&gt;-- Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25931632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25931476</id>
	<title>Re: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-16T13:00:52Z</published>
	<updated>2009-10-16T13:00:52Z</updated>
	<author>
		<name>Philip Brown-10</name>
	</author>
	<content type="html">Philip Brown wrote:
&lt;br&gt;&amp;gt; ....
&lt;br&gt;&amp;gt; This may be a key to the mystery, even though a clean way of how to 
&lt;br&gt;&amp;gt; SOLVE it, is unclear.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;hmm.
&lt;br&gt;well, apparently, installing the most recent libtool (2.2.6a), and then 
&lt;br&gt;after the compile fails to link the library, doing
&lt;br&gt;&lt;br&gt;cd lib; &amp;nbsp;LIBTOOL=libtool gmake -e
&lt;br&gt;&lt;br&gt;makes it link
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25931476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25930728</id>
	<title>Re: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-16T12:07:59Z</published>
	<updated>2009-10-16T12:07:59Z</updated>
	<author>
		<name>Philip Brown-10</name>
	</author>
	<content type="html">A bit more on the solaris, sun CC, 64bit oddessy ;
&lt;br&gt;&lt;br&gt;Rebuilding base stuff and trying again with sun cc, even though I know gcc 
&lt;br&gt;&amp;quot;works&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Once again, I'm trying to compile xml-security-c with sun (v12) compiler, in 
&lt;br&gt;64bit mode.
&lt;br&gt;&lt;br&gt;I was previously building things with
&lt;br&gt;&lt;br&gt;CXX=&amp;quot;CC -m64&amp;quot;.
&lt;br&gt;&lt;br&gt;Now I'm trying with
&lt;br&gt;&lt;br&gt;CXX=CC
&lt;br&gt;CXXFLAGS=-xO2 &amp;nbsp;-m64 -mt -norunpath
&lt;br&gt;LDFLAGS=&amp;quot;-R/var/local/64/lib -L/var/local/64/lib -m64&amp;quot;
&lt;br&gt;&lt;br&gt;it actually builds pretty well, until the last final link. The complains 
&lt;br&gt;about 32bit vs 64bit object mismatch.
&lt;br&gt;Turns out that when libtool is called with
&lt;br&gt;&lt;br&gt;bash ../libtool --mode=link CC &amp;nbsp;-xO2 &amp;nbsp;-m64 -mt -norunpath -mt -D_REENTRANT
&lt;br&gt;&amp;nbsp; -DXSEC_LIBRARY_BUILD blah blah...
&lt;br&gt;&lt;br&gt;&lt;br&gt;for some odd reason, it decides to throw away a bunch of its arguments and 
&lt;br&gt;instead uses:
&lt;br&gt;&lt;br&gt;CC -G -nolib -hlibxml-security-c.so.15 -o .libs/libxml-security-c.so.15.0.1 
&lt;br&gt;&amp;nbsp; &amp;nbsp;.libs/XSECC14n20010315.o &amp;nbsp;blah blah...
&lt;br&gt;&lt;br&gt;&lt;br&gt;No more &amp;quot;-m64&amp;quot;. So it tries to generate a 32bit final library, and bombs.
&lt;br&gt;&lt;br&gt;This may be a key to the mystery, even though a clean way of how to SOLVE 
&lt;br&gt;it, is unclear.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mandatory statement: Libtool is Eeeevil. (and broken)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25930728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25891885</id>
	<title>Re: Info required on SAX implementation of XML Dgital Signature verification</title>
	<published>2009-10-14T07:13:43Z</published>
	<updated>2009-10-14T07:13:43Z</updated>
	<author>
		<name>sean.mullan</name>
	</author>
	<content type="html">I found the missing files and checked them in. Try updating your workspace (svn 
&lt;br&gt;update) and recompiling.
&lt;br&gt;&lt;br&gt;--Sean
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891885&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pankaj.Kharbe@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sean,
&lt;br&gt;&amp;gt; It would be great if you provide me those classes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanking in anticipation.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Pankaj Kharbe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891885&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sean.Mullan@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891885&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sean.Mullan@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Tuesday, October 13, 2009 11:14 PM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891885&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: Info required on SAX implementation of XML Dgital Signature
&lt;br&gt;&amp;gt; verification
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The difference in memory usage should be noticeable in a streaming 
&lt;br&gt;&amp;gt; implementation, especially when validating large signatures. Also, the 
&lt;br&gt;&amp;gt; amount of memory used should be fairly constant as the size of the data 
&lt;br&gt;&amp;gt; increases.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --Sean
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sean Mullan wrote:
&lt;br&gt;&amp;gt;&amp;gt; It seems like the last time I worked on this, I didn't check in those 
&lt;br&gt;&amp;gt;&amp;gt; new classes. Let me see if I can find an old workspace and I'll get
&lt;br&gt;&amp;gt; back 
&lt;br&gt;&amp;gt;&amp;gt; to you.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --Sean
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25891885&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pankaj.Kharbe@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; We are trying to use the SAX implementation of the XML Digital 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Signature verification. The reason of choosing SAX over DOM is
&lt;br&gt;&amp;gt; because 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; we are having huge files(10-30MB) whose signature needs to be created
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and verified( Also it should be multithreaded). And in the DOM 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; implementation we are not able to meet NFRs in the processing time
&lt;br&gt;&amp;gt; and 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the Memory usage. Using the SAX implementation has reduced the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; processing time and memory usage also but the difference is not huge.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Has anyone got any different implementation or way of using the SAX 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; parser for the signature validation?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I was also looking at the STAX implementation code 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (&lt;a href=&quot;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&lt;/a&gt;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; but I found that the branch code itself is incomplete. There are 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; couple of missing classes which have been used in it and its giving 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; compilation error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Missing Classes name are -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; com.r_bg.stax.StaxStructure
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; com.r_bg.stax.c14n.StaxCanonicalizationMethod
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Can anyone point out where I can find these classes or how to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; implement these classes?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pankaj Kharbe
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This e-mail and any files transmitted with it are for the sole use of
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the intended recipient(s) and may contain confidential and privileged
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; information.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If you are not the intended recipient, please contact the sender by 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; reply e-mail and destroy all copies of the original message.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any unauthorised review, use, disclosure, dissemination, forwarding, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; printing or copying of this email or any action taken in reliance on 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this e-mail is strictly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; prohibited and may be unlawful.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
&lt;br&gt;&amp;gt; If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
&lt;br&gt;&amp;gt; Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly 
&lt;br&gt;&amp;gt; prohibited and may be unlawful.
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Info-required-on-SAX-implementation-of-XML-Dgital-Signature-verification-tp25853712p25891885.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25886408</id>
	<title>RE: Info required on SAX implementation of XML Dgital Signature verification</title>
	<published>2009-10-14T00:07:29Z</published>
	<updated>2009-10-14T00:07:29Z</updated>
	<author>
		<name>Pankaj.Kharbe</name>
	</author>
	<content type="html">&lt;br&gt;Sean,
&lt;br&gt;It would be great if you provide me those classes.
&lt;br&gt;&lt;br&gt;Thanking in anticipation.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Pankaj Kharbe
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25886408&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sean.Mullan@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25886408&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sean.Mullan@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, October 13, 2009 11:14 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25886408&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: Info required on SAX implementation of XML Dgital Signature
&lt;br&gt;verification
&lt;br&gt;&lt;br&gt;The difference in memory usage should be noticeable in a streaming 
&lt;br&gt;implementation, especially when validating large signatures. Also, the 
&lt;br&gt;amount of memory used should be fairly constant as the size of the data 
&lt;br&gt;increases.
&lt;br&gt;&lt;br&gt;--Sean
&lt;br&gt;&lt;br&gt;Sean Mullan wrote:
&lt;br&gt;&amp;gt; It seems like the last time I worked on this, I didn't check in those 
&lt;br&gt;&amp;gt; new classes. Let me see if I can find an old workspace and I'll get
&lt;br&gt;back 
&lt;br&gt;&amp;gt; to you.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --Sean
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25886408&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pankaj.Kharbe@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We are trying to use the SAX implementation of the XML Digital 
&lt;br&gt;&amp;gt;&amp;gt; Signature verification. The reason of choosing SAX over DOM is
&lt;br&gt;because 
&lt;br&gt;&amp;gt;&amp;gt; we are having huge files(10-30MB) whose signature needs to be created
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; and verified( Also it should be multithreaded). And in the DOM 
&lt;br&gt;&amp;gt;&amp;gt; implementation we are not able to meet NFRs in the processing time
&lt;br&gt;and 
&lt;br&gt;&amp;gt;&amp;gt; the Memory usage. Using the SAX implementation has reduced the 
&lt;br&gt;&amp;gt;&amp;gt; processing time and memory usage also but the difference is not huge.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Has anyone got any different implementation or way of using the SAX 
&lt;br&gt;&amp;gt;&amp;gt; parser for the signature validation?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was also looking at the STAX implementation code 
&lt;br&gt;&amp;gt;&amp;gt; (&lt;a href=&quot;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&lt;/a&gt;)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; but I found that the branch code itself is incomplete. There are 
&lt;br&gt;&amp;gt;&amp;gt; couple of missing classes which have been used in it and its giving 
&lt;br&gt;&amp;gt;&amp;gt; compilation error.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Missing Classes name are -
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; com.r_bg.stax.StaxStructure
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; com.r_bg.stax.c14n.StaxCanonicalizationMethod
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can anyone point out where I can find these classes or how to 
&lt;br&gt;&amp;gt;&amp;gt; implement these classes?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Pankaj Kharbe
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This e-mail and any files transmitted with it are for the sole use of
&lt;/div&gt;&lt;br&gt;&amp;gt;&amp;gt; the intended recipient(s) and may contain confidential and privileged
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; information.
&lt;br&gt;&amp;gt;&amp;gt; If you are not the intended recipient, please contact the sender by 
&lt;br&gt;&amp;gt;&amp;gt; reply e-mail and destroy all copies of the original message.
&lt;br&gt;&amp;gt;&amp;gt; Any unauthorised review, use, disclosure, dissemination, forwarding, 
&lt;br&gt;&amp;gt;&amp;gt; printing or copying of this email or any action taken in reliance on 
&lt;br&gt;&amp;gt;&amp;gt; this e-mail is strictly
&lt;br&gt;&amp;gt;&amp;gt; prohibited and may be unlawful.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
&lt;br&gt;If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
&lt;br&gt;Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly 
&lt;br&gt;prohibited and may be unlawful.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Info-required-on-SAX-implementation-of-XML-Dgital-Signature-verification-tp25853712p25886408.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25877676</id>
	<title>Re: Info required on SAX implementation of XML Dgital Signature verification</title>
	<published>2009-10-13T10:44:27Z</published>
	<updated>2009-10-13T10:44:27Z</updated>
	<author>
		<name>sean.mullan</name>
	</author>
	<content type="html">The difference in memory usage should be noticeable in a streaming 
&lt;br&gt;implementation, especially when validating large signatures. Also, the 
&lt;br&gt;amount of memory used should be fairly constant as the size of the data 
&lt;br&gt;increases.
&lt;br&gt;&lt;br&gt;--Sean
&lt;br&gt;&lt;br&gt;Sean Mullan wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; It seems like the last time I worked on this, I didn't check in those 
&lt;br&gt;&amp;gt; new classes. Let me see if I can find an old workspace and I'll get back 
&lt;br&gt;&amp;gt; to you.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --Sean
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25877676&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pankaj.Kharbe@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We are trying to use the SAX implementation of the XML Digital 
&lt;br&gt;&amp;gt;&amp;gt; Signature verification. The reason of choosing SAX over DOM is because 
&lt;br&gt;&amp;gt;&amp;gt; we are having huge files(10-30MB) whose signature needs to be created 
&lt;br&gt;&amp;gt;&amp;gt; and verified( Also it should be multithreaded). And in the DOM 
&lt;br&gt;&amp;gt;&amp;gt; implementation we are not able to meet NFRs in the processing time and 
&lt;br&gt;&amp;gt;&amp;gt; the Memory usage. Using the SAX implementation has reduced the 
&lt;br&gt;&amp;gt;&amp;gt; processing time and memory usage also but the difference is not huge. 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Has anyone got any different implementation or way of using the SAX 
&lt;br&gt;&amp;gt;&amp;gt; parser for the signature validation?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was also looking at the STAX implementation code 
&lt;br&gt;&amp;gt;&amp;gt; (&lt;a href=&quot;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&lt;/a&gt;) 
&lt;br&gt;&amp;gt;&amp;gt; but I found that the branch code itself is incomplete. There are 
&lt;br&gt;&amp;gt;&amp;gt; couple of missing classes which have been used in it and its giving 
&lt;br&gt;&amp;gt;&amp;gt; compilation error.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Missing Classes name are –
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; com.r_bg.stax.StaxStructure
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; com.r_bg.stax.c14n.StaxCanonicalizationMethod
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can anyone point out where I can find these classes or how to 
&lt;br&gt;&amp;gt;&amp;gt; implement these classes?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Pankaj Kharbe
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This e-mail and any files transmitted with it are for the sole use of 
&lt;br&gt;&amp;gt;&amp;gt; the intended recipient(s) and may contain confidential and privileged 
&lt;br&gt;&amp;gt;&amp;gt; information.
&lt;br&gt;&amp;gt;&amp;gt; If you are not the intended recipient, please contact the sender by 
&lt;br&gt;&amp;gt;&amp;gt; reply e-mail and destroy all copies of the original message.
&lt;br&gt;&amp;gt;&amp;gt; Any unauthorised review, use, disclosure, dissemination, forwarding, 
&lt;br&gt;&amp;gt;&amp;gt; printing or copying of this email or any action taken in reliance on 
&lt;br&gt;&amp;gt;&amp;gt; this e-mail is strictly
&lt;br&gt;&amp;gt;&amp;gt; prohibited and may be unlawful.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Info-required-on-SAX-implementation-of-XML-Dgital-Signature-verification-tp25853712p25877676.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25877479</id>
	<title>Re: Info required on SAX implementation of XML Dgital Signature verification</title>
	<published>2009-10-13T10:38:01Z</published>
	<updated>2009-10-13T10:38:01Z</updated>
	<author>
		<name>sean.mullan</name>
	</author>
	<content type="html">It seems like the last time I worked on this, I didn't check in those 
&lt;br&gt;new classes. Let me see if I can find an old workspace and I'll get back 
&lt;br&gt;to you.
&lt;br&gt;&lt;br&gt;--Sean
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25877479&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pankaj.Kharbe@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are trying to use the SAX implementation of the XML Digital Signature 
&lt;br&gt;&amp;gt; verification. The reason of choosing SAX over DOM is because we are 
&lt;br&gt;&amp;gt; having huge files(10-30MB) whose signature needs to be created and 
&lt;br&gt;&amp;gt; verified( Also it should be multithreaded). And in the DOM 
&lt;br&gt;&amp;gt; implementation we are not able to meet NFRs in the processing time and 
&lt;br&gt;&amp;gt; the Memory usage. Using the SAX implementation has reduced the 
&lt;br&gt;&amp;gt; processing time and memory usage also but the difference is not huge. 
&lt;br&gt;&amp;gt; &amp;nbsp;Has anyone got any different implementation or way of using the SAX 
&lt;br&gt;&amp;gt; parser for the signature validation?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was also looking at the STAX implementation code 
&lt;br&gt;&amp;gt; (&lt;a href=&quot;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&lt;/a&gt;) 
&lt;br&gt;&amp;gt; but I found that the branch code itself is incomplete. There are couple 
&lt;br&gt;&amp;gt; of missing classes which have been used in it and its giving compilation 
&lt;br&gt;&amp;gt; error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Missing Classes name are –
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;com.r_bg.stax.StaxStructure
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;com.r_bg.stax.c14n.StaxCanonicalizationMethod
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can anyone point out where I can find these classes or how to implement 
&lt;br&gt;&amp;gt; these classes?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pankaj Kharbe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This e-mail and any files transmitted with it are for the sole use of 
&lt;br&gt;&amp;gt; the intended recipient(s) and may contain confidential and privileged 
&lt;br&gt;&amp;gt; information.
&lt;br&gt;&amp;gt; If you are not the intended recipient, please contact the sender by 
&lt;br&gt;&amp;gt; reply e-mail and destroy all copies of the original message.
&lt;br&gt;&amp;gt; Any unauthorised review, use, disclosure, dissemination, forwarding, 
&lt;br&gt;&amp;gt; printing or copying of this email or any action taken in reliance on 
&lt;br&gt;&amp;gt; this e-mail is strictly
&lt;br&gt;&amp;gt; prohibited and may be unlawful.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Info-required-on-SAX-implementation-of-XML-Dgital-Signature-verification-tp25853712p25877479.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25877398</id>
	<title>Re: Apache XML Security compatibility between v1.4.3 and 1.3</title>
	<published>2009-10-13T10:34:23Z</published>
	<updated>2009-10-13T10:34:23Z</updated>
	<author>
		<name>Sasha-29</name>
	</author>
	<content type="html">Thanks for the follow up.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sasha.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML-Security-compatibility-between-v1.4.3-and-1.3-tp25863189p25877398.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25873268</id>
	<title>Re: Apache XML Security compatibility between v1.4.3 and 1.3</title>
	<published>2009-10-13T06:49:16Z</published>
	<updated>2009-10-13T06:49:16Z</updated>
	<author>
		<name>sean.mullan</name>
	</author>
	<content type="html">Sasha wrote:
&lt;br&gt;&amp;gt; I mean if I have a program that is written against Apache XML Security v1.3 will
&lt;br&gt;&amp;gt; it continue to work if I relink it against Apache XML Security v1.4.3?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I believe it should, but I can't make any guarantees. We didn't 
&lt;br&gt;(intentionally) break compatibility going from 1.3 to 1.4. Let us know 
&lt;br&gt;what you find out.
&lt;br&gt;&lt;br&gt;--Sean
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML-Security-compatibility-between-v1.4.3-and-1.3-tp25863189p25873268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25863918</id>
	<title>Re: Apache XML Security compatibility between v1.4.3 and 1.3</title>
	<published>2009-10-12T15:02:42Z</published>
	<updated>2009-10-12T15:02:42Z</updated>
	<author>
		<name>Sasha-29</name>
	</author>
	<content type="html">I mean if I have a program that is written against Apache XML Security v1.3 will
&lt;br&gt;it continue to work if I relink it against Apache XML Security v1.4.3?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Sasha.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML-Security-compatibility-between-v1.4.3-and-1.3-tp25863189p25863918.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25863800</id>
	<title>Re: Apache XML Security compatibility between v1.4.3 and 1.3</title>
	<published>2009-10-12T14:52:55Z</published>
	<updated>2009-10-12T14:52:55Z</updated>
	<author>
		<name>sean.mullan</name>
	</author>
	<content type="html">Sasha wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a quick question. Is Apache XML Security v1.4.3 compatible with 1.3?
&lt;br&gt;&lt;br&gt;Do you mean JDK 1.3? No.
&lt;br&gt;&lt;br&gt;JDK 1.4 and up.
&lt;br&gt;&lt;br&gt;--Sean
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Sasha.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sasha Matison
&lt;br&gt;&amp;gt; ca 
&lt;br&gt;&amp;gt; Manager, Software Engineering
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863800&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sasha.Matison@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML-Security-compatibility-between-v1.4.3-and-1.3-tp25863189p25863800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25863189</id>
	<title>Apache XML Security compatibility between v1.4.3 and 1.3</title>
	<published>2009-10-12T13:55:51Z</published>
	<updated>2009-10-12T13:55:51Z</updated>
	<author>
		<name>Sasha-29</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a quick question. Is Apache XML Security v1.4.3 compatible with 1.3?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Sasha.
&lt;br&gt;&lt;br&gt;Sasha Matison
&lt;br&gt;ca 
&lt;br&gt;Manager, Software Engineering
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sasha.Matison@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML-Security-compatibility-between-v1.4.3-and-1.3-tp25863189p25863189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25853712</id>
	<title>Info required on SAX implementation of XML Dgital Signature verification</title>
	<published>2009-10-12T03:43:19Z</published>
	<updated>2009-10-12T03:43:19Z</updated>
	<author>
		<name>Pankaj.Kharbe</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hi all,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;We are trying to use the SAX implementation of the XML Digital
Signature verification. The reason of choosing SAX over DOM is because we are
having huge files(10-30MB) whose signature needs to be created and verified(
Also it should be multithreaded). And in the DOM implementation we are not able
to meet NFRs in the processing time and the Memory usage. Using the SAX
implementation has reduced the processing time and memory usage also but the
difference is not huge. &amp;nbsp;Has anyone got any different implementation or
way of using the SAX parser for the signature validation? &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I was also looking at the STAX implementation code (&lt;a href=&quot;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105/&lt;/a&gt;)
but I found that the branch code itself is incomplete. There are couple of missing
classes which have been used in it and its giving compilation error.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Missing Classes name are &amp;#8211;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;gt;com.r_bg.stax.StaxStructure&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;gt;com.r_bg.stax.c14n.StaxCanonicalizationMethod&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Can anyone point out where I can find these classes or how
to implement these classes?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Pankaj Kharbe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;

&lt;table&gt;&lt;tr&gt;&lt;td bgcolor=#ffffff&gt;&lt;font color=#000000&gt;This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.&lt;br&gt;
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. &lt;br&gt;
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly &lt;br&gt;
prohibited and may be unlawful.&lt;br&gt;
&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Info-required-on-SAX-implementation-of-XML-Dgital-Signature-verification-tp25853712p25853712.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25845500</id>
	<title>RE: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-11T10:16:43Z</published>
	<updated>2009-10-11T10:16:43Z</updated>
	<author>
		<name>Scott Cantor</name>
	</author>
	<content type="html">Philip Brown wrote on 2009-10-09:
&lt;br&gt;&amp;gt; I just went back and rebuilt xerces2 with &amp;nbsp; plain gcc/g++ -m64
&lt;br&gt;&amp;gt; then rebuilt xml-security-c with same.
&lt;br&gt;&amp;gt; it appears to be happier this way.
&lt;br&gt;&amp;gt; progress i suppose... but i'd much rather have it work with sun CC !
&lt;br&gt;&lt;br&gt;That's particularly true in the case of Shibboleth because I don't support
&lt;br&gt;gcc on Solaris.
&lt;br&gt;&lt;br&gt;-- Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25845500.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25829295</id>
	<title>Re: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-09T16:16:33Z</published>
	<updated>2009-10-09T16:16:33Z</updated>
	<author>
		<name>Philip Brown-10</name>
	</author>
	<content type="html">Scott Cantor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Philip Brown wrote on 2009-10-09:
&lt;br&gt;&amp;gt;&amp;gt; I'm trying to compile xml-security-c, in 64bits, in solaris.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've never done it (the 64-bit case), and since nothing but a Shibboleth
&lt;br&gt;&amp;gt; build would be likely to try this, I doubt that it works.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; These particular makefiles have a long history of screwing up on every
&lt;br&gt;&amp;gt; dynamic linking variant that gets introduced, and I imagine this is just
&lt;br&gt;&amp;gt; another case of that. This isn't likely to be a libtool problem, it's
&lt;br&gt;&amp;gt; probably an autotools issue related to the non-automake history of this
&lt;br&gt;&amp;gt; project.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hmm
&lt;br&gt;&lt;br&gt;well, previously, I was using sun cc with stuff like,
&lt;br&gt;&lt;br&gt;&lt;br&gt;CFLAGS=&amp;quot;-xO2 &amp;nbsp;-m64 -mt -xnorunpath&amp;quot;
&lt;br&gt;CXXFLAGS=&amp;quot;-xO2 &amp;nbsp;-m64 -mt -norunpath&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I just went back and rebuilt xerces2 with &amp;nbsp; plain gcc/g++ -m64
&lt;br&gt;&lt;br&gt;then rebuilt xml-security-c with same.
&lt;br&gt;&lt;br&gt;it appears to be happier this way.
&lt;br&gt;&lt;br&gt;progress i suppose... but i'd much rather have it work with sun CC !
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25829295.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25829136</id>
	<title>Re: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-09T15:59:05Z</published>
	<updated>2009-10-09T15:59:05Z</updated>
	<author>
		<name>Philip Brown-10</name>
	</author>
	<content type="html">Scott Cantor wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have no idea how to attempt a 64-bit build, but if you provide the
&lt;br&gt;&amp;gt; necessary instructions in a bug report, I'll take a look when I have a
&lt;br&gt;&amp;gt; chance.
&lt;br&gt;&lt;br&gt;that's pretty easy...just replace
&lt;br&gt;&lt;br&gt;CC=x
&lt;br&gt;&lt;br&gt;with
&lt;br&gt;&lt;br&gt;CC=&amp;quot;x -m64&amp;quot;
&lt;br&gt;&lt;br&gt;works for both sun cc and gcc
&lt;br&gt;&lt;br&gt;Although you then have to make sure whatever your $prefix is, is pretty much 
&lt;br&gt;empty before you start, or you'll end up trying to link against 32bit libs
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25829136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25829040</id>
	<title>RE: problems with final link for xml-security-c and solaris</title>
	<published>2009-10-09T15:47:59Z</published>
	<updated>2009-10-09T15:47:59Z</updated>
	<author>
		<name>Scott Cantor</name>
	</author>
	<content type="html">Philip Brown wrote on 2009-10-09:
&lt;br&gt;&amp;gt; I'm trying to compile xml-security-c, in 64bits, in solaris.
&lt;br&gt;&lt;br&gt;I've never done it (the 64-bit case), and since nothing but a Shibboleth
&lt;br&gt;build would be likely to try this, I doubt that it works.
&lt;br&gt;&lt;br&gt;These particular makefiles have a long history of screwing up on every
&lt;br&gt;dynamic linking variant that gets introduced, and I imagine this is just
&lt;br&gt;another case of that. This isn't likely to be a libtool problem, it's
&lt;br&gt;probably an autotools issue related to the non-automake history of this
&lt;br&gt;project.
&lt;br&gt;&lt;br&gt;I have no idea how to attempt a 64-bit build, but if you provide the
&lt;br&gt;necessary instructions in a bug report, I'll take a look when I have a
&lt;br&gt;chance. Needless to say, though, the chance that I would understand how to
&lt;br&gt;fix something on Solaris more than you would is small.
&lt;br&gt;&lt;br&gt;&amp;gt; I thought there was some magic libtool command to use the .la file, and
&lt;br&gt;&amp;gt; force generation of the shared lib, to somehow debug that process.... but
&lt;br&gt;I
&lt;br&gt;&amp;gt; have no idea what that is.
&lt;br&gt;&lt;br&gt;Normally what I do is run the libtool commands to get the actual command
&lt;br&gt;line it's generating and then run the command line myself, but I do that
&lt;br&gt;much more often with compiles than links.
&lt;br&gt;&lt;br&gt;It doesn't really sound like this is the problem, but I guess I'd check to
&lt;br&gt;make sure the bug isn't more with the symlink commands or other shell
&lt;br&gt;behavior after the link completes. That certainly used to come up in the
&lt;br&gt;other projects that didn't have 64-bit support initially and assumed certain
&lt;br&gt;paths.
&lt;br&gt;&lt;br&gt;-- Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25829040.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25828287</id>
	<title>problems with final link for xml-security-c and solaris</title>
	<published>2009-10-09T14:39:00Z</published>
	<updated>2009-10-09T14:39:00Z</updated>
	<author>
		<name>Philip Brown-10</name>
	</author>
	<content type="html">I'm trying to compile xml-security-c, in 64bits, in solaris.
&lt;br&gt;&lt;br&gt;I have had no problems compiling all the myriad dependancies required.
&lt;br&gt;However, when it comes to xml-security-c, I hit a silent failure to link.
&lt;br&gt;&lt;br&gt;Configuration happens with little problem. I have tried version 1.4.0, and 1.5.1
&lt;br&gt;I have tried with, and without, xalan-c.
&lt;br&gt;&lt;br&gt;All with basically the same result.
&lt;br&gt;Things get hidden in libtool obscurity:
&lt;br&gt;&lt;br&gt;&lt;br&gt;/bin/bash ../libtool --mode=link CC -m64 &amp;nbsp;-xO2 -KPIC -mt -norunpath -mt 
&lt;br&gt;-D_REENTRANT &amp;nbsp;-DXSEC_LIBRARY_BUILD -xO2 -DNDEBUG &amp;nbsp;-R/var/local/64/lib 
&lt;br&gt;-L/var/local/64/lib -o libxml-security-c.la -rpath /var/local/64/lib 
&lt;br&gt;-version-info 15:1 XSECC14n20010315.lo XSECXMLNSStack.lo XSECCanon.lo
&lt;br&gt;&amp;nbsp; &amp;nbsp;......
&lt;br&gt;&amp;nbsp; OpenSSLCryptoKeyHMAC.lo &amp;nbsp;-L/var/local/64/lib -lxalan-c -L/var/local/64/lib 
&lt;br&gt;-lxerces-c -lsocket -lm &amp;nbsp;-lpthread -lxalanMsg -lcrypto
&lt;br&gt;(cd .libs &amp;&amp; rm -f libxml-security-c.so.15 &amp;&amp; ln -s 
&lt;br&gt;libxml-security-c.so.15.0.1 libxml-security-c.so.15)
&lt;br&gt;(cd .libs &amp;&amp; rm -f libxml-security-c.so &amp;&amp; ln -s libxml-security-c.so.15.0.1 
&lt;br&gt;libxml-security-c.so)
&lt;br&gt;creating libxml-security-c.la
&lt;br&gt;(cd .libs &amp;&amp; rm -f libxml-security-c.la &amp;&amp; ln -s ../libxml-security-c.la 
&lt;br&gt;libxml-security-c.la)
&lt;br&gt;gmake[1]: Leaving directory 
&lt;br&gt;`/auto/src/common/local/xml-security-c/xml-security-c-1.5.1-sparc64/lib'
&lt;br&gt;Making all in bin
&lt;br&gt;&lt;br&gt;As you can see, it seems to continue as if all is well.
&lt;br&gt;However, all it has succeeded indoing, is creating a &amp;nbsp;libxml-security-c.la, 
&lt;br&gt;without an actual shared library??
&lt;br&gt;&lt;br&gt;(i hate libtool, for just this reason!)
&lt;br&gt;&lt;br&gt;Then it eventually fails, a little later, with
&lt;br&gt;&lt;br&gt;CC -m64 -xO2 -KPIC -norunpath -D_REENTRANT -DXSEC_LIBRARY_BUILD -xO2 
&lt;br&gt;-DNDEBUG -o .libs/xtest xtest.o &amp;nbsp;-mt -L/var/local/64/lib 
&lt;br&gt;../lib/.libs/libxml-security-c.so -lxalan-c -lxerces-c -lsocket -lm 
&lt;br&gt;-lpthread -lxalanMsg -lcrypto
&lt;br&gt;ld: fatal: file ../lib/.libs/libxml-security-c.so: open failed: No such file 
&lt;br&gt;or directory
&lt;br&gt;ld: fatal: File processing errors. No output written to .libs/xtest
&lt;br&gt;&lt;br&gt;&lt;br&gt;The failure is not surprising, because &amp;quot;../lib/.libs/libxml-security-c.so&amp;quot; 
&lt;br&gt;is now a symlink -&amp;gt; libxml-security-c.so.15.0.1
&lt;br&gt;which does not exist.
&lt;br&gt;&lt;br&gt;Can someone help me out here please?
&lt;br&gt;&lt;br&gt;Solaris 10, CC -V
&lt;br&gt;CC: Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25
&lt;br&gt;&lt;br&gt;I've just built everything from scratch today.
&lt;br&gt;&lt;br&gt;I thought there was some magic libtool command to use the .la file, and 
&lt;br&gt;force generation of the shared lib, to somehow debug that process.... but I 
&lt;br&gt;have no idea what that is.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-with-final-link-for-xml-security-c-and-solaris-tp25828287p25828287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25820930</id>
	<title>Re: xml dsig streaming impl.</title>
	<published>2009-10-09T06:10:22Z</published>
	<updated>2009-10-09T06:10:22Z</updated>
	<author>
		<name>sean.mullan</name>
	</author>
	<content type="html">There's an implementation available, but just be warned it is very much a work 
&lt;br&gt;in progress (actually nobody has worked on it for a while) and does not support 
&lt;br&gt;all of the XML Signature features. In particular, the following are not 
&lt;br&gt;supported: signature generation, inclusive c14n, enveloped signatures, xpath 
&lt;br&gt;transform, and backward references (those appearing before the signature). You 
&lt;br&gt;can get it from the svn repository:
&lt;br&gt;&lt;br&gt;svn co &lt;a href=&quot;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/xml/security/branches/stax_jsr105&lt;/a&gt;&lt;br&gt;&lt;br&gt;XML Signature 2.0 is currently being worked on and one of the requirements is to 
&lt;br&gt;enable it to better support streaming implementations. So we should try to adapt 
&lt;br&gt;the STaX implementation as that specification progresses.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Sean
&lt;br&gt;&lt;br&gt;Styrman, Igor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; i run into a document at w3c.org/next steps from 2007 describing Raul 
&lt;br&gt;&amp;gt; Benito being involved with STaX-based XML Digital Signature. I'm 
&lt;br&gt;&amp;gt; wondering whats the status of this project?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Igor Styrman
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xml-dsig-streaming-impl.-tp25819511p25820930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25819511</id>
	<title>xml dsig streaming impl.</title>
	<published>2009-10-09T04:28:12Z</published>
	<updated>2009-10-09T04:28:12Z</updated>
	<author>
		<name>Styrman, Igor</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=&quot;Generator&quot; content=&quot;Microsoft Exchange Server&quot;&gt;
&lt;!-- converted from rtf --&gt;

&lt;/head&gt;
&lt;body&gt;
&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;2&quot;&gt;
&lt;div&gt;Hello,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;i run into a document at w3c.org/next steps from 2007 describing Raul Benito being involved with STaX-based XML Digital Signature. I'm wondering whats the status of this project?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Igor Styrman&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xml-dsig-streaming-impl.-tp25819511p25819511.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25802301</id>
	<title>DO NOT REPLY [Bug 47779] ConcurrentModificationException in XMLUtils</title>
	<published>2009-10-08T04:31:25Z</published>
	<updated>2009-10-08T04:31:25Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47779&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47779&lt;/a&gt;&lt;br&gt;&lt;br&gt;coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25802301&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;--- Comment #4 from coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25802301&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; 2009-10-08 04:31:22 PDT ---
&lt;br&gt;Fix applied.
&lt;br&gt;&lt;br&gt;Colm.
&lt;br&gt;&lt;br&gt;--- Comment #5 from coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25802301&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; 2009-10-08 04:31:22 PDT ---
&lt;br&gt;Fix applied.
&lt;br&gt;&lt;br&gt;Colm.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47779--New%3A-ConcurrentModificationException-in-XMLUtils-tp25275504p25802301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25802302</id>
	<title>DO NOT REPLY [Bug 47779] ConcurrentModificationException in XMLUtils</title>
	<published>2009-10-08T04:31:25Z</published>
	<updated>2009-10-08T04:31:25Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47779&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47779&lt;/a&gt;&lt;br&gt;&lt;br&gt;coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25802302&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;--- Comment #4 from coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25802302&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; 2009-10-08 04:31:22 PDT ---
&lt;br&gt;Fix applied.
&lt;br&gt;&lt;br&gt;Colm.
&lt;br&gt;&lt;br&gt;--- Comment #5 from coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25802302&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; 2009-10-08 04:31:22 PDT ---
&lt;br&gt;Fix applied.
&lt;br&gt;&lt;br&gt;Colm.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47779--New%3A-ConcurrentModificationException-in-XMLUtils-tp25275504p25802302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25801371</id>
	<title>DO NOT REPLY [Bug 47758] Signature validation failure</title>
	<published>2009-10-08T03:06:42Z</published>
	<updated>2009-10-08T03:06:42Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47758&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47758&lt;/a&gt;&lt;br&gt;&lt;br&gt;coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25801371&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|WONTFIX
&lt;br&gt;&lt;br&gt;--- Comment #6 from coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25801371&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; 2009-10-08 03:06:38 PDT ---
&lt;br&gt;Marking this as won't fix as per my comment.
&lt;br&gt;&lt;br&gt;Colm.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47758--New%3A-Signature-validation-failure-tp25189598p25801371.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25706568</id>
	<title>DO NOT REPLY [Bug 47761] xmlns:xml namespace improperly emitted during excl c14n</title>
	<published>2009-10-01T14:11:32Z</published>
	<updated>2009-10-01T14:11:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47761&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47761&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25706568&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sean.mullan@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;--- Comment #1 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25706568&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sean.mullan@...&lt;/a&gt; 2009-10-01 14:11:30 PDT ---
&lt;br&gt;Fixed in main trunk.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47761--New%3A-xmlns%3Axml-namespace-improperly-emitted-during-excl-c14n-tp25194208p25706568.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25659610</id>
	<title>DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository</title>
	<published>2009-09-29T02:18:33Z</published>
	<updated>2009-09-29T02:18:33Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45388&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #10 from coheigea &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25659610&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;coheigea@...&lt;/a&gt;&amp;gt; 2009-09-29 02:18:30 PDT ---
&lt;br&gt;(In reply to comment #9)
&lt;br&gt;&amp;gt; It may be that I'm missing something, but I still don't see this pom out there
&lt;br&gt;&amp;gt; in the central repo. &amp;nbsp;Was this indeed deployed to central, or am I and my build
&lt;br&gt;&amp;gt; infrastructure just not seeing it?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://repo2.maven.org/maven2/org/apache/santuario/xmlsec/1.4.3/xmlsec-1.4.3.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo2.maven.org/maven2/org/apache/santuario/xmlsec/1.4.3/xmlsec-1.4.3.pom&lt;/a&gt;&lt;br&gt;&lt;br&gt;Colm.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-45388--New%3A-We-need-a-POM-file-added-to-the-Maven-repository-tp18429330p25659610.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25656266</id>
	<title>DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository</title>
	<published>2009-09-28T20:04:18Z</published>
	<updated>2009-09-28T20:04:18Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45388&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #9 from Stuart James Penrose &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25656266&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stu@...&lt;/a&gt;&amp;gt; 2009-09-28 20:04:17 PDT ---
&lt;br&gt;It may be that I'm missing something, but I still don't see this pom out there
&lt;br&gt;in the central repo. &amp;nbsp;Was this indeed deployed to central, or am I and my build
&lt;br&gt;infrastructure just not seeing it?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-45388--New%3A-We-need-a-POM-file-added-to-the-Maven-repository-tp18429330p25656266.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25656252</id>
	<title>DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository</title>
	<published>2009-09-28T20:01:32Z</published>
	<updated>2009-09-28T20:01:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45388&lt;/a&gt;&lt;br&gt;&lt;br&gt;Stuart James Penrose &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25656252&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stu@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25656252&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stu@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-45388--New%3A-We-need-a-POM-file-added-to-the-Maven-repository-tp18429330p25656252.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25605475</id>
	<title>RE: Xml-security-c 1.5.x won't compile under Cygwin [SEC=UNCLASSIFIED]</title>
	<published>2009-09-24T18:52:03Z</published>
	<updated>2009-09-24T18:52:03Z</updated>
	<author>
		<name>Hill, Shane</name>
	</author>
	<content type="html">UNCLASSIFIED
&lt;br&gt;&lt;br&gt;G'day Scott,
&lt;br&gt;&lt;br&gt;To get the error message I'm reporting I did the following under a
&lt;br&gt;Cygwin shell:
&lt;br&gt;&lt;br&gt;1. tar -xvzf xml-security-c-1.5.1.tar.gz 2. cd xml-security-c-1.5.1 3.
&lt;br&gt;./configure 4. make 
&lt;br&gt;&lt;br&gt;Never got anywhere near an MSVC compile. I don't even have it installed.
&lt;br&gt;The Xerces library should be the one that comes with Cygwin and are
&lt;br&gt;currently xerces-c-3.0.1.
&lt;br&gt;&lt;br&gt;I'll try compiling my own version of xerces-c under Cygwin and see if
&lt;br&gt;this fixes the issue.
&lt;br&gt;&lt;br&gt;Have Fun !!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Shane Hill
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Scott Cantor [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25605475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cantor.2@...&lt;/a&gt;]
&lt;br&gt;Sent: Friday, 25 September 2009 11:03 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25605475&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-dev@...&lt;/a&gt;
&lt;br&gt;Subject: RE: Xml-security-c 1.5.x won't compile under Cygwin
&lt;br&gt;[SEC=UNCLASSIFIED]
&lt;br&gt;&lt;br&gt;Hill, Shane wrote on 2009-09-24:
&lt;br&gt;&amp;gt; Has anyone had this issue of not being able to compile xml-security-c 
&lt;br&gt;&amp;gt; 1.5.0 or 1.5.1 under Cygwin? Something to do with DLL import/export.
&lt;br&gt;&amp;gt; Very nasty ... should not need this under Cygwin. Just treat a Cygwin 
&lt;br&gt;&amp;gt; compile just like it were Linux and all should be fine. Except I can't
&lt;br&gt;&lt;br&gt;&amp;gt; seem to get the makefile structure to allow me to do this ... Yet.
&lt;br&gt;&lt;br&gt;Whatever you're doing is not the right thing, you're pulling in Xerces
&lt;br&gt;headers based on MSVC and they're defining the macros properly for
&lt;br&gt;standard Windows builds. The xmlsec macros depend on those directly.
&lt;br&gt;&lt;br&gt;You have to use a configure-based build certainly, all the way down the
&lt;br&gt;stack.
&lt;br&gt;&lt;br&gt;None of which is to say this will work on cygwin no matter what you do,
&lt;br&gt;but that's the reason you're getting errors.
&lt;br&gt;&lt;br&gt;-- Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;IMPORTANT: This email remains the property of the Australian Defence
&lt;br&gt;Organisation and is subject to the jurisdiction of section 70 of the
&lt;br&gt;Crimes Act 1914. If you have received this email in error, you are
&lt;br&gt;requested to contact the sender and delete the email.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Xml-security-c-1.5.x-won%27t-compile-under-Cygwin--SEC%3DUNCLASSIFIED--tp25603755p25605475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25605089</id>
	<title>RE: Xml-security-c 1.5.x won't compile under Cygwin [SEC=UNCLASSIFIED]</title>
	<published>2009-09-24T18:02:45Z</published>
	<updated>2009-09-24T18:02:45Z</updated>
	<author>
		<name>Scott Cantor</name>
	</author>
	<content type="html">Hill, Shane wrote on 2009-09-24:
&lt;br&gt;&amp;gt; Has anyone had this issue of not being able to compile xml-security-c
&lt;br&gt;&amp;gt; 1.5.0 or 1.5.1 under Cygwin? Something to do with DLL import/export.
&lt;br&gt;&amp;gt; Very nasty ... should not need this under Cygwin. Just treat a Cygwin
&lt;br&gt;&amp;gt; compile just like it were Linux and all should be fine. Except I can't
&lt;br&gt;&amp;gt; seem to get the makefile structure to allow me to do this ... Yet.
&lt;br&gt;&lt;br&gt;Whatever you're doing is not the right thing, you're pulling in Xerces
&lt;br&gt;headers based on MSVC and they're defining the macros properly for standard
&lt;br&gt;Windows builds. The xmlsec macros depend on those directly.
&lt;br&gt;&lt;br&gt;You have to use a configure-based build certainly, all the way down the
&lt;br&gt;stack.
&lt;br&gt;&lt;br&gt;None of which is to say this will work on cygwin no matter what you do, but
&lt;br&gt;that's the reason you're getting errors.
&lt;br&gt;&lt;br&gt;-- Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Xml-security-c-1.5.x-won%27t-compile-under-Cygwin--SEC%3DUNCLASSIFIED--tp25603755p25605089.html" />
</entry>

</feed>
