private key in hardware ssl

2013-11-05 Thread 133mmx runner
Hi All, I am using openssl library. I have succeded establishing ssl connection with pfx files. But we will keep private key in hardware. Our hardware has no engine library or pkcs#11 library. There are sign and encryption functions that i can use. Is there a way in openssl to manipulate RSA

Re: private key in hardware ssl

2013-11-05 Thread andrew cooke
You can write your own engine that calls the routines you have. You can also write a shim library that wraps the library you have and presents it as PKCS#11. Then you can use a PKCS#11 engine. The first approach is easiest but the second gives you more options down the line (you don't need to