4:23 PM
To: openssl-users@openssl.org
Subject: Re: [openssl-users] FW: Help to understand WPACKET API
On 19/12/17 13:43, Sai Teja Chowdary wrote:
> After going through the code I understand the new tls1.3 implemented
> OpenSSL code is using WPACKET API to frame the records. I need h
On 19/12/17 13:43, Sai Teja Chowdary wrote:
> After going through the code I understand the new tls1.3 implemented
> OpenSSL code is using WPACKET API to frame the records. I need help in
> understanding what the following functions do. I am new to the mailing
> list, thanks in advance.
>
>
>
Hi,
I am trying to tweak openssl-master client to test a tls1.3 enabled server.
I want to club the client certificate, client key exchange , change cipher spec
and certificate verify into single handshake message.( So that the record shows
up as multiple handshake messages).
OpenSSL Version :