summaryrefslogtreecommitdiffstats
path: root/crypto/nss_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding macro to enable changing SSL library (Part 1)svaldez2016-03-181-2/+0
* Global conversion of Pass()→std::move(): CrOS editiondcheng2015-12-311-8/+10
* Remove cpu.has_avx_hardware()fbarchard2015-10-061-18/+0
* Fold away now dead NSS code.davidben2015-10-021-104/+0
* Only prime NSS in the sandbox for NSS ports.davidben2015-08-111-1/+19
* Deprecate Startup.SlowStartup* histograms.asvitkine2015-06-091-11/+0
* crypto: Load libchaps.so with RTLD_DEEPBINDspang2015-05-141-0/+38
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-23/+22
* Using "static_assert" in lieu of "COMPILE_ASSERT" in crypto moduleanujk.sharma2015-01-221-2/+2
* Add scoped_ptr to Environment object.jorgelo2014-11-131-1/+2
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Remove unused user email argument from nss_util.pneubeck2014-09-121-10/+6
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-6/+6
* Enable system NSS key slot.pneubeck@chromium.org2014-08-021-10/+19
* 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