Quoting Sfan5 (2024-05-17 10:34:50) > As of mbedTLS 3.6.0 TLSv1.3 is enabled by default and certificate > verification > is now mandatory. Our default configuration does not do verification, so > downgrade to 1.2 in these situations to avoid breaking it. > > ref: https://github.com/Mbed-TLS/mbedtls/issues/7075 > Signed-off-by: sfan5 <sf...@live.de> > ---
Would it not be simpler to simply set authmode to MBEDTLS_SSL_VERIFY_OPTIONAL unconditionally, then just disregard the verification result? -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".