Module Name: src Committed By: pgoyette Date: Tue Jan 14 17:51:39 UTC 2014
Modified Files: src/tests/crypto: Makefile Added Files: src/tests/crypto/opencrypto: Makefile Makefile.inc h_aesctr1.c h_aesctr2.c h_arc4.c h_camellia.c h_cbcdes.c h_comp.c h_comp_zlib.c h_comp_zlib_rnd.c h_gcm.c h_md5.c h_md5hmac.c h_null.c h_xcbcmac.c t_opencrypto.sh Log Message: Add some trivial tests for the in-kernel opencrypto framework, and link them into the build. (Thanks to Matthias Drochner for the test programs!) XXX The arc4 and null tests currently fail - under investigation. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/crypto/Makefile cvs rdiff -u -r0 -r1.1 src/tests/crypto/opencrypto/Makefile \ src/tests/crypto/opencrypto/Makefile.inc \ src/tests/crypto/opencrypto/h_aesctr1.c \ src/tests/crypto/opencrypto/h_aesctr2.c \ src/tests/crypto/opencrypto/h_arc4.c \ src/tests/crypto/opencrypto/h_camellia.c \ src/tests/crypto/opencrypto/h_cbcdes.c \ src/tests/crypto/opencrypto/h_comp.c \ src/tests/crypto/opencrypto/h_comp_zlib.c \ src/tests/crypto/opencrypto/h_comp_zlib_rnd.c \ src/tests/crypto/opencrypto/h_gcm.c src/tests/crypto/opencrypto/h_md5.c \ src/tests/crypto/opencrypto/h_md5hmac.c \ src/tests/crypto/opencrypto/h_null.c \ src/tests/crypto/opencrypto/h_xcbcmac.c \ src/tests/crypto/opencrypto/t_opencrypto.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.