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

Unified Diff: net/socket/nss_ssl_util.h

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove "httpsv" scheme, minor NSS/OpenSSL changes Created 9 years, 8 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/net.gyp ('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 2a53fc75d30ab38866aa39c1b9fe3cd2d8dec933..668bfe25668dfccbc5b3aa2e9775eea3ac2a2386 100644
--- a/net/socket/nss_ssl_util.h
+++ b/net/socket/nss_ssl_util.h
@@ -9,6 +9,7 @@
#define NET_SOCKET_NSS_SSL_UTIL_H_
#include <prerror.h>
+#include <sslt.h>
namespace net {
@@ -31,6 +32,9 @@ int MapNSSError(PRErrorCode err);
// Map NSS error code from the first SSL handshake to network error code.
int MapNSSHandshakeError(PRErrorCode err);
+// Returns whether an NSS cipher's key exchange algorithm (KEA) uses SRP.
+bool IsNSSCipherKEATypeSRP(SSLKEAType kea_type);
+
} // namespace net
#endif // NET_SOCKET_NSS_SSL_UTIL_H_
« no previous file with comments | « net/net.gyp ('k') | net/socket/nss_ssl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698