> Hi All,

> I tried to found out a interface which can be used to set the
> SSL record size as a specified number, but I failed.
> e.g. I hope the TLS record size shall be equal to 512 bytes,
> how should i do?

The SSL record size will vary with each record depending on what it
contains. If your cipher has a block size of 8 bytes and only 8 bytes of
data need to be sent, how is the implementation supposed to make a 512-byte
record out of that?

If you mean the maximum record size, that's specified in the standard. If
you change that, it's not TLS anymore. Are you talking about DTLS datagram
size? Or what?

DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to