summaryrefslogtreecommitdiffstats
path: root/chrome/browser/certificate_manager_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Convert Pass()→std::move() in //chromedcheng2015-12-271-1/+3
* Switch to standard integer types in chrome/browser/, part 1 of 4.avi2015-12-261-0/+1
* Adding User Certificate (.crt) Import to Certificate Managersvaldez2015-11-231-0/+7
* Use DCHECK_CURRENTLY_ON() in chrome/ and android_webview/thestig2015-09-081-5/+5
* Use a qualified path for chromium_strings, google_chrome_strings, and generat...thestig@chromium.org2014-08-221-1/+1
* Handle cases when user cert database has NULL slotstbarzic@chromium.org2014-03-181-2/+7
* Make NSSCertDatabase::ListCerts async and use the worker pool for actual cert...tbarzic@chromium.org2014-02-061-1/+2
* NSS Certificate Manager: Use NSSCertDatabaseChromeOS.mattm@chromium.org2014-01-221-2/+102
* Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-3/+3
* Revert 242449 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-3/+3
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-3/+3
* Change SSLCertRequestInfo.host_and_port from string to HostPortPair.mattm@chromium.org2013-12-171-1/+1
* Update keygen to use correct NSS slot on ChromeOS multiprofile.mattm@chromium.org2013-12-161-1/+1
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-3/+3
* Don't use nss_util in CertificateManagerModel::IsHardwareBacked.mattm@chromium.org2013-11-201-16/+2
* Aura linux: unlock NSS cert slot if necessary on SSL client auth.mattm@chromium.org2013-11-141-4/+5
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+3
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* chrome: Move crypto_module_password_dialog.h into chrome namespace.tfarina@chromium.org2012-09-241-2/+2
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-16/+17
* Reland: Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-06-011-1/+3
* Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.falken@google.com2012-05-311-3/+1
* Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-05-311-1/+3
* certificate manager: Disable export option for TPM-backed certs.satorux@chromium.org2012-05-221-4/+13
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-121-1/+1
* Convert CryptoModulePasswordDialog related callbacks to new callback system.mattm@chromium.org2011-09-291-3/+3
* Introduce a typedef for users of the SSL cert trust bits. This allows lots of...pkasting@chromium.org2011-09-201-4/+5
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-291-2/+4
* [ChromeOS] Add a "hardware-backed" suffix to tpm-backed cert.xiyuan@chromium.org2011-06-081-1/+21
* Move CertificateManagerModel and CertificateViewer back to chrome. Nothing u...jam@chromium.org2011-05-131-0/+132
* Move core pieces of chrome\browser. I've only gone up to "g", will do the re...jam@chromium.org2011-02-221-116/+0
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-2/+3
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-4/+2
* DOMUI Cert Manager: merge email certs into other certs tab.mattm@chromium.org2010-11-031-4/+0
* DOMUI Cert Manager: Add import server cert function.mattm@chromium.org2010-10-131-0/+9
* DOMUI cert manager: Add CA cert import.mattm@chromium.org2010-10-121-9/+8
* Decouples certificates viewers from NSS to prepare support for OpenSSL.bulach@chromium.org2010-10-081-47/+12
* DOMUI Cert Manager: Edit CA cert trust.mattm@chromium.org2010-10-081-0/+11
* DOMUI Certificate Manager: Backup and restore PKCS #12 files. Export certs. ...mattm@chromium.org2010-10-061-1/+27
* DOMUI options: NSS Certificate manager part 1 (read only)mattm@chromium.org2010-09-291-0/+111