Re: [openssl-users] -fPIC option missing for crypto/bn/x86_64-gcc.c and some other files in 1.0.2l that exists in 1.0.1m & 1.1.0c

2017-06-08 Thread Bill Smith
Thanks for the info. It turns out that we had customized the configure script but the person who did it didn't document it correctly. Once I got that sorted out, I was able to build it correctly. -Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behal

Re: [openssl-users] Session Ticket Support in Openssl TLS 1.2

2017-06-08 Thread Matt Caswell
On 08/06/17 23:12, Neetish Pathak wrote: > Thanks. > I had one query regarding the TLS 1.3 implementation on server side. I > have a simple client server program with session resumption working with > TLS 1.2. > When I use TLS 1.3, I see that server hello message has a malformed > packet. How

Re: [openssl-users] Session Ticket Support in Openssl TLS 1.2

2017-06-08 Thread Neetish Pathak
Thanks. I had one query regarding the TLS 1.3 implementation on server side. I have a simple client server program with session resumption working with TLS 1.2. When I use TLS 1.3, I see that server hello message has a malformed packet. Though the SSL handshake is successful. I am not observing ses

Re: [openssl-users] newer openSSL no longer produce libeay32 on Windows?

2017-06-08 Thread Jakob Bohm
On 08/06/2017 20:26, Ludwig, Mark wrote: From: Jakob Bohm, Thursday, June 08, 2017 12:32 PM On 08/06/2017 18:48, Baojun Wang wrote: Also on Windows (64-bit), openssl produces libssl-1_1-x64.dll as well as libcrypto-1_1-x64.dll, this could be painful for application who has to specify openssl de

Re: [openssl-users] newer openSSL no longer produce libeay32 on Windows?

2017-06-08 Thread Ludwig, Mark
> From: Jakob Bohm, Thursday, June 08, 2017 12:32 PM > > On 08/06/2017 18:48, Baojun Wang wrote: > > Also on Windows (64-bit), openssl produces libssl-1_1-x64.dll as well > > as libcrypto-1_1-x64.dll, this could be painful for application who > > has to specify openssl dependency, for example now

Re: [openssl-users] newer openSSL no longer produce libeay32 on Windows?

2017-06-08 Thread Jakob Bohm
On 08/06/2017 18:48, Baojun Wang wrote: On windows platform, Some libraries (not openSSL) explicitly link with libeay32.dll, however, it seems openSSL 1.1+ only builds libssl & libcrypto (personally I prefer this, because it is consistent with other *nix platforms). What is the purpose of libea

[openssl-users] newer openSSL no longer produce libeay32 on Windows?

2017-06-08 Thread Baojun Wang
Hi list, On windows platform, Some libraries (not openSSL) explicitly link with libeay32.dll, however, it seems openSSL 1.1+ only builds libssl & libcrypto (personally I prefer this, because it is consistent with other *nix platforms). What is the purpose of libeay32? Is it only for 32-bit windows

Re: [openssl-users] Session Ticket Support in Openssl TLS 1.2

2017-06-08 Thread Matt Caswell
On 08/06/17 01:26, Neetish Pathak wrote: > Hello All, > > I am new to the Openssl community. > I am using the latest version of Openssl (with TLS 1.3 enabled) for > performance benchmarking. I wanted to know if the session ticket support > for session resumption enabled;ed by default for OpenSSL