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

Unified Diff: net/socket/ssl_client_socket_nss.cc

Issue 1378613004: Set Token-Binding HTTP header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tb-tls-ext-new
Patch Set: rebase Created 5 years, 3 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
Index: net/socket/ssl_client_socket_nss.cc
diff --git a/net/socket/ssl_client_socket_nss.cc b/net/socket/ssl_client_socket_nss.cc
index ecff0e5a6bfeb8155b57907ec717c1b909a15df6..832f2ca8433349ffecc4cdeae44ad673a27ba35a 100644
--- a/net/socket/ssl_client_socket_nss.cc
+++ b/net/socket/ssl_client_socket_nss.cc
@@ -2490,6 +2490,10 @@ int SSLClientSocketNSS::GetTLSUniqueChannelBinding(std::string* out) {
return OK;
}
+std::string SSLClientSocketNSS::GetProvidedTokenBinding() {
+ return "";
+}
+
SSLClientSocket::NextProtoStatus SSLClientSocketNSS::GetNextProto(
std::string* proto) const {
*proto = core_->state().next_proto;

Powered by Google App Engine
This is Rietveld 408576698