[openssl-users] troubleshooting a puzzling issue

Richard Levitte levitte at openssl.org
Fri Jan 13 17:20:20 UTC 2017


In message <8DF59EE9-2677-47D3-B9F6-69904B3EAE63 at inria.fr> on Fri, 13 Jan 2017 16:46:59 +0100, Thierry Parmentelat <thierry.parmentelat at inria.fr> said:

thierry.parmentelat> so I do see md5 in the list of digests

Ok

thierry.parmentelat> 
thierry.parmentelat> what else should I be looking at ? 
thierry.parmentelat> is there a way to get some sort of error code or something that would at least hint at a direction..

I found that M2Crypto has an Err package, so add this to your script:

    if v <= 0:
        print(M2Crypto.Err.get_error());
    else:
        print("v = {}".format(v))

-- 
Richard Levitte         levitte at openssl.org
OpenSSL Project         http://www.openssl.org/~levitte/


More information about the openssl-users mailing list