Re: Windows 10 run-time issue

2019-10-03 Thread Andy Kennedy
Please excuse the top post, replying from my cell phone. And so it is. My bad! Andy On Thu, Oct 3, 2019, 8:25 AM Matt Caswell wrote: > > > On 03/10/2019 00:50, Andy Kennedy wrote: > > > So, I connect to the app with the VS debugger and find: > > > > file: pki_crypto.c: > > > > functio

Re: Windows 10 run-time issue

2019-10-03 Thread Matt Caswell
On 03/10/2019 00:50, Andy Kennedy wrote: > So, I connect to the app with the VS debugger and find: > > file: pki_crypto.c: > > function:  pki_signature_from_ecdsa_blob() > > line: (1769) SAFE_FREE(raw_sig_data); These symbols all appear to be libssh symbols so I don't think

Re: error 114

2019-10-03 Thread Vitezslav Cizek
V Thu, 3 Oct 2019 06:32:48 -0600 napsáno: > fetchmail fails when openssl reports an error 114 (I think) Actually it doesn't. > stat("/etc/ssl/certs/4a6481c9.0", {st_mode=S_IFREG|0644, > st_size=1354, ...}) = 0 openat(AT_FDCWD, "/etc/ssl/certs/4a6481c9.0", > O_RDONLY) = 4 fstat(4, {st_mode

Re: OpenSSL compilation errors in Windows

2019-10-03 Thread Matt Caswell
On 03/10/2019 11:10, Nagalakshmi V J wrote: > Hi Matthias, > >   > > Please find my response for your queries below. > >   > > It would be more helpful if you would tell us *why* you are including > ssl_locl.h > and what you are trying to achieve. Then we might be able to tell you how you >

Re: error 114

2019-10-03 Thread Jakob Bohm via openssl-users
On 03/10/2019 14:32, russellb...@gmail.com wrote: fetchmail fails when openssl reports an error 114 (I think) stat("/etc/ssl/certs/4a6481c9.0", {st_mode=S_IFREG|0644, st_size=1354, ...}) = 0 openat(AT_FDCWD, "/etc/ssl/certs/4a6481c9.0", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_si

error 114

2019-10-03 Thread russellbell
fetchmail fails when openssl reports an error 114 (I think) stat("/etc/ssl/certs/4a6481c9.0", {st_mode=S_IFREG|0644, st_size=1354, ...}) = 0 openat(AT_FDCWD, "/etc/ssl/certs/4a6481c9.0", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=1354, ...}) = 0 read(4, "-BEGIN CERTIFICATE--

RE: OpenSSL compilation errors in Windows

2019-10-03 Thread Nagalakshmi V J
Hi Matthias, Please find my response for your queries below. It would be more helpful if you would tell us *why* you are including ssl_locl.h and what you are trying to achieve. Then we might be able to tell you how you could achieve your goal using the officially supported API. [Nagalaksh

OPENSSL IS NOT GENERATING RESPONSE

2019-10-03 Thread shiva kumar
HI, when I run the following command the response is not generated *util/shlib_wrap.sh apps/openssl ts -config test/CAtsa.cnf -reply -section tsa_config1 -queryfile req1.tsq -out resp1.tsr* output >>Using configuration from test/CAtsa.cnf >>Response is not generated. though I have run and gener