summaryrefslogtreecommitdiffstats
path: root/net/base/cert_database_nss_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-5/+2
* Linux Cert manager: improve PKCS #12 import error messages.mattm@chromium.org2011-07-131-0/+31
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-291-3/+25
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-5/+5
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-071-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Fix the CertDatabaseNSSTest SetUp creating multiple NSS DBs (regressed in r69...mattm@chromium.org2011-02-011-5/+15
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-17/+16
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-22/+27
* Revert 69356 - Regenerate the root certificate and end-entity certificates us...rsleevi@chromium.org2010-12-161-8/+8
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2010-12-161-8/+8
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-15/+4
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-4/+15
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-15/+4
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* CertDatabase: Add ImportServerCerts method.mattm@chromium.org2010-10-121-0/+71
* CertDatabase: Add GetCertTrust method.mattm@chromium.org2010-10-041-0/+9
* CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes...mattm@chromium.org2010-09-141-9/+9
* Add ListCerts method to CertDatabase.mattm@chromium.org2010-09-011-0/+10
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-311-5/+300
* NSS cert database cleanupsmattm@chromium.org2010-08-201-44/+43
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-121-0/+116
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-111-116/+0
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-111-0/+116