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

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

Re: path to openssl.cnf hardcoded?

2013-01-25 Thread Dr. Stephen Henson
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", I see openssl.cnf gets put

Re: path to openssl.cnf hardcoded?

2013-01-24 Thread T J
On 25/01/13 15:39, Dr. Stephen Henson wrote: On Fri, Jan 25, 2013, T J wrote: It seems the path to the config file is hardcoded into the openssl executable at compile time based on the install dir and the only way to change it is by setting the environment variable OPENSSL_CONF. I don't have t

Re: path to openssl.cnf hardcoded?

2013-01-24 Thread Dr. Stephen Henson
On Fri, Jan 25, 2013, T J wrote: > > >>It seems the path to the config file is hardcoded into the openssl > >>executable at compile time based on the install dir and the only way > >>to change it is by setting the environment variable OPENSSL_CONF. I > >>don't have that option. >

Re: path to openssl.cnf hardcoded?

2013-01-24 Thread T J
It seems the path to the config file is hardcoded into the openssl executable at compile time based on the install dir and the only way to change it is by setting the environment variable OPENSSL_CONF. I don't have that option. In my setup, I am installing openssl to a temp dir ($(SSLDIR)/base)

Re: path to openssl.cnf hardcoded?

2013-01-24 Thread T J
On 25/01/13 12:15, Dr. Stephen Henson wrote: On Fri, Jan 25, 2013, T J wrote: It seems the path to the config file is hardcoded into the openssl executable at compile time based on the install dir and the only way to change it is by setting the environment variable OPENSSL_CONF. I don't have t

Re: path to openssl.cnf hardcoded?

2013-01-24 Thread Dr. Stephen Henson
On Fri, Jan 25, 2013, T J wrote: > >>> > >>> It seems the path to the config file is hardcoded into the openssl > >>> executable at compile time based on the install dir and the only way > >>> to change it is by setting the environment variable OPENSSL_CONF. I > >>> don't have that option. > >>> >

re: path to openssl.cnf hardcoded?

2013-01-24 Thread T J
> > It seems the path to the config file is hardcoded into the openssl > executable at compile time based on the install dir and the only way > to change it is by setting the environment variable OPENSSL_CONF. I > don't have that option. > > In my setup, I am installing openssl to a temp dir ($(SS

Re: path to openssl.cnf hardcoded?

2013-01-24 Thread Dr. Stephen Henson
On Thu, Jan 24, 2013, T J wrote: > > It seems the path to the config file is hardcoded into the openssl > executable at compile time based on the install dir and the only way > to change it is by setting the environment variable OPENSSL_CONF. I > don't have that option. > > In my setup, I am ins

path to openssl.cnf hardcoded?

2013-01-23 Thread T J
It seems the path to the config file is hardcoded into the openssl executable at compile time based on the install dir and the only way to change it is by setting the environment variable OPENSSL_CONF. I don't have that option. In my setup, I am installing openssl to a temp dir ($(SSLDIR)/ba