OpenSSL: Use EVP_Digest*() functions
authorJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 11:12:06 +0000 (14:12 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 11:12:06 +0000 (14:12 +0300)
commit4b77bf2a4092e22b1aba76d7e083fb3f687853f8
tree3dff572b3bb972f418a1a5495f0807314654f35b
parent0a5d68aba50c385e316a30d834d5b6174a4041d2
OpenSSL: Use EVP_Digest*() functions

Instead of using low level, digest-specific functions, use the generic
EVP interface for digest functions. In addition, report OpenSSL errors
in more detail.
src/crypto/crypto_openssl.c