| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle CertDatabase ctor/dtor so that NSS-specific functionality can be move... | rsleevi@chromium.org | 2012-09-19 | 1 | -0/+42 |
* | Move the NSS functions out of CertDatabase into a new NSSCertDatabase class. | joaodasilva@chromium.org | 2012-09-10 | 1 | -284/+1 |
* | Reland: Fix imported server certs being distrusted in NSS 3.13. | mattm@chromium.org | 2012-06-01 | 1 | -14/+37 |
* | Revert 139719 - Fix imported server certs being distrusted in NSS 3.13. | falken@google.com | 2012-05-31 | 1 | -37/+14 |
* | Fix imported server certs being distrusted in NSS 3.13. | mattm@chromium.org | 2012-05-31 | 1 | -14/+37 |
* | Fixing some error handling log spam. | gspencer@chromium.org | 2012-02-21 | 1 | -3/+2 |
* | Add OnUserCertRemoved to CertDatabase::Observer | stevenjb@chromium.org | 2012-01-28 | 1 | -2/+4 |
* | This fixes a bug I introduced last night with | gspencer@chromium.org | 2011-12-13 | 1 | -1/+0 |
* | This applies GUIDs to certificate and key nicknames when | gspencer@chromium.org | 2011-12-12 | 1 | -29/+8 |
* | This change implements certificate import from ONC file. | gspencer@chromium.org | 2011-11-03 | 1 | -0/+7 |
* | Mark untrusted certificates as such in Linux UI. | agl@chromium.org | 2011-09-22 | 1 | -0/+59 |
* | Introduce a typedef for users of the SSL cert trust bits. This allows lots of... | pkasting@chromium.org | 2011-09-20 | 1 | -5/+5 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -3/+1 |
* | For PKCS12 private keys imported into a hardware backed token, mark them as u... | gauravsh@chromium.org | 2011-06-29 | 1 | -2/+4 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -6/+6 |
* | Fix a problem that cert trust change needs a chrome restart to be effective. | xiyuan@chromium.org | 2011-04-13 | 1 | -5/+19 |
* | This change loads opencryptoki and uses the TPM for keygen tags. | gspencer@chromium.org | 2011-04-07 | 1 | -4/+14 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -2/+2 |
* | Define a new CertDatabase::Observer abstract class which can be implemented b... | rch@chromium.org | 2011-03-10 | 1 | -0/+1 |
* | NSS: Unlock crypto devices when populating cert manager. | mattm@chromium.org | 2011-03-05 | 1 | -0/+24 |
* | NSS: PKCS 11 password prompt. | mattm@chromium.org | 2011-01-13 | 1 | -2/+18 |
* | DOMUI Cert Manager: merge email certs into other certs tab. | mattm@chromium.org | 2010-11-03 | 1 | -1/+0 |
* | DOMUI Cert Manager: Disable delete button on readonly certs. | mattm@chromium.org | 2010-10-29 | 1 | -0/+5 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | DOMUI cert manager: Add CA cert import. | mattm@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | CertDatabase: Add ImportServerCerts method. | mattm@chromium.org | 2010-10-12 | 1 | -0/+5 |
* | DOMUI Cert Manager: Edit CA cert trust. | mattm@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | DOMUI Certificate Manager: Backup and restore PKCS #12 files. Export certs. ... | mattm@chromium.org | 2010-10-06 | 1 | -1/+1 |
* | CertDatabase: Add GetCertTrust method. | mattm@chromium.org | 2010-10-04 | 1 | -0/+25 |
* | CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes... | mattm@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Add ListCerts method to CertDatabase. | mattm@chromium.org | 2010-09-01 | 1 | -0/+16 |
* | Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase. | mattm@chromium.org | 2010-08-31 | 1 | -5/+62 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-12 | 1 | -1/+18 |
* | Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed... | mattm@chromium.org | 2010-08-11 | 1 | -18/+1 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-11 | 1 | -1/+18 |
* | Add a unit test to check KeygenHandler's thread-safety | davidben@chromium.org | 2010-06-25 | 1 | -3/+7 |
* | Adds support for the <keygen> element to Windows, matching | wtc@chromium.org | 2010-04-01 | 1 | -7/+4 |
* | Mac: implement <keygen> support, including adding generated cert to the Keych... | snej@chromium.org | 2010-03-02 | 1 | -31/+20 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -1/+1 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 1 | -4/+0 |
* | Adds support for the <keygen> tag for client certificate enrollment | wtc@chromium.org | 2009-10-23 | 1 | -0/+102 |