You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change was call “d2i_PrivateKey_ex()” instead of "d2i_PrivateKey()” in function oqsx_key_gen_evp_key_kem().
Where libctx = key->libctx is used. Setting libctx = NULL essentially reverts the code and life is happy again.
Note worthy points...
For failing tests, the library context associated with the test application was different from from key->libctx
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have some test code that setup TLS sessions. Since #557 the ECC hybrid groups started failing with the logs below ...
The change was call “d2i_PrivateKey_ex()” instead of "d2i_PrivateKey()” in function oqsx_key_gen_evp_key_kem().
Where libctx = key->libctx is used. Setting libctx = NULL essentially reverts the code and life is happy again.
Note worthy points...
I am look for any help with insights about these differences.
Beta Was this translation helpful? Give feedback.
All reactions