summaryrefslogtreecommitdiffstats
path: root/net/base/cert_database_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Shuffle CertDatabase ctor/dtor so that NSS-specific functionality can be move...rsleevi@chromium.org2012-09-191-0/+42
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-284/+1
* Reland: Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-06-011-14/+37
* Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.falken@google.com2012-05-311-37/+14
* Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-05-311-14/+37
* Fixing some error handling log spam.gspencer@chromium.org2012-02-211-3/+2
* Add OnUserCertRemoved to CertDatabase::Observerstevenjb@chromium.org2012-01-281-2/+4
* This fixes a bug I introduced last night withgspencer@chromium.org2011-12-131-1/+0
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-121-29/+8
* This change implements certificate import from ONC file.gspencer@chromium.org2011-11-031-0/+7
* Mark untrusted certificates as such in Linux UI.agl@chromium.org2011-09-221-0/+59
* Introduce a typedef for users of the SSL cert trust bits. This allows lots of...pkasting@chromium.org2011-09-201-5/+5
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-3/+1
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-291-2/+4
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-6/+6
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-131-5/+19
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-071-4/+14
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-2/+2
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-101-0/+1
* NSS: Unlock crypto devices when populating cert manager.mattm@chromium.org2011-03-051-0/+24
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-2/+18
* DOMUI Cert Manager: merge email certs into other certs tab.mattm@chromium.org2010-11-031-1/+0
* DOMUI Cert Manager: Disable delete button on readonly certs.mattm@chromium.org2010-10-291-0/+5
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-1/+1
* DOMUI cert manager: Add CA cert import.mattm@chromium.org2010-10-121-1/+1
* CertDatabase: Add ImportServerCerts method.mattm@chromium.org2010-10-121-0/+5
* DOMUI Cert Manager: Edit CA cert trust.mattm@chromium.org2010-10-081-1/+1
* DOMUI Certificate Manager: Backup and restore PKCS #12 files. Export certs. ...mattm@chromium.org2010-10-061-1/+1
* CertDatabase: Add GetCertTrust method.mattm@chromium.org2010-10-041-0/+25
* CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes...mattm@chromium.org2010-09-141-1/+1
* Add ListCerts method to CertDatabase.mattm@chromium.org2010-09-011-0/+16
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-311-5/+62
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-121-1/+18
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-111-18/+1
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-111-1/+18
* Add a unit test to check KeygenHandler's thread-safetydavidben@chromium.org2010-06-251-3/+7
* Adds support for the <keygen> element to Windows, matchingwtc@chromium.org2010-04-011-7/+4
* Mac: implement <keygen> support, including adding generated cert to the Keych...snej@chromium.org2010-03-021-31/+20
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-011-4/+0
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-231-0/+102