Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not skip any crypto tests. Remove useless make code, use defaults | 2017-06-22 | 10 | -46/+10 | |
| | | | | | where appropriate. OK mikeb@ | ||||
* | Pick rijndael.c lost after backout; requested by bluhm@ | 2017-06-22 | 2 | -4/+4 | |
| | |||||
* | Revert MI AES-XTS code back to T-tables amid poor performance | 2017-05-17 | 2 | -6/+6 | |
| | | | | Suffered by many, the revert tested by stsp@. | ||||
* | Pick aes.c instead of rijndael.c | 2017-05-13 | 1 | -2/+2 | |
| | |||||
* | Convert CMAC and Key Wrap regress tests over to the new AES | 2017-05-02 | 4 | -6/+6 | |
| | | | | OK stsp@ | ||||
* | Sync GMAC and AES-CTR/-XTS regress tests with the new AES code | 2017-05-02 | 6 | -18/+16 | |
| | | | | ok djm | ||||
* | Pick the right AES source file | 2017-05-02 | 1 | -2/+2 | |
| | |||||
* | Switch AES testcase to the new implementation | 2017-04-30 | 1 | -6/+6 | |
| | | | | OK djm@ | ||||
* | format string mishandling | 2017-03-08 | 1 | -1/+1 | |
| | |||||
* | Add test vectors to regress gmac_test.c | 2017-03-07 | 1 | -1/+99 | |
| | | | | ok mikeb@ | ||||
* | crypto(4) is no more | 2016-09-30 | 2 | -179/+0 | |
| | |||||
* | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | 2016-09-02 | 1 | -1/+2 | |
| | |||||
* | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | 2016-09-02 | 1 | -1/+2 | |
| | |||||
* | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | 2016-09-02 | 1 | -1/+2 | |
| | |||||
* | Emulate loops performed in the software crypto driver more closely | 2015-11-07 | 1 | -4/+12 | |
| | |||||
* | Hook up chacha20-poly1305 test vectors (missed in previous commit) | 2015-11-04 | 1 | -1/+2 | |
| | |||||
* | Test vectors for Chacha20-Poly1305 | 2015-11-03 | 2 | -0/+464 | |
| | | | | ok naddy, djm, reyk | ||||
* | Cast isspace() argument to unsigned char. | 2015-10-23 | 1 | -2/+2 | |
| | |||||
* | do not need an ovbcopy replacement anymore | 2014-11-19 | 1 | -10/+0 | |
| | |||||
* | Convert 3DES regress test from /dev/crypto to using kernel source code | 2014-08-15 | 2 | -96/+65 | |
| | | | | directly with a simplified CBC implementation. | ||||
* | Convert AES-CTR regress test from /dev/crypto to using kernel source | 2014-08-15 | 2 | -87/+70 | |
| | | | | | code directly. This test is converted the same way jsing@ has recently converted an XTS test by pulling in xform.c code. | ||||
* | Convert AES regress test from /dev/crypto to using kernel source code | 2014-08-15 | 2 | -112/+32 | |
| | | | | | directly. This test case uses ECB vectors, therefore no chaining is required. | ||||
* | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | 2014-07-03 | 1 | -2/+2 | |
| | |||||
* | Remove -Wbounded: it is now the compiler default. | 2014-01-18 | 6 | -12/+6 | |
| | |||||
* | Rework the AES XTS regress so that we compile and test the sys/crypto code | 2013-10-06 | 2 | -129/+99 | |
| | | | | | | | directly, rather than trying to use the crypto dev, which is disabled by default. ok djm@ | ||||
* | Some tests are currently failing. Only run those if the REGRESS_FULL | 2013-08-01 | 1 | -10/+13 | |
| | | | | variable is set. | ||||
* | provide fake copies of explicit_bzero in the test scaffolds for kernel code | 2011-04-04 | 4 | -1/+26 | |
| | |||||
* | libdes -> libcrypto | 2010-10-15 | 2 | -13/+13 | |
| | |||||
* | Test vectors for GMAC as published in the original GCM proposal | 2010-09-22 | 3 | -1/+672 | |
| | | | | to NIST (gcm-spec.pdf) and draft-mcgrew-gcm-test-01.txt. | ||||
* | Link against libkern's timingsafe_bcmp.c, so key_wrap regress tests | 2010-08-07 | 1 | -3/+3 | |
| | | | | | | can compile again. ok phessler@, "Get it in right away" deraadt@ | ||||
* | fix builds for when obj/ present | 2008-09-02 | 6 | -16/+71 | |
| | | | | | | fix gcc warnings add licenses ok damien@ | ||||
* | test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC, | 2008-08-12 | 10 | -1/+446 | |
| | | | | | | AES Key Wrap. ok djm@ | ||||
* | +aes tests | 2008-06-12 | 1 | -1/+2 | |
| | |||||
* | blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman | 2008-06-12 | 8 | -0/+5860 | |
| | | | | http://fp.gladman.plus.com/AES/ | ||||
* | Test crypto(4) AES against test vectors from Dr. Brian Gladman | 2008-06-12 | 2 | -0/+392 | |
| | | | | | | available at http://fp.gladman.plus.com/AES/ only keysize={128,256} and standard AES blocksize for now | ||||
* | +aesxts subdir | 2008-06-09 | 1 | -1/+2 | |
| | |||||
* | regress tests for crypto(4) CRYPTO_AES_XTS using test vectors from | 2008-06-09 | 2 | -0/+1874 | |
| | | | | IEEE P1619-2007 standards; ok hshoexer@ | ||||
* | AESCTR support for ESP (RFC 3686); ok hshoexer | 2005-05-25 | 3 | -2/+312 | |
| | |||||
* | this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDO | 2004-12-29 | 1 | -1/+6 | |
| | |||||
* | Spell reserved correctly; ok from copyright holders when in licence blocks. | 2004-07-22 | 2 | -4/+4 | |
| | |||||
* | disable mac operations | 2004-03-14 | 1 | -2/+3 | |
| | |||||
* | add missing includes | 2003-09-02 | 1 | -1/+2 | |
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | ||||
* | various cleanups; david says results are same | 2003-07-31 | 2 | -9/+9 | |
| | |||||
* | forgot dpadd | 2002-10-21 | 1 | -1/+2 | |
| | |||||
* | libs are listed w/ LDADD not LDFLAGS | 2002-10-21 | 1 | -2/+2 | |
| | |||||
* | initialize some variables. | 2002-06-23 | 2 | -5/+5 | |
| | | | | ok markus@ | ||||
* | fix alignment problems on sparc64; with fgsch@ | 2002-04-03 | 1 | -5/+14 | |
| | |||||
* | o fix warnings. | 2002-04-03 | 2 | -8/+11 | |
| | | | | | | | o rearrange headers. o remove unused var. markus@ ok | ||||
* | missing Makefiles | 2002-03-25 | 2 | -0/+11 | |
| | |||||
* | clear before reuse | 2002-03-25 | 1 | -1/+2 | |
| |