summaryrefslogtreecommitdiffstats
path: root/base/nss_util.cc
Commit message (Expand)AuthorAgeFilesLines
* This enables hardware-backed .p12 file import on ChromeOSgspencer@chromium.org2011-04-121-4/+14
* Remove excessive path checking so we can fallback on native library search pa...ajwong@chromium.org2011-04-081-9/+4
* Add search path for NSS librarieshclam@chromium.org2011-04-071-0/+3
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-071-49/+235
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Load additional NSS library files in zygote main if remoting is enabledhclam@google.com2011-03-171-0/+45
* Initialize NSS with no DB in the renderer processhclam@google.com2011-03-161-49/+78
* Temporary whitelist several cases of disk I/O on the UI threads in cros.nkostylev@chromium.org2011-01-241-0/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...mattm@chromium.org2011-01-191-6/+6
* NSS: don't set environment variables when multi-threaded.agl@chromium.org2011-01-131-0/+14
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-0/+23
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+4
* Leak NSS to prevent shutdown crashes.willchan@chromium.org2010-11-211-59/+74
* linux: include linux/nfs_fs.h for NFS superblock magicevan@chromium.org2010-11-041-1/+1
* ThreadRestrictions: disallow blocking IO on the UI threadevan@chromium.org2010-10-271-0/+5
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-191-4/+4
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-4/+4
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-4/+4
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-311-1/+3
* Header cleanup in base.brettw@chromium.org2010-08-171-3/+3
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-121-12/+45
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-111-41/+7
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-111-7/+41
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-3/+3
* NSS's filesystem speed detection doesn't work with the latest versionswtc@chromium.org2010-07-141-28/+56
* Use file_util::GetHomeDir instead of getenv("HOME").tfarina@chromium.org2010-07-141-4/+4
* Consistently increase the reference count when calling GetDefaultNSSKeySlotdavidben@chromium.org2010-06-291-1/+1
* Add a unit test to check KeygenHandler's thread-safetydavidben@chromium.org2010-06-251-0/+40
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-011-1/+1
* Enable Chrome OS to load the user's nssdb later.cmasone@google.com2010-04-291-3/+69
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-161-0/+1
* linux: make NSS version check non-fatalevan@chromium.org2010-02-191-3/+12
* Mention NSPR libs in NSS version check error message.craig.schlenter@chromium.org2010-01-281-1/+3
* Use nss_util.{h,cc} also on Windows. On Windows, NSS iswtc@chromium.org2010-01-271-1/+19
* Refactor EnsureNSSInit. Move the NSS SSL librarywtc@chromium.org2010-01-271-39/+2
* linux: abort unless we have the proper version of NSSevan@chromium.org2010-01-201-0/+10
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-0/+200