[openssl-users] configuring OpenSSL to split handshake messages

Eugène Adell eugene.adell at gmail.com
Thu Nov 15 11:17:41 UTC 2018


This is mainly for experimental reason (client compliance checking,
performance measurement). As the SSL/TLS protocol allows it, why not to
test ?
If no other solution than modifying the source code, where should I look ?

Le jeu. 15 nov. 2018 à 12:12, Matt Caswell <matt at openssl.org> a écrit :

>
>
> On 15/11/2018 10:53, Eugène Adell wrote:
> > Hello,
> >
> > I am looking for a way to configure OpenSSL then it will send handshake
> records
> > one by one in their respective TCP packet, instead of sending one big
> message
> > containing several records. Typically, in my network captures I see the
> server
> > sending one message containing Server Hello + Certificate + Server Hello
> Done
> > records, and I would like to know how to send 3 messages, each one
> containing
> > only one record. I checked OpenSSL options and the user mailing-list
> archives
> > without finding the answer, and I am not sure this is even possible (by
> > configuration only).
>
> I'm intrigued to know why you would want to do that. Anyway, I don't
> believe
> this is currently possible without modifying the OpenSSL source code.
>
> Matt
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20181115/7ea82d99/attachment.html>


More information about the openssl-users mailing list