I do not remember why exactly this was changed, but I believe one of the reasons was that back when EC certificates were new, FFmpeg was only using the SSL 3.0/TLS 1.0 functions of the library, which meant a security downgrade and prevented it from connecting to hosts that restricted clients to newer protocol versions. Both libraries are kind of terrible, but at least OpenSSL does not have a start function that unconditionally incurs significant startup delays (200-300ms on an older laptop) for everything that links to it.
Description
No description provided
Languages
Shell
100%