You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mesalink doesn't provide an equivalent interface to SSL_CTX_use_certificate_file.
Furthermore, the function mesalink_SSL_CTX_use_certificate_chain_file takes these arguments:
MESALINK_CTX *
const char *
int
Whereas the analogous OpenSSL function SSL_CTX_use_certificate_chain_file only takes two arguments:
It would seem to me that given its arguments, mesalink_SSL_CTX_use_certificate_chain_file is actually more analogous to SSL_CTX_use_certificate_file, which accepts the same arguments.
Mesalink doesn't provide an equivalent interface to SSL_CTX_use_certificate_file.
Furthermore, the function mesalink_SSL_CTX_use_certificate_chain_file takes these arguments:
Whereas the analogous OpenSSL function SSL_CTX_use_certificate_chain_file only takes two arguments:
See the OpenSSL docs: https://www.openssl.org/docs/man1.0.2/man3/SSL_CTX_use_certificate_chain_file.html
The text was updated successfully, but these errors were encountered: