Hey,
I am a developer trying to port an old ISDN app to some OpenSSL technology
under windows.

The old app used to send some messages from its client to the server and the
server would respond for each message with its own message back.

Now my question: is this possible with a SSL_Write directly followed by a
SSL_Read on the client? I tried it, but always get some 0xffffffff back
which seems to mean the line is empty. Any need for stuffing commands
inbetween the ssl_write and ssl_read commands?

Thanks in advance for any help!
-- 
View this message in context: 
http://old.nabble.com/SSL_Read-SSL_Write--howto--tp27534445p27534445.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to