summaryrefslogtreecommitdiff
path: root/regress/sys/crypto
AgeCommit message (Expand)Author
2021-12-14MINIMUM() because of no sys/param.hTheo de Raadt
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2017-06-22Do not skip any crypto tests. Remove useless make code, use defaultsAlexander Bluhm
2017-06-22Pick rijndael.c lost after backout; requested by bluhm@Mike Belopuhov
2017-05-17Revert MI AES-XTS code back to T-tables amid poor performanceMike Belopuhov
2017-05-13Pick aes.c instead of rijndael.cMike Belopuhov
2017-05-02Convert CMAC and Key Wrap regress tests over to the new AESMike Belopuhov
2017-05-02Sync GMAC and AES-CTR/-XTS regress tests with the new AES codeMike Belopuhov
2017-05-02Pick the right AES source fileMike Belopuhov
2017-04-30Switch AES testcase to the new implementationMike Belopuhov
2017-03-08format string mishandlingTheo de Raadt
2017-03-07Add test vectors to regress gmac_test.cKinichiro Inoguchi
2016-09-30crypto(4) is no moreOtto Moerbeek
2016-09-02Pull in Chacha20 and Poly1305 source code as xform.o dependenciesMike Belopuhov
2016-09-02Pull in Chacha20 and Poly1305 source code as xform.o dependenciesMike Belopuhov
2015-11-07Emulate loops performed in the software crypto driver more closelyMike Belopuhov
2015-11-04Hook up chacha20-poly1305 test vectors (missed in previous commit)Mike Belopuhov
2015-11-03Test vectors for Chacha20-Poly1305Mike Belopuhov
2015-10-23Cast isspace() argument to unsigned char.mmcc
2014-11-19do not need an ovbcopy replacement anymoreTheo de Raadt
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