[Asterisk-code-review] res_rtp_asterisk: Add support for DTLS packet fragmentation. (...asterisk[13])

Joshua Colp asteriskteam at digium.com
Thu Jun 13 08:51:05 CDT 2019


Hello Friendly Automation, Sean Bright, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/c/asterisk/+/11467

to look at the new patch set (#2).

Change subject: res_rtp_asterisk: Add support for DTLS packet fragmentation.
......................................................................

res_rtp_asterisk: Add support for DTLS packet fragmentation.

This change adds support for larger TLS certificates by allowing
OpenSSL to fragment the DTLS packets according to the configured
MTU. By default this is set to 1200.

This is accomplished by implementing our own BIO method that
supports MTU querying. The configured MTU is returned to OpenSSL
which fragments the packet accordingly. When a packet is to be
sent it is done directly out the RTP instance.

ASTERISK-28018

Change-Id: If2d5032019a28ffd48f43e9e93ed71dbdbf39c06
---
M configs/samples/rtp.conf.sample
M configure
M configure.ac
A doc/CHANGES-staging/res_rtp_asterisk_dtls_fragmentation.txt
M include/asterisk/autoconfig.h.in
M menuselect/configure
M res/res_rtp_asterisk.c
7 files changed, 284 insertions(+), 54 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/67/11467/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11467
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: If2d5032019a28ffd48f43e9e93ed71dbdbf39c06
Gerrit-Change-Number: 11467
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190613/a0e44e5e/attachment.html>


More information about the asterisk-code-review mailing list