Age | Commit message (Expand) | Author |
2015-11-07 | Emulate loops performed in the software crypto driver more closely | Mike Belopuhov |
2015-11-04 | Hook up chacha20-poly1305 test vectors (missed in previous commit) | Mike Belopuhov |
2015-11-03 | Test vectors for Chacha20-Poly1305 | Mike Belopuhov |
2015-10-23 | Cast isspace() argument to unsigned char. | mmcc |
2014-11-19 | do not need an ovbcopy replacement anymore | Theo de Raadt |
2014-08-15 | Convert 3DES regress test from /dev/crypto to using kernel source code | Mike Belopuhov |
2014-08-15 | Convert AES-CTR regress test from /dev/crypto to using kernel source | Mike Belopuhov |
2014-08-15 | Convert AES regress test from /dev/crypto to using kernel source code | Mike Belopuhov |
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2013-10-06 | Rework the AES XTS regress so that we compile and test the sys/crypto code | Joel Sing |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis |
2011-04-04 | provide fake copies of explicit_bzero in the test scaffolds for kernel code | Theo de Raadt |
2010-10-15 | libdes -> libcrypto | Jonathan Gray |
2010-09-22 | Test vectors for GMAC as published in the original GCM proposal | Mike Belopuhov |
2010-08-07 | Link against libkern's timingsafe_bcmp.c, so key_wrap regress tests | Matthew Dempsky |
2008-09-02 | fix builds for when obj/ present | Damien Miller |
2008-08-12 | test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC, | Damien Bergamini |
2008-06-12 | +aes tests | Damien Miller |
2008-06-12 | blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman | Damien Miller |
2008-06-12 | Test crypto(4) AES against test vectors from Dr. Brian Gladman | Damien Miller |
2008-06-09 | +aesxts subdir | Damien Miller |
2008-06-09 | regress tests for crypto(4) CRYPTO_AES_XTS using test vectors from | Damien Miller |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2004-12-29 | this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDO | David Krause |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat |
2004-03-14 | disable mac operations | Markus Friedl |
2003-09-02 | add missing includes | David Krause |
2003-07-31 | various cleanups; david says results are same | Theo de Raadt |
2002-10-21 | forgot dpadd | Michael Shalayeff |
2002-10-21 | libs are listed w/ LDADD not LDFLAGS | Michael Shalayeff |
2002-06-23 | initialize some variables. | Wilbern Cobb |
2002-04-03 | fix alignment problems on sparc64; with fgsch@ | Markus Friedl |
2002-04-03 | o fix warnings. | Federico G. Schwindt |
2002-03-25 | missing Makefiles | Markus Friedl |
2002-03-25 | clear before reuse | Markus Friedl |
2002-03-21 | move md5.c, add des-ede3 test | Markus Friedl |
2002-03-19 | typos | Markus Friedl |
2002-03-19 | md5 tests for /dev/crypto, test vectors from rfc1321 | Markus Friedl |