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
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
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
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
> 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
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
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
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