parallaxsecond / parsec-openssl-provider

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

Add Key Objects comparison #15

Closed tgonzalezorlandoarm closed 5 months ago

tgonzalezorlandoarm commented 6 months ago

Implement:

  1. OSSL_FUNC_KEYMGMT_MATCH

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 for both key objects match, as currently we don't support any other selection/data in Key Objects.

tgonzalezorlandoarm commented 5 months ago

Reopening PR. This has been closed accidentally as I've accidentally force pushed main in this PR without my changes. Hopefully this is restored now