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

Unified Diff: net/third_party/nss/ssl/ssl.def

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: use system srp and mpi libs, not local copies 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
Index: net/third_party/nss/ssl/ssl.def
diff --git a/net/third_party/nss/ssl/ssl.def b/net/third_party/nss/ssl/ssl.def
index 76417d04f5142a7599d52b37cd9b11fd1e8bb854..0af96ba056068f201306331aea1b96a2319686b6 100644
--- a/net/third_party/nss/ssl/ssl.def
+++ b/net/third_party/nss/ssl/ssl.def
@@ -136,6 +136,10 @@ SSL_ReHandshakeWithTimeout;
;+NSS_3.11.8 { # NSS 3.11.8 release
;+ global:
SSL_CanBypass;
+
+SSL_SetUserLogin;
+SSL_UserPasswdHook;
+SSL_GetSRPParamsHook;
wtc 2011/04/20 18:00:37 These should be added to the NSS_3.13 section at t
;+ local:
;+*;
;+};

Powered by Google App Engine
This is Rietveld 408576698