Justin Karneges wrote:
On Wednesday 19 October 2005 08:37, Alain Damiral wrote:
If I understand what Ning Ke suggests, OpenSSL uses a BIO output to send
all those messages regardless of what that BIO is actually encapsulating
? (That would normally be the TCP connexion) If it is so, I believe I
have the answer to my questions.

Right, you use a memory BIO.

My experience is that implementing an own BIO is not that hard.
If you understand C, bang your head against the existing BIO implementations (especially bss_sock.c) and look for ideas that fall
out of it...

This way you can drop an additional layer of complexity:

Instead of:

Your code <=> SSL_BIO <=> memory_BIO <=> your code

you get

Your code <=> SSL_BIO <=> your BIO

Bye

Goetz


--
DMCA: The greed of the few outweighs the freedom of the many

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to