summaryrefslogtreecommitdiff
path: root/src/util/crypto/libcrypto/crypto_sha512crypt.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-26libcrypto fully implementedGeorge McCollister1-1/+2
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>
2011-05-23Set _GNU_SOURCE globallySumit Bose1-1/+0
2010-09-08Move crypto functions into its own subdirJakub Hrozek1-0/+381
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.