[openssl.org #1895] [patch] ./util/mkerr.pl: +documentation; +copyright; +extras

2009-04-10 Thread Ger Hobbelt via RT
patchfile included. 1) Adds documentation (--help) to mkerr.pl; very handy for the folks who like to use this nice tool within and without OpenSSL (e.g. me ;-) ). 2) The patch also fixes the error number assignment, now _really_ starting at 100 (as hinted at in other sections of OpenSSL

[openssl.org #1897] [patch] ./util/selftest.pl: +shut up gcc by including the correct header files in the generated src

2009-04-10 Thread Ger Hobbelt via RT
1) shut up GCC (and other compilers) about implicit definition of printf() by including the headerfile delivering its prototype as well in the generated code: stdlib.h -- Met vriendelijke groeten / Best regards, Ger Hobbelt -- web:

[openssl.org #1898] [patch] ./util/selftest.pl: +shut up gcc by including the correct header files in the generated src

2009-04-10 Thread Ger Hobbelt via RT
1) shut up GCC (and other compilers) about implicit definition of printf() by including the headerfile delivering its prototype as well in the generated code: stdlib.h -- Met vriendelijke groeten / Best regards, Ger Hobbelt -- web:

[openssl.org #1899] [patch] something that didn't make it into HEAD, related to OpenSSL Security Advisory [07-Jan-2009] CVE2008-5077

2009-04-10 Thread Ger Hobbelt via RT
Error result code check in ./crypto/x509/x509_vfy.c: error return value can be negative. (My personal lesson from this: don't wait to see if one of the Top Dogs bother asking 'hm, shouldn't this change as well?' - I waited for the O.G., then forgot. And now I'm still not 110% sure if I saw

[openssl.org #1887] [patch] Fixes in openssl utitity documentation and builtin-help

2009-04-10 Thread Stephen Henson via RT
Patch committed (with some minor modification and editing). Thanks for the contribution. __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #1894] [patch] typos / linguistic bugs in docs/comments

2009-04-10 Thread Ted Mittelstaedt
Steven M. Schweda wrote: From: Ger Hobbelt g...@hobbelt.com On Thu, Apr 9, 2009 at 6:42 PM, Ted Mittelstaedt t...@toybox.placo.com wrote: Here is a patch to your patch: [...] plural, not possessive. Thanks for the correction. It's appreciated! Hey.

Re: Memory leak while using OpenSSL library

2009-04-10 Thread shehzad p
Hi Brad, Your suggestions is worked very well. Particularly I got very decreased memory leaks when I called global clean up functions at last. I also solved 66000byte memory leak as it was happening only because some silly bad programming in my modified libcsoap's hssl_client_ssl function.

RE: Memory leak while using OpenSSL library

2009-04-10 Thread David Schwartz
Now at last, there is only 48 bytes leak of (in 0.9.8k and 1.0.0 beta1 its 36 bytes) of SSL_library_init(), is of not a big issue but I will have look into openssl to just as minimize as I can. (Because restarting the application many times will slowly eat up the memory.. and will require to