| Commit message (Expand) | Author | Age | Files | Lines |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -704/+0 |
* | This enables hardware-backed .p12 file import on ChromeOS | gspencer@chromium.org | 2011-04-12 | 1 | -4/+14 |
* | Remove excessive path checking so we can fallback on native library search pa... | ajwong@chromium.org | 2011-04-08 | 1 | -9/+4 |
* | Add search path for NSS libraries | hclam@chromium.org | 2011-04-07 | 1 | -0/+3 |
* | This change loads opencryptoki and uses the TPM for keygen tags. | gspencer@chromium.org | 2011-04-07 | 1 | -49/+235 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Load additional NSS library files in zygote main if remoting is enabled | hclam@google.com | 2011-03-17 | 1 | -0/+45 |
* | Initialize NSS with no DB in the renderer process | hclam@google.com | 2011-03-16 | 1 | -49/+78 |
* | Temporary whitelist several cases of disk I/O on the UI threads in cros. | nkostylev@chromium.org | 2011-01-24 | 1 | -0/+3 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",... | mattm@chromium.org | 2011-01-19 | 1 | -6/+6 |
* | NSS: don't set environment variables when multi-threaded. | agl@chromium.org | 2011-01-13 | 1 | -0/+14 |
* | NSS: PKCS 11 password prompt. | mattm@chromium.org | 2011-01-13 | 1 | -0/+23 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+4 |
* | Leak NSS to prevent shutdown crashes. | willchan@chromium.org | 2010-11-21 | 1 | -59/+74 |
* | linux: include linux/nfs_fs.h for NFS superblock magic | evan@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | ThreadRestrictions: disallow blocking IO on the UI thread | evan@chromium.org | 2010-10-27 | 1 | -0/+5 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 1 | -4/+4 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -4/+4 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -4/+4 |
* | Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase. | mattm@chromium.org | 2010-08-31 | 1 | -1/+3 |
* | Header cleanup in base. | brettw@chromium.org | 2010-08-17 | 1 | -3/+3 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-12 | 1 | -12/+45 |
* | Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed... | mattm@chromium.org | 2010-08-11 | 1 | -41/+7 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-11 | 1 | -7/+41 |
* | base: rename Environment::SetEnv to Environment::SetVar. | tfarina@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -3/+3 |
* | NSS's filesystem speed detection doesn't work with the latest versions | wtc@chromium.org | 2010-07-14 | 1 | -28/+56 |
* | Use file_util::GetHomeDir instead of getenv("HOME"). | tfarina@chromium.org | 2010-07-14 | 1 | -4/+4 |
* | Consistently increase the reference count when calling GetDefaultNSSKeySlot | davidben@chromium.org | 2010-06-29 | 1 | -1/+1 |
* | Add a unit test to check KeygenHandler's thread-safety | davidben@chromium.org | 2010-06-25 | 1 | -0/+40 |
* | Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses | wtc@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | Enable Chrome OS to load the user's nssdb later. | cmasone@google.com | 2010-04-29 | 1 | -3/+69 |
* | Do not call NSS functions if NSS initialization failed. | wtc@chromium.org | 2010-04-16 | 1 | -0/+1 |
* | linux: make NSS version check non-fatal | evan@chromium.org | 2010-02-19 | 1 | -3/+12 |
* | Mention NSPR libs in NSS version check error message. | craig.schlenter@chromium.org | 2010-01-28 | 1 | -1/+3 |
* | Use nss_util.{h,cc} also on Windows. On Windows, NSS is | wtc@chromium.org | 2010-01-27 | 1 | -1/+19 |
* | Refactor EnsureNSSInit. Move the NSS SSL library | wtc@chromium.org | 2010-01-27 | 1 | -39/+2 |
* | linux: abort unless we have the proper version of NSS | evan@chromium.org | 2010-01-20 | 1 | -0/+10 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -0/+200 |