Opened 9 years ago
Last modified 9 years ago
#8784 new Bugs
boost.asio.ssl.stream.set_verify_callback use custom verification callback, always succeed.
Reported by: | Jackarain | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: | jack.wgm@… |
Description
boost.asio.ssl.stream.set_verify_callback use custom verification callback, always succeed. and in boost::asio::ssl::rfc2818_verification::operator() function, parameter preverified always 0.
Note:
See TracTickets
for help on using tickets.
I don't know if my problem is related to yours but i can not get the callback to be called. I have a TLS1.2 server.