parallaxsecond / parsec-openssl-provider

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

keymgmt: Implement Key Objects duplication #13

Closed tgonzalezorlandoarm closed 5 months ago

tgonzalezorlandoarm commented 6 months ago

Implement:

OSSL_FUNC_KEYMGMT_DUP

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

Depends on #15