diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-21 01:17:52 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-21 01:17:52 +0000 |
commit | c777fa0164f2f057d52bdf71767dc379c745806e (patch) | |
tree | a30021f27f1938d3cd6ac58b4fbd294cf730668f /net/third_party/nss/ssl/ssl.h | |
parent | 47c26b14b64d322cbc086eedd775a681d5e1d597 (diff) | |
download | chromium_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.h | 12 |
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); |