Re: bsdmake mystery

2013-08-12 Thread Andy Polyakov
I'm trying to figure out why bsdmake on MacOS does this using the standard Makefiles: cc -c -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror

Re: On the concurrent use of SSL_write and SSL_read

2013-08-12 Thread Wim Lewis
On 11 Aug 2013, at 2:19 PM, Ahmed Charfeddine wrote: It has been understood that the concurrent use of SSL_write and SSL_read is dangerous. However, is it correct to assume that the only crossing between these two APIs happen at the handshake stage only ? In other terms, once the SSL

Re: On the concurrent use of SSL_write and SSL_read

2013-08-12 Thread Ahmed Charfeddine
Hi, and thanks for the reply. Is there a way I can tell the client that my server does not accept renegotiation ? On Mon, Aug 12, 2013 at 7:40 PM, Wim Lewis w...@omnigroup.com wrote: On 11 Aug 2013, at 2:19 PM, Ahmed Charfeddine wrote: It has been understood that the concurrent use of