opencryptoki / openssl-ibmca

OpenSSL engine and provider for libica.
Apache License 2.0
6 stars 15 forks source link

provider: EC signature: Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved #95

Closed ifranzki closed 1 year ago

ifranzki commented 1 year ago

OpenSSL now also allows to retrieve parameter OSSL_SIGNATURE_PARAM_NONCE_TYPE, so the IBMCA provider should allow that, too. Always return 0 to indicate that we do not support deterministic signatures.

Related OpenSSL commit: https://github.com/openssl/openssl/commit/1d857945324810f43a302c9d062c617207093387

ifranzki commented 1 year ago

@juergenchrist ping ?