RE: Proper way to use BIO_f_cipher with socket BIOs

2007-06-29 Thread David Schwartz
i am trying to use the BIO_f_cipher to encrypt/decrypt data coming/going over a socket BIO. Everything works fine, just the last message that is sent blocks the receiving side until a socket timeout ocurrs - at that time the last block is properly decrypted. Is there something that

Re: Proper way to use BIO_f_cipher with socket BIOs

2007-06-29 Thread Jernej Kos
Hi, well there is a specific reason I am not using SSL :-). Anyway, I have already solved the problem without using the BIOs. Best regards, Jernej Kos. On Friday 29 of June 2007, David Schwartz wrote: i am trying to use the BIO_f_cipher to encrypt/decrypt data coming/going over a socket