Add user-defined argument in TLS 1.3 External PSK callback

2020-04-15 Thread brandon.murphy1996 via openssl-users
Hi, For my project, I need to perform a external PSK mode TLS 1.3 handshake. As per the documentation, I am setting up a callback on client my SSL object using the following: SSL_set_psk_use_session_callback(ssl, psk_use_session_cb_func) and the callback's formal arguments are: typedef int

Re: TLSv1 on CentOS-8

2020-04-15 Thread Junaid Mukhtar
Thanks a lot; It really helped Regards, Junaid On Wed, Apr 15, 2020 at 5:04 PM Tomas Mraz wrote: > On Wed, 2020-04-15 at 16:57 +0100, Junaid Mukhtar wrote: > > Hi Team > > > > I am trying to enable TLSv1 on CentOS-8. We don't have the ability to > > upgrade the server unfortunately

Re: TLSv1 on CentOS-8

2020-04-15 Thread Tomas Mraz
On Wed, 2020-04-15 at 16:57 +0100, Junaid Mukhtar wrote: > Hi Team > > I am trying to enable TLSv1 on CentOS-8. We don't have the ability to > upgrade the server unfortunately so we need to enable TLSv1 with > weak-ciphers on OpenSSL. > > I have tried to build the OpenSSL version manually using

TLSv1 on CentOS-8

2020-04-15 Thread Junaid Mukhtar
Hi Team I am trying to enable TLSv1 on CentOS-8. We don't have the ability to upgrade the server unfortunately so we need to enable TLSv1 with weak-ciphers on OpenSSL. I have tried to build the OpenSSL version manually using switches "./config --prefix=/usr/local/openssl

Re: Problems porting Openssl 1.1.1d to zos.

2020-04-15 Thread Dan Fulger
Yes, I encountered the same problem in my OS/400 port of OpenSSL 1.1.1.

Re: Problems porting Openssl 1.1.1d to zos.

2020-04-15 Thread Stephan Mühlstrasser
Am 14.04.20 um 14:57 schrieb K Lengauer: Hi Stephan, Thank you for your quick response and also the link to your github issue. I must have brushed over it when searching for similar issues, apologies. Anyway, this seems to further confirm the issue(s) at hand... Did you have any success or have