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 (*
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 so
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
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 --openssldir=/usr/local/o
Yes, I encountered the same problem in my OS/400 port of OpenSSL 1.1.1.