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

Unified Diff: net/socket/nss_ssl_util.h

Issue 757033004: Do not use HTTP/2 without adequate security. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lint. Created 6 years 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/net.gypi ('K') | « net/net.gypi ('k') | net/socket/nss_ssl_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/nss_ssl_util.h
diff --git a/net/socket/nss_ssl_util.h b/net/socket/nss_ssl_util.h
index 7b046ffd282aec5c1a066220fbd6580865cfe03b..6a87e949fe738d885b9af213b0fa1dc4079aa18c 100644
--- a/net/socket/nss_ssl_util.h
+++ b/net/socket/nss_ssl_util.h
@@ -33,6 +33,10 @@ PRErrorCode MapErrorToNSS(int result);
// to |SSL_ImportFD| in order to inherit some default options.
PRFileDesc* GetNSSModelSocket();
+// Return cipher suites that the library knows about (not necessarily
+// implemented) and are not disabled by default at initialization.
+const std::vector<uint16>& GetNSSDefaultEnabledCipherSuites();
+
// Map NSS error code to network error code.
int MapNSSError(PRErrorCode err);
« net/net.gypi ('K') | « net/net.gypi ('k') | net/socket/nss_ssl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698