summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_host_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-061-2/+4
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-15/+1
* base::Bind: Convert SSLHostInfo::WaitForDataReady.jhawkins@chromium.org2011-12-031-8/+8
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-1/+1
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-191-1/+3
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-5/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* Fix nits related to SSLHostInfo.wtc@chromium.org2011-05-311-0/+6
* net: fix matching ".google.com" at the end of a string.agl@chromium.org2011-05-091-1/+2
* net: break out SSLHostInfo verification time for Google.agl@chromium.org2011-05-091-1/+6
* Revert r61181.agl@chromium.org2011-04-121-23/+11
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* net: disable DNS lookup tests.agl@chromium.org2011-01-311-38/+1
* net: measure theoretical delay of waiting for DNS cert information.agl@chromium.org2011-01-141-1/+21
* Revert r71331 - it should never have been committed.agl@chromium.org2011-01-131-21/+1
* ...agl@chromium.org2011-01-131-1/+21
* net: fix leak in SSLHostInfo's DNS request.agl@chromium.org2011-01-071-0/+1
* net: perform a non-A DNS lookup for HTTPS hosts.agl@chromium.org2011-01-061-2/+33
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-161-4/+4
* Cache certificate verification results in memory.wtc@google.com2010-12-161-5/+5
* net: fix verification merge savings calculations.agl@chromium.org2010-12-151-0/+2
* net: Switch SSLHostInfo to using Pickle.agl@chromium.org2010-12-151-51/+72
* net: assorted changes needed for Snap Start tests.agl@chromium.org2010-11-101-4/+5
* net: Make Snap Start check cert verification and add metricsagl@chromium.org2010-11-031-0/+7
* net: merge certificate validation with SSLHostInfo'sagl@chromium.org2010-10-281-9/+26
* net: always save certs and trigger verify in SSLHostInfo.agl@chromium.org2010-10-261-1/+47
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+7
* net: move SSL host info serialisation into SSLHostInfoagl@chromium.org2010-10-201-0/+100