diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 17:54:28 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 17:54:28 +0000 |
commit | 2cd713f04f510f1454a757e870fc61fdd276a826 (patch) | |
tree | 4a9aed0083cec66fd16398fcc3709c69ea0bed2d /net/build | |
parent | e21fa4ac1597dbbf00d566c4bbeb76e547a7d301 (diff) | |
download | chromium_src-2cd713f04f510f1454a757e870fc61fdd276a826.zip chromium_src-2cd713f04f510f1454a757e870fc61fdd276a826.tar.gz chromium_src-2cd713f04f510f1454a757e870fc61fdd276a826.tar.bz2 |
We don't support SSL renegotiation yet. Add the
ERR_SSL_RENEGOTIATION_REQUESTED error code for when we
received a renegotiation request from a server.
Support the completion of an SSL handshake after we write
something. (This happens in a session resumption
handshake.)
Use the SSL configuration settings to turn on or turn off
various versions of the SSL protocol and server certificate
revocation checking.
Report all the errors of a certificate and whether revocation
checking was done in in the server_cert_status_ bitmask.
Create a new scoped_cert_chain_context.h header for the
ScopedCertChainContext class that used to be in
x509_certificate_win.cc, and use it to fix a leak of
chain_context on error paths in
SSLClientSocketWin::VerifyServerCert.
R=rvargas
BUG=3002,3003,3004
Review URL: http://codereview.chromium.org/7505
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index aa71faf..9bed56f 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -413,6 +413,10 @@ > </File> <File + RelativePath="..\base\scoped_cert_chain_context.h" + > + </File> + <File RelativePath="..\base\sdch_filter.cc" > </File> |