RE: My client can not receive data in blocking mode

2019-09-27 Thread Michael Wojcik
From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of l...@e-code.net Sent: Friday, September 27, 2019 11:42 > The data seems be cached on the server and not be sent out. Is it? Have you run a network trace? Have you tried waiting longer than 100ms? If your server is

X509_NAME canon_enc, canon_enclen

2019-09-27 Thread Bruce Stephens
I have some code accessing these fields from X509_NAME pointers, but obviously that's not allowed in 1.1. I think the code can be restructured to use X509_NAME_cmp instead. Maybe. But before I start that, is there some strong reason for not offering an accessor function? Something like

My client can not receive data in blocking mode

2019-09-27 Thread l...@e-code.net
Thank you very much for your reply . My server running on centos 7.5 . And client running on windows 10 . The data seems be cached on the server and not be sent out. Dose centos have the same problem? I'm not sure what the problem is . I would really appreciate if you have any Suggestions.

Re: My client can not receive data in blocking mode

2019-09-27 Thread John Unsworth
You do not say what OS you are running on. Solaris 11 has a known problem with not reporting queued data. This was fixed by SRU-28. Regards, John Unsworth From: openssl-users on behalf of 路连峰 Sent: Monday, September 23, 2019 4:55 am To: openssl-users Subject: