summaryrefslogtreecommitdiffstats
path: root/net/third_party/nss/ssl/ssl.h
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-21 01:17:52 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-21 01:17:52 +0000
commitc777fa0164f2f057d52bdf71767dc379c745806e (patch)
treea30021f27f1938d3cd6ac58b4fbd294cf730668f /net/third_party/nss/ssl/ssl.h
parent47c26b14b64d322cbc086eedd775a681d5e1d597 (diff)
downloadchromium_src-c777fa0164f2f057d52bdf71767dc379c745806e.zip
chromium_src-c777fa0164f2f057d52bdf71767dc379c745806e.tar.gz
chromium_src-c777fa0164f2f057d52bdf71767dc379c745806e.tar.bz2
Revert 242219 "Defer TLS session caching until after certificate..."
> Defer TLS session caching until after certificate verification > > BUG=305220 > R=wtc@chromium.org, wtc > > Review URL: https://codereview.chromium.org/93773007 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/120043007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/nss/ssl/ssl.h')
-rw-r--r--net/third_party/nss/ssl/ssl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/third_party/nss/ssl/ssl.h b/net/third_party/nss/ssl/ssl.h
index 6f7c988..bef33fc 100644
--- a/net/third_party/nss/ssl/ssl.h
+++ b/net/third_party/nss/ssl/ssl.h
@@ -872,18 +872,6 @@ SSL_IMPORT int SSL_DataPending(PRFileDesc *fd);
SSL_IMPORT SECStatus SSL_InvalidateSession(PRFileDesc *fd);
/*
-** Cache the SSL session associated with fd, if it has not already been cached.
-*/
-SSL_IMPORT SECStatus SSL_CacheSession(PRFileDesc *fd);
-
-/*
-** Cache the SSL session associated with fd, if it has not already been cached.
-** This function may only be called when processing within a callback assigned
-** via SSL_HandshakeCallback
-*/
-SSL_IMPORT SECStatus SSL_CacheSessionUnlocked(PRFileDesc *fd);
-
-/*
** Return a SECItem containing the SSL session ID associated with the fd.
*/
SSL_IMPORT SECItem *SSL_GetSessionID(PRFileDesc *fd);