XML-Security-C memory leak

2005-03-07 Thread Jesse Pelton
OpenSSLCryptoBase64::b642BN() leaks memory in the following line: return BN_dup(BN_bin2bn(buf, bufLen, NULL)); BN_bin2bn() allocates a BIGNUM, so there's no need to dup it, and doing so causes the first one to leak. This is not the only leak I'm seeing in my app, but it's the only one I'

Axis...

2005-03-07 Thread Rafael José Deitos
Does someone knows what the "AdminServlet" does in the Axis Engine??? I enabled it, but entering "http://localhost:8080/axis/servlet/AdminServlet"; the information I get is only that the server is running... I was wonder if the AdminServlet provides anything else??? =

Re: first run, xalan problems?

2005-03-07 Thread David Han
Siegfried is right. If you have installed BouncyCastle package, as recommended, you need to add following line to ../jre/lib/securiy/java.security security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider Good Luck David --- Siegfried Goeschl <[EMAIL PROTECTED]> wrote: > Hi Peter,

Re: first run, xalan problems?

2005-03-07 Thread Siegfried Goeschl
Hi Peter, as a newbie I'm not sure but it looks like a problem with your registered JCE providers - DESEDEWRAP is provided by SunJGSS 1.0 and BC (on my box running JDK 1.4.2) Cheers, Siegfried Goeschl Peter Wayner wrote: Hi-- I can only get a few of the ANT targets to work on the l

first run, xalan problems?

2005-03-07 Thread Peter Wayner
Hi-- I can only get a few of the ANT targets to work on the latest version of the XML-Security, even after moving a copy of the Xalan library to the endorsed folder. If anyone can suggest a fix, I would be grateful. Thanks. Here's what the ant build error looks like when I try to run ANT targe