Re: path to openssl.cnf hardcoded?

2013-01-27 Thread T J
On 28/01/13 11:20, Dr. Stephen Henson wrote: On Mon, Jan 28, 2013, T J wrote: On 26/01/13 03:07, Dr. Stephen Henson wrote: On Fri, Jan 25, 2013, T J wrote: openssl version -d shows the INSTALL_PREFIX directory == $(SSLDIR)/base. OpenSSL> version -d OPENSSLDIR: "/home/tjordan/workspace/mypr

Status of Secure Remote Password (SRP)?

2013-01-27 Thread Jeffrey Walton
Hi All, I just made a recommendation for Thomas Wu's Secure Remote Password (SRP). I know Thomas Wu submitted patches some time ago (http://rt.openssl.org/Ticket/Display.html?id=1794&user=guest&pass=guest). What is the status of SRP in OpenSSL? Is it in mainline? Or does it need to be pulled fro

Re: path to openssl.cnf hardcoded?

2013-01-27 Thread Dr. Stephen Henson
On Mon, Jan 28, 2013, T J wrote: > > On 26/01/13 03:07, Dr. Stephen Henson wrote: > >On Fri, Jan 25, 2013, T J wrote: > > > >>openssl version -d shows the INSTALL_PREFIX directory == $(SSLDIR)/base. > >> > >>OpenSSL> version -d > >>OPENSSLDIR: > >>"/home/tjordan/workspace/myproject/current/appfs

Re: path to openssl.cnf hardcoded?

2013-01-27 Thread T J
On 26/01/13 03:07, Dr. Stephen Henson wrote: On Fri, Jan 25, 2013, T J wrote: openssl version -d shows the INSTALL_PREFIX directory == $(SSLDIR)/base. OpenSSL> version -d OPENSSLDIR: "/home/tjordan/workspace/myproject/current/appfs/openssl/build/base" OpenSSL> If I set --openssldir="/usr/bin

question about including openssl libs in my application

2013-01-27 Thread Marek FloriaƄczyk
Hello, I'm fairly new to programming. I have question about including openSSL libraries into my application on windows platform. Application is written with Qt library, it uses SSL connection with certificates to connect to the server which is part of my system. Qt libraries needs libeay32.dll