commit | b8ab3858206a75fc26df5a76b05239b8c5db4d31 | [log] [tgz] |
---|---|---|
author | David Benjamin <[email protected]> | Fri Aug 04 00:17:32 2017 |
committer | Commit Bot <[email protected]> | Fri Aug 04 00:17:32 2017 |
tree | 9e564d0bf9b1972ef7cd49be1bc2e2986b04cc79 | |
parent | dac798e2d25c2af87f28d837093504449b84b24c [diff] [blame] |
Switch SSLServerSocket to CRYPTO_BUFFER. This also allows us to support asynchronous client certificate verification, but this CL leaves it as a TODO for now. Bug: 706445 Change-Id: I792eb91a854bb15a67317d7ea4d04a80ba5ca4da Reviewed-on: https://chromium-review.googlesource.com/586431 Reviewed-by: Steven Valdez <[email protected]> Reviewed-by: Matt Mueller <[email protected]> Commit-Queue: David Benjamin <[email protected]> Cr-Commit-Position: refs/heads/master@{#491886}
diff --git a/net/socket/ssl_server_socket_impl.h b/net/socket/ssl_server_socket_impl.h index 7e262da..7e9ca96 100644 --- a/net/socket/ssl_server_socket_impl.h +++ b/net/socket/ssl_server_socket_impl.h
@@ -29,6 +29,8 @@ std::unique_ptr<StreamSocket> socket) override; private: + class SocketImpl; + bssl::UniquePtr<SSL_CTX> ssl_ctx_; // Options for the SSL socket.