Note: to compile this test case, in posix adaptation repository, paste code into examples/my-test.c, and modify CMakeInputs/examples.cmake: under set(LIST_EXAMPLES, add "my-test" line.
Expected: program terminates with exit code 0.
Actual: program terminates with exit code 3, and prints "err=-25".
As of b7645aef7e7c54dd83f7d8c784eb8e0d05a16a46 ,
ndn_hkdf
function cannot pass RFC 5869 test case 2.Snippet to reproduce using posix adaptation:
Note: to compile this test case, in posix adaptation repository, paste code into
examples/my-test.c
, and modifyCMakeInputs/examples.cmake
: underset(LIST_EXAMPLES
, add"my-test"
line.Expected: program terminates with exit code 0. Actual: program terminates with exit code 3, and prints "err=-25".