]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 331417,331597: Add the cryptocheck test tool.
authorjhb <jhb@FreeBSD.org>
Mon, 11 Mar 2019 21:37:58 +0000 (21:37 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 11 Mar 2019 21:37:58 +0000 (21:37 +0000)
commit49ff891db3934a5b682ace02e768bc0d715ee03e
tree10a399d95b5845b1688578635486a24df3955b87
parentf613d49be7a46966e4686d1d19edbba3b0a98c88
MFC 331417,331597: Add the cryptocheck test tool.

331417:
Bring in JHB's cryptocheck tool

It can be used to validate basic algorithm correctness on a variety of inputs,
by comarison to openssl.

While here, add some sanity to the crypto/Makefile.

The tool may not be perfect, but getting it in tree where collaboration can
happen is a nice first step.  The pace of development outside of svn seems
to have slowed down mid-2017.

331597:
Update the license to note my work on cryptocheck was sponsored.

Sponsored by: Chelsio Communications
tools/tools/crypto/Makefile
tools/tools/crypto/cryptocheck.c [new file with mode: 0644]