Hi Victor,
Thanks for your suggestion. I was under the impression that the TLS
extension (RFC 4366) has some chunking mechanism where the application
protocol does not have to create the chunks.
Does Openssl implement this extension and if it does would it be possible
for me to take advantage of that using some APIs ?

Animesh

On Fri, May 15, 2009 at 12:04 PM, Victor Duchovni <
victor.ducho...@morganstanley.com> wrote:

> On Fri, May 15, 2009 at 10:39:43AM -0400, Animesh Chowdhury wrote:
>
> > We want to set the max fragment length during connection setup to
> something
> > higher than 2^14 . Is it possible ?
>
> SSL/TLS message sizes are limited to 2^14 octets + overhead for
> compression/encryption.
>
> > Our data size is greater than 16K. So it would be ok even if I set the
> value
> > to 2^12 as long as the data is sent from server to client in its entirety
> in
> > multiple chunks.
> > How do I set the value? In which version of openssl is the feature
> enabled?
>
> SSL sends streams of data. Implement higher level message boundaries in
> the application protocol.
>
> http://tools.ietf.org/html/rfc4346#section-6.2.1
>
> --
>        Viktor.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           majord...@openssl.org
>



-- 
"We stand by your parents" - Visit www.nriparentalcare.com for more details.

For your international travel needs visit www.gangestravels.com

Reply via email to