History log of /openbsd-current/regress/sys/crypto/hmac/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.4 22-Jun-2017 bluhm

Do not skip any crypto tests. Remove useless make code, use defaults
where appropriate.
OK mikeb@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.3 18-Jan-2014 martynas

Remove -Wbounded: it is now the compiler default.


Revision tags: 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
# 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@