summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_test_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Annotated the known leak in TestServerLauncher::LoadTestRootCertglider@chromium.org2010-03-221-0/+2
* Move LoadTemporaryCert to the new files cert_test_util.{h,cc} andwtc@chromium.org2010-03-171-103/+6
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-1/+2
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-2/+1
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-1/+2
* Avoid trying to kill a process that has already quit.tommi@chromium.org2010-02-161-1/+5
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+2
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-8/+8
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-181-12/+13
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-011-4/+0
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-4/+3
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-5/+6
* oldpath is wchar_t, so use arraysize, not sizeof.mattm@chromium.org2009-09-241-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+5
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-0/+50
* Change an ASSERT_TRUE to a CHECK() to remove the gtest dependency.evan@chromium.org2009-08-201-1/+1
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-141-0/+6
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-1/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+1
* Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...robertshield@chromium.org2009-08-061-2/+21
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+1
* Fix up some code not to set off coverity warnings.willchan@chromium.org2009-07-061-1/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-2/+2
* Reverting 19425.ericroman@google.com2009-06-261-2/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-2/+2
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+366