]> git.eshelyaron.com Git - emacs.git/commit
Warn against using the MD4 hash function
authorStefan Kangas <stefan@marxist.se>
Wed, 28 Oct 2020 01:37:18 +0000 (02:37 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 28 Oct 2020 01:45:17 +0000 (02:45 +0100)
commit01d67bc8450a4c9f94667efd8698feb454a81d6e
tree2b7ce9f11ac9876a2dee083574ef803b1252c5cc
parent2efff5e61caae07b827840dd80eef61ed5ef40f9
Warn against using the MD4 hash function

* lisp/md4.el (md4): Warn against using it, since its security is
non-existent and it has been declared obsolete.  It should probably
only be used by our NTLM support.  Point users to secure-hash instead.
lisp/md4.el