Re: [openssl-users] FW: Help to understand WPACKET API

2017-12-25 Thread Ananthaneni Saitejachowdary
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 nee

Re: [openssl-users] FW: Help to understand WPACKET API

2017-12-22 Thread Matt Caswell
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. > >   >

[openssl-users] FW: Help to understand WPACKET API

2017-12-19 Thread Sai Teja Chowdary
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 :