Re: [openssl-users] openssl-users Digest, Vol 28, Issue 33

2017-03-25 Thread ghanashyam satpathy
ld_retry(in)) continue; goto err; } fwrite(buf, 1, i, stdout); fflush(stdout); } ret = 0; err: if (ret) { ERR_print_errors_fp(stderr); } BIO_free(in); exit(ret); return (!ret); } On Sat, Mar 25, 2017 at 8:59 PM, ghanashyam satpathy < ghanashyam.satpa...@gmail.com> wrote: > However this type of TLS l

Re: [openssl-users] openssl-users Digest, Vol 28, Issue 33

2017-03-25 Thread ghanashyam satpathy
quest (R Kaja Mohideen) >2. Re: how to implement functions for STACK OF custom type? > (Dr. Stephen Henson) >3. TLSv1_2_method (Lei Kong) >4. Re: TLSv1_2_method (Viktor Dukhovni) >5. TLS leak for openssl 1.1.0b with libcurl 7.50.3 >

[openssl-users] TLS leak for openssl 1.1.0b with libcurl 7.50.3

2017-03-25 Thread ghanashyam satpathy
I use libcurl 7.50.3 as statically linked in my application dll , along with openssl 1.1.0b also statically linked. The dll is dynamically loaded using LoadLibrary() and unloaded using FreeLibrary() inside application exe. I observed a TLS index is not getting freed which was allocated inside opens

[openssl-users] Openssl-fips object module static library build with /MD option

2016-04-04 Thread ghanashyam satpathy
I have a question on compiling Openssl-fips object module as 64 bit static library in win 8.1. I am using following versions of source and compile instruction. openssl-fips-2.0.12 1. cd openssl-fips-2.0.12 2. SET FIPSDIR=C:\tools\fips\opensslfips 3. ms\do_fips no-asm This turns out the build