Well, it's my own ENGINE not one priveded by OpenSSL.
BTW, the private key is a software private key, so I guess something is wrong with my ENGINE or the way I use the software private key.
Olivier
On Fri, 2003-07-18 at 18:26, Dr. Stephen Henson wrote:
On Fri, Jul 18, 2003, Michiels Olivier w
On Fri, Jul 18, 2003, Michiels Olivier wrote:
> The problem is I didn't implement the decrypt function in my ENGINE. The
> decrypt used is the one from openssl. Whe the s_server is able to
> decrypt the data and not my server ?
>
I'm a little confused here. What is your setup? Are you using one
Part of this message was stripped for security reasons.
If this has made the contents unusable, please contact your correspondent or
mailto:[EMAIL PROTECTED]
The problem is I didn't implement the decrypt function in my ENGINE. The decrypt used is the one from openssl. Whe the s_server is able to decrypt the data and not my server ?
Olivier
On Fri, 2003-07-18 at 14:54, Dr. Stephen Henson wrote:
On Fri, Jul 18, 2003, Michiels Olivier wrote:
> Hi,
>
On Fri, Jul 18, 2003, Michiels Olivier wrote:
> Hi,
> I'm trying to have a client and a server communicates through a SSL
> connection. I've created a client certificate and a server certificate.
> They both use openssl but the server set an ENGINE which I've developed
> myself. I'va had to develo