I have just installed a new version (2025.07.10) of the code that makes it
possible for RTSP clients to do extra work (e.g., certificate checking) while
setting up a TLS connection.
To do this, you must compile “TLSState.cpp” with
CLIENT_TLS_SETUP_EXTRA
defined, and then implement the me
--- Begin Message ---
Classified as: {OPEN}
OK, I understand you don't want to modify the RTSPCLient constructor. However,
is it possible to add a verify_callback in ClientTLSState::setup() and let
openSSL check the certificate validity using the OS certificate store? There
will be no impact