Re: nonblocking implementation question

2010-12-18 Thread Allon
>> You're looking for a BIO_s_mem. >No, he is looking for BIO_new_bio_pair(3) and SSL_set_bio(3). I have read this thread and others, and it is not clear yet why BIO_new_bio_pair should be preferred over 2 BIO_s_mem's. Anyone knows the answer? Allon -- View this messag

state_machine.c using 2 bio_s_mem's

2010-12-15 Thread Allon Yannay
Hello all In demos/state_machine/state_machine.c two bio_s_mem's are used as read and write bio's under SSL. What are the major differences between two bio_s_mem's versus one bio pair (2 bio_s_bio's)? Why would i prefer one over the other? Best Wishes Alon