Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: net/socket/ssl_server_socket_openssl.cc

Issue 1807063002: Remove GetTLSUniqueChannelBinding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_server_socket_nss.cc ('k') | net/socket/ssl_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_server_socket_openssl.cc
diff --git a/net/socket/ssl_server_socket_openssl.cc b/net/socket/ssl_server_socket_openssl.cc
index 75a76da205b04ee514235352bb008d2c654de359..e98868e97c8520484fdb6a10eefbc22a9c3f3166 100644
--- a/net/socket/ssl_server_socket_openssl.cc
+++ b/net/socket/ssl_server_socket_openssl.cc
@@ -67,7 +67,6 @@ class SSLServerSocketOpenSSL : public SSLServerSocket {
const base::StringPiece& context,
unsigned char* out,
unsigned int outlen) override;
- int GetTLSUniqueChannelBinding(std::string* out) override;
// Socket interface (via StreamSocket).
int Read(IOBuffer* buf,
@@ -253,11 +252,6 @@ int SSLServerSocketOpenSSL::ExportKeyingMaterial(
return OK;
}
-int SSLServerSocketOpenSSL::GetTLSUniqueChannelBinding(std::string* out) {
- NOTIMPLEMENTED();
- return ERR_NOT_IMPLEMENTED;
-}
-
int SSLServerSocketOpenSSL::Read(IOBuffer* buf,
int buf_len,
const CompletionCallback& callback) {
« no previous file with comments | « net/socket/ssl_server_socket_nss.cc ('k') | net/socket/ssl_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698