Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that HKDF does not support methods it should not support. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 | |
| 7 HKDF does not support exportKey()... | |
|
eroman
2015/01/07 01:18:43
Make this read what it is about to do:
calling
nharper
2015/01/09 22:41:47
Done.
| |
| 8 error is: NotSupportedError: Unsupported export key format for algorithm | |
|
eroman
2015/01/07 01:18:43
This is an unexpected error message -- it should i
eroman
2015/01/09 03:16:01
To clarify, this was just an FYI comment.
I expec
| |
| 9 PASS successfullyParsed is true | |
| 10 | |
| 11 TEST COMPLETE | |
| 12 | |
| OLD | NEW |