parallaxsecond / parsec-openssl-provider

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

keymgmt: Make stored key checks a generic function #31

Closed tgonzalezorlandoarm closed 7 months ago

tgonzalezorlandoarm commented 7 months ago

Introduce the key_is_present(keydata) function that checks whether a certain key is stored in the Parsec provider. This function will be re-used by other keymgmt functions like

 * keymgmt_import
 * keymgmt_match

Depends on #29

tgonzalezorlandoarm commented 7 months ago

Not applicable