summaryrefslogtreecommitdiffstats
path: root/crypto/nss_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Make NSSInitSingleton::tpm_slot_ a ScopedPK11Slot.pneubeck@chromium.org2014-07-301-17/+14
* Make crypto::GetSystemNSSKeySlot asynchronous.pneubeck@chromium.org2014-07-301-9/+21
* Extract ScopedTestNSSDB from nss_util.pneubeck@chromium.org2014-07-281-126/+46
* clean up code at crypto folder.rucifer1217@gmail.com2014-07-221-2/+1
* Remove NSSCertDatabase from ClientCertStoreChromeOS unittest.pneubeck@chromium.org2014-07-181-6/+10
* Add GetSystemNSSKeySlot, merge GetPrivateNSSKeySlot/GetPublicNSSKeySlot to Ge...mattm@chromium.org2014-07-131-34/+33
* Remove usage of singleton software_slot_ in nss on ChromeOStbarzic@chromium.org2014-07-121-55/+62
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-1/+4
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-4/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-1/+4
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-3/+3
* chromeos: Load chaps module and lookup TPM slots on the worker pool.mattm@chromium.org2014-02-271-38/+117
* Use file_util::GetFileSystemType() in crypto/nss_util.cc.thestig@chromium.org2014-02-051-18/+19
* Disable noisy printf in nss_util.ccdanakj@chromium.org2014-01-311-1/+1
* ChromeOS: Fix crash if login profile triggers client auth.mattm@chromium.org2014-01-141-0/+18
* Add ClientCertStoreChromeOS which only returns the certs for a given user.mattm@chromium.org2013-12-171-1/+29
* Update keygen to use correct NSS slot on ChromeOS multiprofile.mattm@chromium.org2013-12-161-1/+1
* Fix location of NSS library on armhf linux.sbc@chromium.org2013-12-111-0/+4
* Initialize per-ChromeOS-user NSS slots and provide the functions to access them.mattm@google.com2013-12-061-9/+227
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Remove crypto::GetTPMTokenInfo which is no longer necessary.mattm@chromium.org2013-11-251-29/+3
* crypto: disable NSS AES-NI support when AVX is disabled by OS.agl@chromium.org2013-11-221-0/+18
* Remove ChromeOS TPM slot unlock hacks that are unnecessary with chaps.mattm@chromium.org2013-11-211-18/+1
* Start adding threading checks to nss_util.mattm@chromium.org2013-11-121-0/+45
* crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.mattm@chromium.org2013-10-251-24/+37
* crypto: Don't try to init NSS with nonexistent DB.derat@chromium.org2013-09-121-7/+9
* Make CryptohomeClientImplStub and ScopedTestNSSDB use the same TokenName.pneubeck@chromium.org2013-08-121-1/+3
* Reland http://crrev.com/209278rsleevi@chromium.org2013-08-071-12/+6
* [MIPS] Add additional directory for NSS librariespetarj@mips.com2013-08-011-1/+3
* Revert 209515 "Reland http://crrev.com/209278"rsleevi@chromium.org2013-07-011-6/+12
* Reland http://crrev.com/209278rsleevi@chromium.org2013-07-011-12/+6
* Actually close the test NSS DB when ScopedTestNSSDB is destroyedrsleevi@chromium.org2013-06-291-11/+14
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-291-6/+12
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-291-12/+6
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-111-1/+1
* Remove unused crypto::GetSupplementalUserKey() method.davidroche@chromium.org2013-06-111-52/+0
* Revert 202305 "Destroy all Singletons and LazyInstances between ..."rsesek@chromium.org2013-05-251-2/+3
* Destroy all Singletons and LazyInstances between each test.rsesek@chromium.org2013-05-251-3/+2
* Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.dcheng@chromium.org2013-04-091-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-5/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-16/+16
* Time NSS Initialization for slow startups.jeremy@chromium.org2013-01-221-0/+10
* Fix nits in crypto::InitNSSSafely().jorgelo@chromium.org2012-11-291-4/+4
* Update nss_revision to 169146.wtc@chromium.org2012-11-221-2/+0
* Always force a crash with error info on NSS_NoDB_Init failure.wtc@chromium.org2012-11-211-10/+8
* Disable MD5 certificate signatures if NSS is used to verify certificates.wtc@chromium.org2012-11-201-5/+8
* Initialize NSS in the PPAPI process for ClearKey CDM.jorgelo@chromium.org2012-11-171-0/+11
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-3/+4