I'm finding that a few commands (for now dig and nslookup) that fail no matter what with the following output:
19-Jan-2016 15:01:50.219 ENGINE_by_id failed (crypto failure) 19-Jan-2016 15:01:50.219 error:2606A074:engine routines:ENGINE_by_id:no such engine:eng_list.c:389:id=gost dig: dst_lib_init: crypto failure Even stuff like dig -h results in this, so I'm guessingI guess this happens before the actual command execution starts
I remember these commands used to work, but they're not something I used very often, so I can't exactly pinpoint the origin
I can, however, say that I have messed with ssl options recently. Particularly, I was having problems handling GPG keys, and had to run export OPENSSL_CONF=/etc/ssl/openssl.cnf in order to make it work I also found this issue, which seems to be similar. But that project has nothing to do with what I'm doing, and their solution (unsettingsunsetting OPENSSL_CONF) did not work for me
EDIT: I'm running Arch Linux. The only change I did regarding OpenSSL configurations was running export OPENSSL_CONF=/etc/ssl/openssl.cnf which I needed to use gpg, but I already tried unsetting that
Running unset OPENSSL_CONF; dig -h results in the same output