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
Seems like a good thing to add to me!
Could you please also add an integration test where a big number of persistent keys are generated with both import and generate to see that it works?
Currently handles for persistent keys are kept open after generating and importing, which causes mbedtls to run out of key slots.
If a key is persistent, its handle should be closed after each generate and import operation.
Only set the
handle
field if the key is volatile.The text was updated successfully, but these errors were encountered: