History log of /sssd/src/util/crypto/libcrypto/crypto_hmac_sha1.c
Revision Date Author Comments Expand
8f1316a0c677f211eaaa1346e21a03446b8c4fb1 20-Oct-2016 Lukas Slebodnik <lslebodn@redhat.com>

crypto: Port libcrypto code to openssl-1.1 EVP_MD_CTX and EVP_CIPHER_CTX are opaque in openssl-1.1 Reviewed-by: Tomas Mraz <tmraz@redhat.com>

e07a94a66985b674c5df11ca466792902164c4e2 26-Jun-2012 George McCollister <George.McCollister@gmail.com>

libcrypto fully implemented Implemented working versions of the following functions for libcrypto: sss_base64_encode sss_base64_decode sss_hmac_sha1 sss_password_encrypt sss_password_decrypt test_encrypt_decrypt now expects EOK from libcrypto. test_hmac_sha1 now expects EOK from libcrypto. Added test_base64_encode to test base64 encoding implementation. Added test_base64_decode to test base64 decoding implementation. Signed-off-by: George McCollister <George.McCollister@gmail.com>

b35f20cd8ecdc8308a3201e55752fb0443ec6ae4 24-Apr-2012 Jan Cholasta <jcholast@redhat.com>

UTIL: Add HMAC-SHA-1 function