summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/x509_certificate_model_nss.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add ECPrivateKey for Elliptic Curve keypair generation.mattm@chromium.org2011-11-091-1/+2
| | | | | | | | | | | | | The implementation uses NSS on all platforms unless USE_OPENSSL is defined (which is only stubbed out in this CL). BUG=88782 TEST=ECPrivateKeyUnitTest Review URL: http://codereview.chromium.org/8413024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109188 0039d316-1c4b-4281-b951-d872f2087c98
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-281-7/+7
| | | | | | Review URL: http://codereview.chromium.org/8368018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107814 0039d316-1c4b-4281-b951-d872f2087c98
* Actually call psm::RegisterDynamicOids().wtc@chromium.org2011-07-071-0/+1
| | | | | | | | | | | | | | | | | | Register the OIDs for the businessCategory and incorporationCountry attributes. Add a case for SEC_OID_UNKNOWN as a safety net. R=mattm@chromium.org BUG=88612 TEST=On Linux, visit https://servicios.izenpe.com/ and view the certificate. The subject field should have: businessCategory = Business Entity incorporationCountry = ES Review URL: http://codereview.chromium.org/7313019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91722 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83569 - Move chrome/third_party/mozilla_security_manager to third_party.thakis@chromium.org2011-04-291-3/+3
| | | | | | | | | | | | | | | | | All third_party libraries should be directly in third_party, not scattered throughout the tree. Note that net/third_party contains a folder of the same name, I will move files in there into third_party/mozilla_security_manager later. BUG=80916 TEST=none Review URL: http://codereview.chromium.org/6902141 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6901139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83627 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/third_party/mozilla_security_manager to third_party.thakis@chromium.org2011-04-291-3/+3
| | | | | | | | | | | | | | All third_party libraries should be directly in third_party, not scattered throughout the tree. Note that net/third_party contains a folder of the same name, I will move files in there into third_party/mozilla_security_manager later. BUG=80916 TEST=none Review URL: http://codereview.chromium.org/6902141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83569 0039d316-1c4b-4281-b951-d872f2087c98
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
| | | | | | | | | | | | | src/crypto is now an independent project that contains our cryptographic primitives (except md5 and sha1). This removes the base dependency from nss, openssl and sqlite. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6805019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81611 0039d316-1c4b-4281-b951-d872f2087c98
* Join Wi-Fi network dialog lists user and server-CA certificates.jamescook@chromium.org2011-04-131-4/+35
| | | | | | | | | | | | | | | - Fixed width of server CA combobox, as it can be very wide. - Introduced WifiConfigModel to hold cert info for WifiConfigView. - Send user cert to flimflam by PKCS#11 ID - Send server CA cert to flimflam by nickname BUG=chromium-os:11412 TEST=Make successful connection to 802.1x network. Review URL: http://codereview.chromium.org/6693083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81498 0039d316-1c4b-4281-b951-d872f2087c98
* Add svn prop eol-style LFachuith@chromium.org2011-04-131-1/+1
| | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6840021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81447 0039d316-1c4b-4281-b951-d872f2087c98
* More UI-related OpenSSL support.bulach@chromium.org2010-10-251-5/+4
| | | | | | | | | | | | | Refactors a few functions from nsNSSCertHelper into common. (no functional change when using NSS). Implements some of the x509_certificate_model functions for OpenSSL. BUG=none TEST=Compile w/ use_openssl=1, check that the fields in certificate viewer are displayed. Review URL: http://codereview.chromium.org/3815012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63723 0039d316-1c4b-4281-b951-d872f2087c98
* Decouples certificates viewers from NSS to prepare support for OpenSSL.bulach@chromium.org2010-10-081-0/+381
This change is a pre-requisite for http://codereview.chromium.org/3529008/show There are no functional changes, it's only refactoring existing code. BUG=None TEST=Go to an https:// page and check the certificate info. Review URL: http://codereview.chromium.org/3565006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61944 0039d316-1c4b-4281-b951-d872f2087c98