Add generic HMAC tests from mdx.data
In preparation of moving HMAC to the MD layer, this ensures all tests that are present in a specific MDx/SHAx suite are now present in the MD suite too.
This commit is contained in:
parent
a115def330
commit
40fc4155d3
1 changed files with 12 additions and 0 deletions
|
@ -192,6 +192,18 @@ generic HMAC-MD5 Hash File OpenSSL test #3
|
|||
depends_on:POLARSSL_MD5_C
|
||||
md_hmac:"md5":16:"61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161":"b91ce5ac77d33c234e61002ed6":"e97f623936f98a7f741c4bd0612fecc2"
|
||||
|
||||
HMAC-MD2 Bouncy Castle test #1
|
||||
depends_on:POLARSSL_MD2_C
|
||||
md_hmac:"md2":16:"0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b":"4869205468657265":"dc1923ef5f161d35bef839ca8c807808"
|
||||
|
||||
HMAC-MD4 Bouncy Castle test #1
|
||||
depends_on:POLARSSL_MD4_C
|
||||
md_hmac:"md4":16:"0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b":"4869205468657265":"5570ce964ba8c11756cdc3970278ff5a"
|
||||
|
||||
HMAC-MD5 Bouncy Castle test #1
|
||||
depends_on:POLARSSL_MD5_C
|
||||
md_hmac:"md5":16:"0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b":"4869205468657265":"5ccec34ea9656392457fa1ac27f08fbc"
|
||||
|
||||
generic HMAC-MD5 Test Vector RFC2202 #1
|
||||
depends_on:POLARSSL_MD5_C
|
||||
md_hmac:"md5":16:"0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b":"4869205468657265":"9294727a3638bb1c13f48ef8158bfc9d"
|
||||
|
|
Loading…
Reference in a new issue