Change #263988
| Category | ffmpeg |
| Changed by | Timo Rothenpieler <timo@rothenpieler.org> |
| Changed at | Wed 08 Apr 2026 14:26:29 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 5c35d0b880156bef542d7221a6d96fe46f6d22aa |
Comments
avformat/tls_gnutls: actually send client cert if one is provided Without setting this flag, apparently gnutls will only send the client certificate according some logic based on what it thinks the server accepts. This is not the case a lot of times. Just force it to send the client cert the user supplied, if one was supplied, no matter what. Fixes #22707
Changed files
- libavformat/tls_gnutls.c