From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 6D2EA4BC20 for ; Wed, 23 Jul 2025 17:49:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id BEFFE68C9FF; Wed, 23 Jul 2025 20:49:00 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 5371868C4F5 for ; Wed, 23 Jul 2025 20:48:53 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 914C91F68A for ; Wed, 23 Jul 2025 17:48:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1753292932; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ME7bv0VuHnV93gKk8NpogDQQDon5y3+0OVxS1ERBGJI=; b=onkb2C2f5Nwr/0g2wN1N4fah1oWcnhBFnjCNErMuF65kaYzC14oTA6WfN5FoTMarjdebxq CUMJIxr6nIzg4YfVy4rv0dzBgXA9qlLlQlHOQ3tki9SsqBa5wH+fVWiRcpFcpKiiZkx3Xr Wt0Gaes8HLgv9Lq3HWdcXtGxSRwGBvfi7gfqae8bISo88jhUDCPLRSDuynJuGD5b21drMP qo3UA5laUh1cyre0m6o9fYR/NO80LXGZ/5jw4yRH9Wk8L5lpNO1T6zvk+KCNCIIif1vERX iqJNGNh9VVPLsgpfBrAPT/O2oRddfPrn7rtrzymBz4T4LpiBd7I1P3S6mHHNtQ== Date: Wed, 23 Jul 2025 19:48:51 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250723174851.GM29660@pb2> References: <20250723114343.GK29660@pb2> <20250723162710.GL29660@pb2> <0E79640C-B2A7-4C81-9618-CEEC09357668@unified-streaming.com> MIME-Version: 1.0 In-Reply-To: <0E79640C-B2A7-4C81-9618-CEEC09357668@unified-streaming.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgdejkeegudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieefjefgieejhfevgfeiteduueeltedtteehudejtdeggfekteejudevtefhjeetnecuffhomhgrihhnpegtrhhtrdhshhdpfhhfmhhpvghgrdhorhhgnecukfhppeeguddrieeirdeihedrudejieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeihedrudejiedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] FFmpeg 8.0 Release X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8729883928616337521==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8729883928616337521== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+WuJlkc7NiFReAfS" Content-Disposition: inline --+WuJlkc7NiFReAfS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 23, 2025 at 06:43:51PM +0200, Dimitry Andric wrote: > On 23 Jul 2025, at 18:27, Michael Niedermayer wr= ote: > >=20 > > On Wed, Jul 23, 2025 at 03:45:28PM +0200, Timo Rothenpieler wrote: > >> On 23/07/2025 13:43, Michael Niedermayer wrote: > >>> Hi everyone > >>>=20 > >>> I intend to create the release/8.0 branch in the next 1-2 weeks > >>> after that i intend to make teh 8.0 release in the following 1-2 weeks > >>>=20 > >>> If theres something you want in it make sure its pushed before the br= anch > >>> is made. > >>=20 > >> Would it be sensible to enable tls verify by default with 8.0? > >> Or would that have to go through a longer "deprecation" period? > >>=20 > >> We've just added proper verification support to openssl, schannel and = other > >> backends already had it. > >> It's just default-disabled for some reason. > >> IMO it'd make sense to turn it on by default, it has surprised me and = other > >> people in the past that FFmpeg does not verify TLS certificates in any= way > >> by default. > >=20 > > Is there some disadvantage ? > >=20 > > if not i would suggest to enable it >=20 > As long as there is a command line option to disable checking, it should > be a good default. > There are many sites out there with badly configured > certificates, or self-signed ones, which would no longer work, otherwise. the fix for this is to check crt.sh example: https://crt.sh/?q=3Dffmpeg.org and if there are or where correct certificates, reject the self signed one otherwise allow self signed by default with a warning thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein --+WuJlkc7NiFReAfS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaIEgfQAKCRBhHseHBAsP q8xLAJ4w4q1C1Jw2qi1QhVHStPkGH7ceTgCggTPH6jE3qDAyLdfVJ4Tj9mJwZxU= =CbMp -----END PGP SIGNATURE----- --+WuJlkc7NiFReAfS-- --===============8729883928616337521== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============8729883928616337521==--