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

Unified Diff: net/socket/ssl_socket.h

Issue 10823084: Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix wtc comments Created 8 years, 5 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
« net/socket/socket_test_util.cc ('K') | « net/socket/ssl_server_socket_nss.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_socket.h
diff --git a/net/socket/ssl_socket.h b/net/socket/ssl_socket.h
index bd063a425af7d10bdd77fb3bdf9c959f63e5980e..c134ac563380cc0591e3ff36631cd6493257cc50 100644
--- a/net/socket/ssl_socket.h
+++ b/net/socket/ssl_socket.h
@@ -27,6 +27,9 @@ public:
const base::StringPiece& context,
unsigned char* out,
unsigned int outlen) = 0;
+
+ // Stores the the tls-unique channel binding (see RFC 5929) in |out|.
wtc 2012/07/30 22:42:26 Nit: |out| => |*out| ?
Ryan Hamilton 2012/07/31 16:12:21 Done.
+ virtual int GetTLSUniqueChannelBinding(std::string* out) = 0;
};
} // namespace net
« net/socket/socket_test_util.cc ('K') | « net/socket/ssl_server_socket_nss.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698