Re: Handshake message split across multiple records

2014-10-09 Thread ankur dwivedi
You can write a script/program which sends the fragmented message. Not only the certificate message but you can fragment any handshake messages, like client hello, server hello and others. For an example while fragmenting client hello you can send the first 5 bytes first, then the remaining x byte

Handshake message split across multiple records

2014-10-09 Thread Abhinav Gandhi
Hi all, I am trying to test a case where the handshake message is fragmented across two or more records. One way I was thinking was to create a very big certificate and try. But, is there any option in openssl command line tool for that? may be something which can set the MAX SSL record size? Als