RE: Session ID is coming as NULL in openSSL 3.0.2 and TLS 1.2 version

2022-09-13 Thread Sethuraman Venugopal
Original Message- From: openssl-users On Behalf Of Viktor Dukhovni Sent: Friday, September 2, 2022 7:45 PM To: openssl-users@openssl.org Subject: Re: Session ID is coming as NULL in openSSL 3.0.2 and TLS 1.2 version  EXTERNAL EMAIL - Please use caution with links and attachments  On Fri, S

Re: Session ID is coming as NULL in openSSL 3.0.2 and TLS 1.2 version

2022-09-02 Thread Viktor Dukhovni
On Fri, Sep 02, 2022 at 07:23:41AM +, Sethuraman Venugopal wrote: > The SSL session is getting created successfully, but the session ID is > coming as NULL, due to which the handshake is failing between the > client and server. Successful handshakes need not issue a non-empty session id. The

Session ID is coming as NULL in openSSL 3.0.2 and TLS 1.2 version

2022-09-02 Thread Sethuraman Venugopal
Dear All, In our project below are the openssl and TLS version we are consuming it OpenSSL Version : OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) TLS Version : 1.2 Message Digest : SHA256 The SSL session is getting created successfully, but the session ID is coming as NULL, du