Re: [openssl-users] RSA engine is not using the functions mentioned in struct

2017-02-13 Thread khurram ashraf
ine is not using the functions mentioned in struct In message on Mon, 13 Feb 2017 10:57:27 +, khurram ashraf said: khurramashraf_786> Here the engine loads but when i try to encrypt a text file by using khurramashraf_786> following command khurramashraf_786> khurramashraf_786&

[openssl-users] RSA engine is not using the functions mentioned in struct

2017-02-13 Thread khurram ashraf
I am new to making engines in openssl. Basically I want to implement an OpenSSL RSA engine that uses the functions I mentioned while encrypting and decrypting. My engine compiles and loads but it seems that it is not using the functions I want it to use for encryption and decryption. #include