Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Timo Rothenpieler <timo@rothenpieler.org>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH v2 0/8] WHIP + TLS + UDP fixes and SChannel DTLS support
Date: Wed, 9 Jul 2025 14:10:27 +0200
Message-ID: <fa7b4b8a-54b1-4c09-b0a3-b2a7bc50794d@rothenpieler.org> (raw)
In-Reply-To: <20250706183634.38579-1-timo@rothenpieler.org>

On 06/07/2025 20:36, Timo Rothenpieler wrote:
> Second version of the series, with a bunch of the more trivial already
> merged it reduced in size a bit.
> Remaining patches have been revised after comments, and some further fixes
> have been added.
> 
> Original Cover-Letter was:
> 
> This was originally just me attempting to add DTLS support to SChannel,
> so it can be used with the WHIP protocol. But on the way there, a lot of
> random fixes and enhancements accumulated, resulting in this series.
> 
> The main new features are DTLS support for SChannel, which also happens
> to enable support for listen-mode, which was previous unsupported for
> normal TLS as well.
> 
> To enable that, udp.c had to be enhanced to allow reporting the address
> a packet was received from.
> In the process of that I realized that udp.c was clearly not made with
> bidirectional communication in mind, so that had to be fixed as well (
> The fifo buffer was used by both read and write without any checks,
> meaning the two would interfere with each other).
> 
> The rest are misc fixes for issues in WHIP and the associated new tls
> code I found.
> 
> Timo Rothenpieler (8):
>    avformat/tls: move whip specific init out of generic tls code
>    avformat/udp: make recv addr of each packet available
>    avformat/udp: separate rx and tx fifo
>    avformat/udp: add function to set remote address directly
>    avformat/tls: make passing an external socket universal
>    avformat/tls_schannel: add DTLS support
>    avformat/tls_schannel: add option to load server certificate from
>      store
>    avformat/tls_schannel: fix non-blocking write breaking TLS sessions
> 
>   configure                  |    6 +-
>   libavformat/network.h      |    3 +
>   libavformat/tls.c          |    9 -
>   libavformat/tls.h          |   11 +-
>   libavformat/tls_openssl.c  |   26 +-
>   libavformat/tls_schannel.c | 1025 ++++++++++++++++++++++++++++++++----
>   libavformat/udp.c          |   98 +++-
>   libavformat/whip.c         |    9 +-
>   8 files changed, 1044 insertions(+), 143 deletions(-)
> 

I intend to apply the series soon
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

      parent reply	other threads:[~2025-07-09 12:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-06 18:36 Timo Rothenpieler
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 1/8] avformat/tls: move whip specific init out of generic tls code Timo Rothenpieler
2025-07-07  6:30   ` Jack Lau
2025-07-07 11:26     ` Timo Rothenpieler
2025-07-07 12:33       ` Jack Lau
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 2/8] avformat/udp: make recv addr of each packet available Timo Rothenpieler
2025-07-07  8:03   ` Jack Lau
2025-07-07 11:28     ` Timo Rothenpieler
2025-07-07 12:36       ` Jack Lau
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 3/8] avformat/udp: separate rx and tx fifo Timo Rothenpieler
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 4/8] avformat/udp: add function to set remote address directly Timo Rothenpieler
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 5/8] avformat/tls: make passing an external socket universal Timo Rothenpieler
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 6/8] avformat/tls_schannel: add DTLS support Timo Rothenpieler
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 7/8] avformat/tls_schannel: add option to load server certificate from store Timo Rothenpieler
2025-07-06 18:36 ` [FFmpeg-devel] [PATCH v2 8/8] avformat/tls_schannel: fix non-blocking write breaking TLS sessions Timo Rothenpieler
2025-07-09 12:10 ` Timo Rothenpieler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fa7b4b8a-54b1-4c09-b0a3-b2a7bc50794d@rothenpieler.org \
    --to=timo@rothenpieler.org \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git