Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #238562

Category ffmpeg
Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
Changed at Mon 07 Jul 2025 01:52:47
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 019ca5f01370942ca638f76c16cb4e35b37c7e80

Comments

avformat/tls_openssl: use SSL_CTX_set_min_proto_version
Using SSL_CTX_set_options to disallow specific versions is
discouraged by the documentation, which recommends to use
SSL_CTX_set_min_proto_version instead.

Changed files