summaryrefslogtreecommitdiffstats
path: root/net/base/keygen_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: More random cleanups.jhawkins@chromium.org2011-12-011-35/+23
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-2/+1
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-5/+5
* Implements keygen handler for openssl, but without private key persistencejoth@chromium.org2010-12-071-21/+8
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-021-2/+14
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-0/+4
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-4/+0
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-0/+4
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-4/+0
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-0/+4
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* Give keys friendly names in NSS and OS Xdavidben@chromium.org2010-08-191-2/+3
* Deflake KeygenHandlerTest.FLAKY_SmokeTestagl@chromium.org2010-07-301-5/+5
* Mark KeygenHandlerTest.ConcurrencyTest no longer flakey.davidben@chromium.org2010-07-151-8/+1
* Make KeygenHandlerTest.ConcurrencyTest flaky on mac.erikkay@chromium.org2010-06-301-1/+8
* Re-enable ConcurrencyTestdavidben@chromium.org2010-06-301-3/+1
* Disable concurrency test added in r50903davidben@chromium.org2010-06-261-1/+3
* Add a unit test to check KeygenHandler's thread-safetydavidben@chromium.org2010-06-251-5/+79
* Change Windows' application/x-x509-user-cert handling to allow any certificat...rsleevi@chromium.org2010-06-241-42/+0
* Enable Chrome OS to load the user's nssdb later.cmasone@google.com2010-04-291-2/+15
* We should delete the underlying persistent public key onlywtc@chromium.org2010-04-021-4/+4
* Adds support for the <keygen> element to Windows, matchingwtc@chromium.org2010-04-011-0/+42
* Remark the KeyHandler test as flakey, and make it not run under Valgrind inst...jam@chromium.org2010-03-031-1/+1
* Disable KeyHandler test because it's hanging the Mac valgrind bots.jam@chromium.org2010-03-031-1/+1
* TBR: Fix build by marking new Keygen test as flaky.snej@chromium.org2010-03-021-1/+1
* Mac: implement <keygen> support, including adding generated cert to the Keych...snej@chromium.org2010-03-021-0/+56