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

Unified Diff: net/socket/ssl_client_socket_openssl.cc

Issue 881213004: Support building BoringSSL with NSS certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sleevi comments, various build and test fixes Created 5 years, 10 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_openssl.cc
diff --git a/net/socket/ssl_client_socket_openssl.cc b/net/socket/ssl_client_socket_openssl.cc
index 03893753c41a113accabca7a1a6bc086dd7c807a..f1d8ff121abaa28e21e44b56b8bdcece9318da9a 100644
--- a/net/socket/ssl_client_socket_openssl.cc
+++ b/net/socket/ssl_client_socket_openssl.cc
@@ -1331,6 +1331,8 @@ void SSLClientSocketOpenSSL::UpdateServerCert() {
<< GetLastError();
}
#else
+ // TODO(davidben): Support OCSP stapling when NSS is the system
+ // certificate verifier. https://crbug.com/462040.
NOTREACHED();
#endif
}
« no previous file with comments | « net/net.gypi ('k') | net/ssl/channel_id_service.cc » ('j') | net/ssl/channel_id_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698