index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
nss_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make NSSInitSingleton::tpm_slot_ a ScopedPK11Slot.
pneubeck@chromium.org
2014-07-30
1
-17
/
+14
*
Make crypto::GetSystemNSSKeySlot asynchronous.
pneubeck@chromium.org
2014-07-30
1
-9
/
+21
*
Extract ScopedTestNSSDB from nss_util.
pneubeck@chromium.org
2014-07-28
1
-126
/
+46
*
clean up code at crypto folder.
rucifer1217@gmail.com
2014-07-22
1
-2
/
+1
*
Remove NSSCertDatabase from ClientCertStoreChromeOS unittest.
pneubeck@chromium.org
2014-07-18
1
-6
/
+10
*
Add GetSystemNSSKeySlot, merge GetPrivateNSSKeySlot/GetPublicNSSKeySlot to Ge...
mattm@chromium.org
2014-07-13
1
-34
/
+33
*
Remove usage of singleton software_slot_ in nss on ChromeOS
tbarzic@chromium.org
2014-07-12
1
-55
/
+62
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-27
1
-1
/
+4
*
Revert 270872 "Move all callers of GetHomeDir() to PathService::..."
benwells@chromium.org
2014-05-16
1
-4
/
+1
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-16
1
-1
/
+4
*
Move more file_util functions to base namespace.
brettw@chromium.org
2014-03-13
1
-3
/
+3
*
chromeos: Load chaps module and lookup TPM slots on the worker pool.
mattm@chromium.org
2014-02-27
1
-38
/
+117
*
Use file_util::GetFileSystemType() in crypto/nss_util.cc.
thestig@chromium.org
2014-02-05
1
-18
/
+19
*
Disable noisy printf in nss_util.cc
danakj@chromium.org
2014-01-31
1
-1
/
+1
*
ChromeOS: Fix crash if login profile triggers client auth.
mattm@chromium.org
2014-01-14
1
-0
/
+18
*
Add ClientCertStoreChromeOS which only returns the certs for a given user.
mattm@chromium.org
2013-12-17
1
-1
/
+29
*
Update keygen to use correct NSS slot on ChromeOS multiprofile.
mattm@chromium.org
2013-12-16
1
-1
/
+1
*
Fix location of NSS library on armhf linux.
sbc@chromium.org
2013-12-11
1
-0
/
+4
*
Initialize per-ChromeOS-user NSS slots and provide the functions to access them.
mattm@google.com
2013-12-06
1
-9
/
+227
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Move some more file utils to the base namespace.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
Remove crypto::GetTPMTokenInfo which is no longer necessary.
mattm@chromium.org
2013-11-25
1
-29
/
+3
*
crypto: disable NSS AES-NI support when AVX is disabled by OS.
agl@chromium.org
2013-11-22
1
-0
/
+18
*
Remove ChromeOS TPM slot unlock hacks that are unnecessary with chaps.
mattm@chromium.org
2013-11-21
1
-18
/
+1
*
Start adding threading checks to nss_util.
mattm@chromium.org
2013-11-12
1
-0
/
+45
*
crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.
mattm@chromium.org
2013-10-25
1
-24
/
+37
*
crypto: Don't try to init NSS with nonexistent DB.
derat@chromium.org
2013-09-12
1
-7
/
+9
*
Make CryptohomeClientImplStub and ScopedTestNSSDB use the same TokenName.
pneubeck@chromium.org
2013-08-12
1
-1
/
+3
*
Reland http://crrev.com/209278
rsleevi@chromium.org
2013-08-07
1
-12
/
+6
*
[MIPS] Add additional directory for NSS libraries
petarj@mips.com
2013-08-01
1
-1
/
+3
*
Revert 209515 "Reland http://crrev.com/209278"
rsleevi@chromium.org
2013-07-01
1
-6
/
+12
*
Reland http://crrev.com/209278
rsleevi@chromium.org
2013-07-01
1
-12
/
+6
*
Actually close the test NSS DB when ScopedTestNSSDB is destroyed
rsleevi@chromium.org
2013-06-29
1
-11
/
+14
*
Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"
joaodasilva@chromium.org
2013-06-29
1
-6
/
+12
*
Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2
rsleevi@chromium.org
2013-06-29
1
-12
/
+6
*
Use a direct include of strings headers in crypto/, dbus/, device/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Remove unused crypto::GetSupplementalUserKey() method.
davidroche@chromium.org
2013-06-11
1
-52
/
+0
*
Revert 202305 "Destroy all Singletons and LazyInstances between ..."
rsesek@chromium.org
2013-05-25
1
-2
/
+3
*
Destroy all Singletons and LazyInstances between each test.
rsesek@chromium.org
2013-05-25
1
-3
/
+2
*
Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-5
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
More FilePath -> base::FilePath replacement.
brettw@chromium.org
2013-02-10
1
-16
/
+16
*
Time NSS Initialization for slow startups.
jeremy@chromium.org
2013-01-22
1
-0
/
+10
*
Fix nits in crypto::InitNSSSafely().
jorgelo@chromium.org
2012-11-29
1
-4
/
+4
*
Update nss_revision to 169146.
wtc@chromium.org
2012-11-22
1
-2
/
+0
*
Always force a crash with error info on NSS_NoDB_Init failure.
wtc@chromium.org
2012-11-21
1
-10
/
+8
*
Disable MD5 certificate signatures if NSS is used to verify certificates.
wtc@chromium.org
2012-11-20
1
-5
/
+8
*
Initialize NSS in the PPAPI process for ClearKey CDM.
jorgelo@chromium.org
2012-11-17
1
-0
/
+11
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-3
/
+4
[next]