This is an archive of the discontinued LLVM Phabricator instance.

Add interceptors for md2(3) from NetBSD
ClosedPublic

Authored by krytarowski on Dec 7 2018, 8:59 PM.

Details

Summary

MD2Init, MD2Update, MD2Final, MD2End, MD2File, MD2Data - calculates the
RSA Data Security, Inc., "MD2" message digest.

Add a dedicated test.

Diff Detail

Event Timeline

krytarowski created this revision.Dec 7 2018, 8:59 PM
vitalybuka accepted this revision.Dec 10 2018, 12:29 AM
vitalybuka added inline comments.
test/sanitizer_common/TestCases/NetBSD/md2.cc
100

maybe better names

This revision is now accepted and ready to land.Dec 10 2018, 12:29 AM
krytarowski marked an inline comment as done.Dec 10 2018, 1:00 AM
krytarowski added inline comments.
test/sanitizer_common/TestCases/NetBSD/md2.cc
100

I have no better idea than md2_test1 or md2_test_md2data_test1 or similar.. so I will keep using the current ones.

This revision was automatically updated to reflect the committed changes.