mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 05:39:39 +00:00
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
This commit is contained in:
@@ -582,6 +582,9 @@
|
||||
/* Define to 1 if you have the OpenSSL Secure Sockets Layer library. */
|
||||
#undef HAVE_OPENSSL
|
||||
|
||||
/* Define to 1 if CRYPTO has the OpenSSL BIO Method Support feature. */
|
||||
#undef HAVE_OPENSSL_BIO_METHOD
|
||||
|
||||
/* Define to 1 if CRYPTO has the OpenSSL SRTP Extension Support feature. */
|
||||
#undef HAVE_OPENSSL_SRTP
|
||||
|
||||
|
Reference in New Issue
Block a user