parallaxsecond / parsec-openssl-provider

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

Add Key Objects Data validation #14

Closed tgonzalezorlandoarm closed 7 months ago

tgonzalezorlandoarm commented 8 months ago

Implement:

  1. OSSL_FUNC_KEYMGMT_VALIDATE

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.