index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
/
crypto
Age
Commit message (
Expand
)
Author
2021-12-14
MINIMUM() because of no sys/param.h
Theo de Raadt
2021-12-13
remove a couple hundred sys/param.h includes in userland code, and
Theo de Raadt
2017-06-22
Do not skip any crypto tests. Remove useless make code, use defaults
Alexander Bluhm
2017-06-22
Pick rijndael.c lost after backout; requested by bluhm@
Mike Belopuhov
2017-05-17
Revert MI AES-XTS code back to T-tables amid poor performance
Mike Belopuhov
2017-05-13
Pick aes.c instead of rijndael.c
Mike Belopuhov
2017-05-02
Convert CMAC and Key Wrap regress tests over to the new AES
Mike Belopuhov
2017-05-02
Sync GMAC and AES-CTR/-XTS regress tests with the new AES code
Mike Belopuhov
2017-05-02
Pick the right AES source file
Mike Belopuhov
2017-04-30
Switch AES testcase to the new implementation
Mike Belopuhov
2017-03-08
format string mishandling
Theo de Raadt
2017-03-07
Add test vectors to regress gmac_test.c
Kinichiro Inoguchi
2016-09-30
crypto(4) is no more
Otto Moerbeek
2016-09-02
Pull in Chacha20 and Poly1305 source code as xform.o dependencies
Mike Belopuhov
2016-09-02
Pull in Chacha20 and Poly1305 source code as xform.o dependencies
Mike Belopuhov
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
[next]