hmac: Added a unit test for the HMAC hash generation

Closes #4973
This commit is contained in:
Steve Holme 2020-02-23 22:54:26 +00:00
parent 7def168a4f
commit 3f74e5e604
No known key found for this signature in database
GPG key ID: 4059CB85CA7E8F19
4 changed files with 96 additions and 2 deletions

View file

@ -183,7 +183,7 @@ test1558 test1559 test1560 test1561 test1562 test1563 test1564 test1565 \
test1590 test1591 test1592 test1593 test1594 test1595 test1596 \
\
test1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \
test1608 test1609 test1610 test1611 \
test1608 test1609 test1610 test1611 test1612 \
\
test1620 test1621 \
\

26
tests/data/test1612 Normal file
View file

@ -0,0 +1,26 @@
<testcase>
<info>
<keywords>
unittest
HMAC
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<features>
unittest
</features>
<name>
HMAC unit tests
</name>
<tool>
unit1612
</tool>
</client>
</testcase>