Re: Sending data on a socket before SSL_Accept

2000-11-20 Thread Lutz Jaenicke
On Sun, Nov 19, 2000 at 11:33:18PM -0500, Jeffrey Altman wrote: > > > > Can I send data to a client via normal send() call before I call = > > SSL_Accept? I would like to send a message to my client that identifies = > > the server and it's options, like if SSL is being used or not? Will this = >

Re: Sending data on a socket before SSL_Accept

2000-11-19 Thread Jeffrey Altman
> > Can I send data to a client via normal send() call before I call = > SSL_Accept? I would like to send a message to my client that identifies = > the server and it's options, like if SSL is being used or not? Will this = > mess up the SSL handshake ? > You will need to ensure that you synchr