parallaxsecond / parsec-openssl-provider

Parsec OpenSSL Provider
Apache License 2.0
1 stars 1 forks source link

Keymgmt import: Add a key presence check #34

Closed tgonzalezorlandoarm closed 7 months ago

tgonzalezorlandoarm commented 7 months ago

The kmgmt_import function loads certain data in the keydata. Before doing this, check if the reffered to key is present in the provider.

Depends on #29