summaryrefslogtreecommitdiffstats
path: root/base/nss_init.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-011-5/+0
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-301-0/+4
* Log the argument (NSS config directory) that we pass towtc@chromium.org2009-10-231-3/+5
* If NSS_InitReadWrite fails, fall back on NSS_NoDB_Init.wtc@chromium.org2009-09-081-12/+13
* linux: call PR_Init on UI threadevan@chromium.org2009-09-021-9/+23
* linux: improve warnings when NSS/PR shutdowns failevan@chromium.org2009-08-041-5/+12
* Avoid runtime linker warning dkegel@google.com2009-07-271-2/+13
* Initialize an empty password for NSS databases (so that the databaseswtc@chromium.org2009-06-111-0/+11
* Initialize NSS with databases.ukai@chromium.org2009-05-251-3/+29
* Fix cast style.erg@google.com2009-04-131-1/+1
* Report what went wrong when initializing NSS_NoDB_Init.erg@google.com2009-04-131-2/+10
* Call two more shutdown functions, and set an environment variable, dkegel@google.com2009-03-191-0/+9
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-3/+3
* Third time's a charm?dkegel@google.com2008-12-071-2/+47
* Revert r6233, need to move the cert, there is a policy against dkegel@google.com2008-12-021-47/+2
* For http://code.google.com/p/chromium/issues/detail?id=4510dkegel@google.com2008-12-021-2/+47
* Roll back r6063. TBR.dank@chromium.org2008-11-261-59/+2
* Point nss at root certs so test_shell can talk to mail.google.com without war...dank@chromium.org2008-11-261-2/+59
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-221-0/+13
* Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of th...deanm@google.com2008-09-171-7/+6
* Add an HMAC implementation using NSS. Include centralized NSS initialization...deanm@google.com2008-09-161-0/+35