haikuwebkit/LayoutTests/crypto/subtle/ecdh-import-key-derive-hmac...

16 lines
428 B
Plaintext

Test deriving HMAC Keys with imported ECDH base key
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS derivedKey.type is 'secret'
PASS derivedKey.extractable is true
PASS derivedKey.algorithm.name is 'HMAC'
PASS derivedKey.algorithm.length is 128
PASS derivedKey.algorithm.hash.name is 'SHA-1'
PASS derivedKey.usages is ['sign', 'verify']
PASS successfullyParsed is true
TEST COMPLETE