Performing ECDSA signing outside of OpenSSL

2012-10-23 Thread Erik Tkal
For RSA and DSA signing operations I use an ENGINE that registers for RSA and DSA and intercepts the private key operations in order to call out to CAPI. I'm now trying to add support for ECDSA but the method structure for this is private. What is the expected mechanism to utilize an engine

Re: Performing ECDSA signing outside of OpenSSL

2012-10-23 Thread Douglas E. Engert
On 10/23/2012 10:50 AM, Erik Tkal wrote: For RSA and DSA signing operations I use an ENGINE that registers for RSA and DSA and “intercepts” the private key operations in order to call out to CAPI. I’m now trying to add support for ECDSA but the method structure for this is private. What is