Hi all,
I got error at the step 4 of section 3.3 in following doc.
https://www.nxp.com/docs/en/application-note/AN12402.pdf
I can't find any method of avoiding the error.
Does anyone have an idea for avoiding this error ?
Here are all of error message.
-------------------------------------------------
Unknown OpenSSL error. This error is commonly encountered when another library is not cleaning up the OpenSSL error stack. If you are using cryptography with another library that uses OpenSSL try disabling it before reporting a bug. Otherwise please file an issue at https://github.com/pyca/cryptography/issues with information on how to reproduce this. ([_OpenSSLErrorWithText(code=2147893649, lib=128, func=100, reason=401, reason_text=b'error:80064191:lib(128):osrandom_init:getrandom() initialization failed with EAGAIN. Most likely Kernel CPRNG is not seeded yet.'), _OpenSSLErrorWithText(code=2147897744, lib=128, func=101, reason=400, reason_text=b'error:80065190:lib(128):osrandom_rand_bytes:getrandom() initialization failed.')])
ERROR! Could not Create reference key for ECC Pair from KeyID 0xF0000100
-----------------------------------------------
Ko-hey