1
1
Mark McPherson 61df22c460 openssl: initialise the digest context before calling EVP_DigestInit()
When using the OpenSSL libraries in FIPS mode, the function call
EVP_DigestInit() is actually #defined to FIPS_digestinit().
Unfortunately wheres EVP_DigestInit() initialises the context and then
calls EVP_DigestInit_ex(), this function assumes that the context has
been pre-initialised and crashes when it isn't.

Bug: https://trac.libssh2.org/ticket/279

Fixes #279
2013-11-21 11:35:12 +01:00
..
2009-06-04 18:20:29 +02:00
2010-12-30 00:09:53 +01:00
2013-10-16 23:06:47 +02:00
2013-10-16 23:23:26 +02:00
2012-06-04 22:54:25 +02:00