stevezhou6
stevezhou6
support, but you need to adapt the code yourself.
diff --git a/folly/io/async/AsyncSSLSocket.cpp b/folly/io/async/AsyncSSLSocket.cpp index ec76ffee4..506e771d6 100644 --- a/folly/io/async/AsyncSSLSocket.cpp +++ b/folly/io/async/AsyncSSLSocket.cpp @@ -628,11 +628,17 @@ bool AsyncSSLSocket::isServerNameMatch() const { return false; } +#ifndef BOR_SSL SSL_SESSION* ss = SSL_get_session(ssl_.get()); if (!ss)...
Different bosringssl versions are different, and the adaptive code is different. I guess he only adapted a certain version.
@l741589 @hzw1199
@rbro112 @codyi96