I'm trying to use TLS smtp options in muttng which uses libesmtp. In libesmtp there is a line:
ctx = SSL_CTX_new (TLSv1_client_method ());
The return value is null as a result of this code in SSL_CTX_new
if ((ret->md5=EVP_get_digestbyname("ssl3-md5")) == NULL)
{
SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES);
goto err2;
}
What I'm trying to figure out is why this is EVP_get_digestbyname is returning NULL so I can track down if this is really a bug somewhere and where to report it.
--
GaveUp
[hidden email]
Public Key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x959E3833Fingerprint: 9EA4 0D98 5371 2C0B A0D6 B850 F2F4 9AB6 959E 3833