History log of /openbsd-current/regress/sys/crypto/key_wrap/key_wrap_test.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.5 02-May-2017 mikeb

Convert CMAC and Key Wrap regress tests over to the new AES

OK stsp@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.4 19-Nov-2014 deraadt

do not need an ovbcopy replacement anymore


Revision tags: 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.3 04-Apr-2011 deraadt

provide fake copies of explicit_bzero in the test scaffolds for kernel code


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.2 02-Sep-2008 djm

fix builds for when obj/ present
fix gcc warnings
add licenses
ok damien@


# 1.1 12-Aug-2008 damien

test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC,
AES Key Wrap.

ok djm@