Date: Mon, 2 Jun 2003 16:45:33 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/crypto cryptotest.c Message-ID: <200306022345.h52NjXpc003608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/06/02 16:45:33 PDT FreeBSD src repository Modified files: tools/tools/crypto cryptotest.c Log: Merge from private version: o add hash operations o make AES operations useful: split into 3 ops based on key length (specify aes for AES w/ 128 bit keys, aes192 for 192-bit keys, and aes256 for 256-bit keys o add -c option to force encrypt->decrypt result to be compared against the original plaintext (need to compare it against a known good implementation like openssl) o change multi-threaded test output to be more meaningingful o fix default block size selection to consider algorithm's blocking needs Revision Changes Path 1.4 +126 -49 src/tools/tools/crypto/cryptotest.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306022345.h52NjXpc003608>