parallaxsecond / parsec-openssl-provider

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

keymgmt: Add Key Objects checks for filled data #32

Closed tgonzalezorlandoarm closed 7 months ago

tgonzalezorlandoarm commented 7 months ago

Implement:

  1. OSSL_FUNC_KEYMGMT_HAS

for key objects as indicated by https://www.openssl.org/docs/man3.0/man7/provider-keymgmt.html

This currently only checks whether selection is 'OSSL_KEYMGMT_SELECT_OTHER_PARAMETERS' and the key_name has been filled, as currently we don't support any other selection/data in Key Objects.