OpenSSL的。 SSL_read

时间:2013-03-02 20:23:17

标签: c openssl

SSL_read(ssl, buf, n);

这符合我的预期:从客户端等待SSL_write,然后继续执行。

但是下一次调用SSL_read(ssl,buf,n)不会等待SSL_write并立即执行此函数接受buf =“”。

缺少什么?

服务器http://pastebin.com/C2678zUq

客户http://pastebin.com/KBA8UeVA

0 个答案:

没有答案