Skip to content

Commit 7554107

Browse files
BearSSLClient: adding FIXME comment
1 parent 9cd0258 commit 7554107

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tls/BearSSLClient.h

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ class BearSSLClient : public Client {
100100
br_x509_certificate _ecCert;
101101
bool _ecCertDynamic;
102102

103+
/* FIXME By introducing _sslio_closing we are overriding the correct behaviour of SSL protocol
104+
* where the client is require to correctly close the ssl session. In the way we use it
105+
* we are blocking bearssl from sending any data on the underlying level, this fix requires
106+
* further investigation in the bearssl code
107+
*/
103108
bool _sslio_closing;
104109
br_ssl_client_context _sc;
105110
br_x509_minimal_context _xc;

0 commit comments

Comments
 (0)