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

Unified Diff: net/third_party/nss/ssl/sslimpl.h

Issue 7464031: net: add NSS support for RFC 5705 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 5 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/sslimpl.h
diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h
index df30029a7e3749f860c6f76dffda1249634e27d6..073616fee59b522edbe38d14c7e49cef6ee10c92 100644
--- a/net/third_party/nss/ssl/sslimpl.h
+++ b/net/third_party/nss/ssl/sslimpl.h
@@ -1726,6 +1726,12 @@ SECStatus SSL_DisableDefaultExportCipherSuites(void);
SECStatus SSL_DisableExportCipherSuites(PRFileDesc * fd);
PRBool SSL_IsExportCipherSuite(PRUint16 cipherSuite);
+SECStatus ssl3_TLSPRFWithMasterSecret(
+ ssl3CipherSpec *spec, const char *label,
+ unsigned int labelLen, const unsigned char *val,
+ unsigned int valLen, unsigned char *out,
+ unsigned int outLen);
+
/********************** FNV hash *********************/
void FNV1A64_Init(PRUint64 *digest);

Powered by Google App Engine
This is Rietveld 408576698