DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30455

Java xml-sec large document signing improvements.





------- Additional Comments From [EMAIL PROTECTED]  2004-08-10 22:14 -------
New version of the patch, Changelog:

* Improves memory consumption in enveloping signatures(i.e. it uses also an
OutputStream wrapper pattern when signed like it does when digesting). It seems
is not as good as digest optimization, the sun jce should keep all memory when
signing instead of signing when updating.:(

* Remove several protecting copies that consume a lot when working with really
big documents. Perhaps it should be good to have protected methods that doesn't
do protecting copies of the arguments, and have the public/external ones that do
it. Right now the place where removed does not seems very external(but public
anyway)

Some people have already test this patch and have found big improvments in big
document. Still the patch is not clean/good enought to be commited.

Reply via email to