-
Zentaro Kavanagh authored
- Replace uses of MD5 implementation in base with boringssl. - Replace uses of internal MD4 implementation with boringssl. - Use DES directly from boringssl and remove mozilla DES code. - The existing DES code was partially using boringssl already. - The existing DES code was setting parity itself. Now uses boringssl's DES_set_odd_parity - Re-implemented the mapping of a 128 bit NTLM hash onto three DES keys in Create3DesKeysFromNtlmHash BUG=chromium:755368,chromium:22532 Change-Id: I9f363b66c32dc8f7529627887ac46023403637e4 Reviewed-on: https://chromium-review.googlesource.com/616801 Commit-Queue: Zentaro Kavanagh <zentaro@google.com> Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#505285}
163381df