On 2020-08-21 19:48, Benjamin Kaduk wrote:
On Fri, Aug 21, 2020 at 05:05:51PM +0200, Detlef Vollmann wrote:
On 2020-08-20 21:44, Detlef Vollmann wrote:
Is there any way to set the maximum fragment size for
DTLS handshake with a BIO pair?
One solution is to set the MTU and the int_bio size to
On Fri, Aug 21, 2020 at 05:05:51PM +0200, Detlef Vollmann wrote:
> On 2020-08-20 21:44, Detlef Vollmann wrote:
> >
> > Is there any way to set the maximum fragment size for
> > DTLS handshake with a BIO pair?
> One solution is to set the MTU and the int_bio size to
> exactly the same value.
> Anot
On 2020-08-20 21:44, Detlef Vollmann wrote:
if I create a BIO pair with
BIO_new_bio_pair(&int_bio, 0, &ext_bio_, 0);
then I tried to use SSL_set_mtu(), DTLS_set_link_mtu()
and SSL_CTX_set_max_send_fragment(ctx, 1000).
None of them gave me an error, but also none of them worked:
the ServerHell
Hello,
if I create a BIO pair with
BIO_new_bio_pair(&int_bio, 0, &ext_bio_, 0);
then I tried to use SSL_set_mtu(), DTLS_set_link_mtu()
and SSL_CTX_set_max_send_fragment(ctx, 1000).
None of them gave me an error, but also none of them worked:
the ServerHello was still sent as a single packet (>