X.509 certificate based authentication with OpenSSL (without using sockets)

Posted by hartem on Stack Overflow See other posts from Stack Overflow or by hartem
Published on 2010-03-24T22:55:38Z Indexed on 2010/03/25 0:53 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

Hi,

Is there an alternative in OpenSSL to SSL_set_connect_state()/SSL_set_accept_state() for X.509 certificate based authentication?

The problem is that in my application the client and server do not communicate using sockets, and the establishment of direct connection between them is not possible. So what I want from OpenSSL is to 'expose' the intermediate SSL context establishment messages which I would then convey to the party at the other end.

Thanks for your help!

© Stack Overflow or respective owner

Related posts about openssl

Related posts about c