Uninitialized variable detected in commit 1.76

2011-11-16 Thread Chris Wilson
f (val != NULL) OPENSSL_free(val); <- uninitialied variable val used ... Since the variable is uninitialized, it could be non NULL, which if passed to OPENSSL_free could potentially cause a crash. A solution to this problem would be to assign val to 0. Thanks, Chris -- Chris Wilson http://vigilan

Re: New blackout

2009-11-25 Thread Chris Wilson
On Wed, 25 Nov 2009, The Doctor wrote: I was able to see openssl.org last night MST but not at this current time. Works fine for me. -- _ ___ __ _ / __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Perl/SQL/HTML Dev

Re: Ethereal does not show the SSL details

2009-08-26 Thread Chris Wilson
am in wireshark, choose Decode As, then set the TCP port to and choose SSL from the list. Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer | \__/_/_/_//_/___/ | We are GNU : fre

Re: Problem with certificate generated from request

2009-06-29 Thread Chris Wilson
his?  This doesn't sound like a certificate problem. It sounds like the HTML page includes some resources which are not loaded via HTTPS URLs, e.g. images or javascripts, and this is what the browser is warning you about. Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson &l

Re: SSL_CTX_new:unable to load ssl2 md5 routines

2009-01-17 Thread Chris Wilson
itives in a way that's compatible with being run inside Apache. Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer | \__/_/_/_//_/___/ | We are GNU : free

Re: SSL Installation issue

2008-12-19 Thread Chris Wilson
annot use HTTP and HTTPS on the same port. Configure Tomcat to use a different port for HTTPS. Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer | \ _/_/_/_//_/___/

Re: Doubts about security

2008-12-11 Thread Chris Wilson
org/wiki/Public-key_cryptography Hint: the private key is NOT in the packets. Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer | \ _/_/_/_//_/___/ | Stop nuclear war http:

RE: Openssl encrypt on UNIX, decrypt on Windows

2008-11-19 Thread Chris Wilson
might provide what you want, with a GUI? Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer | \ _/_/_

Re: Verifying chains

2008-10-29 Thread Chris Wilson
air. Try appending the contents of file 1 to file 2. (adding 1's certificate to 2's bundle). Cheers, Chris. -- _ __ _ \ __/ / ,__(_)_ | Chris Wilson < at qwirx.com> - Cambs UK | / (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Develop