History log of /openbsd-current/regress/sys/crypto/aes/aestest.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 13-Dec-2021 deraadt

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 30-Apr-2017 mikeb

Switch AES testcase to the new implementation

OK djm@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.3 23-Oct-2015 mmcc

Cast isspace() argument to unsigned char.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.2 15-Aug-2014 mikeb

Convert AES regress test from /dev/crypto to using kernel source code
directly. This test case uses ECB vectors, therefore no chaining is
required.


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.1 12-Jun-2008 djm

Test crypto(4) AES against test vectors from Dr. Brian Gladman
available at http://fp.gladman.plus.com/AES/

only keysize={128,256} and standard AES blocksize for now


Revision tags: OPENBSD_6_2_BASE
# 1.4 30-Apr-2017 mikeb

Switch AES testcase to the new implementation

OK djm@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.3 23-Oct-2015 mmcc

Cast isspace() argument to unsigned char.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.2 15-Aug-2014 mikeb

Convert AES regress test from /dev/crypto to using kernel source code
directly. This test case uses ECB vectors, therefore no chaining is
required.


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.1 12-Jun-2008 djm

Test crypto(4) AES against test vectors from Dr. Brian Gladman
available at http://fp.gladman.plus.com/AES/

only keysize={128,256} and standard AES blocksize for now