digest: move MD4 to the digest framework
commit11478513e40aeae0413d532e98e41f24f1d76e4f
authorStefan Becker <chemobejk@gmail.com>
Fri, 1 Jul 2016 14:55:20 +0000 (1 17:55 +0300)
committerStefan Becker <chemobejk@gmail.com>
Fri, 1 Jul 2016 14:55:20 +0000 (1 17:55 +0300)
tree04844a6ab17d09cf314a536f02e5d0503512a4e7
parentd5effa244299459079f7e0d20d8afb60e20e7bc4
digest: move MD4 to the digest framework

- add sipe_digest_md4() to the sipe-digest API
- NOTE: this API may only be used by internal NTLMv2 implementation!
- sipe-digest-nss: divert to Mozilla Firefox implementation md4sum()
- sipe-digest-openssl: use MD4() implementation
- Only add md4.c to the build when NSS crypto backend and internal
  NTLMv2 implementation are selected
src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj
src/core/Makefile.am
src/core/sip-sec-digest-tests.c
src/core/sip-sec-ntlm.c
src/core/sipe-digest-nss.c
src/core/sipe-digest-openssl.c
src/core/sipe-digest.h
src/core/sipe-tls-tester.c