summaryrefslogtreecommitdiff
path: root/regress/sys/crypto
AgeCommit message (Expand)Author
2014-08-15Convert 3DES regress test from /dev/crypto to using kernel source codeMike Belopuhov
2014-08-15Convert AES-CTR regress test from /dev/crypto to using kernel sourceMike Belopuhov
2014-08-15Convert AES regress test from /dev/crypto to using kernel source codeMike Belopuhov
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-10-06Rework the AES XTS regress so that we compile and test the sys/crypto codeJoel Sing
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
2011-04-04provide fake copies of explicit_bzero in the test scaffolds for kernel codeTheo de Raadt
2010-10-15libdes -> libcryptoJonathan Gray
2010-09-22Test vectors for GMAC as published in the original GCM proposalMike Belopuhov
2010-08-07Link against libkern's timingsafe_bcmp.c, so key_wrap regress testsMatthew Dempsky
2008-09-02fix builds for when obj/ presentDamien Miller
2008-08-12test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC,Damien Bergamini
2008-06-12+aes testsDamien Miller
2008-06-12blocksize=128 keysize={128,256} AES test vectors from Dr. Brian GladmanDamien Miller
2008-06-12Test crypto(4) AES against test vectors from Dr. Brian GladmanDamien Miller
2008-06-09+aesxts subdirDamien Miller
2008-06-09regress tests for crypto(4) CRYPTO_AES_XTS using test vectors fromDamien Miller
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2004-12-29this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDODavid Krause
2004-07-22Spell reserved correctly; ok from copyright holders when in licence blocks.Miod Vallat
2004-03-14disable mac operationsMarkus Friedl
2003-09-02add missing includesDavid Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2002-10-21forgot dpaddMichael Shalayeff
2002-10-21libs are listed w/ LDADD not LDFLAGSMichael Shalayeff
2002-06-23initialize some variables.Wilbern Cobb
2002-04-03fix alignment problems on sparc64; with fgsch@Markus Friedl
2002-04-03o fix warnings.Federico G. Schwindt
2002-03-25missing MakefilesMarkus Friedl
2002-03-25clear before reuseMarkus Friedl
2002-03-21move md5.c, add des-ede3 testMarkus Friedl
2002-03-19typosMarkus Friedl
2002-03-19md5 tests for /dev/crypto, test vectors from rfc1321Markus Friedl