Title: SSL stream?

Hi!

Just a short question: We need to run SLL over a
very 'special' connection, that means there is
_no_ socket of file descriptor. We only have a C
API for the I/O.
 
I've used the OpenSLL SSL_read and write methods
so far, but now I have to implement the
handshake and the encryption as a stream in
memory.

Can this be done (hopefully without modifying
the OpenSSL itself)?
Can somebody tell me a function to start with?


Kind regards,
Armin


Reply via email to