summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_cert_migrator.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard integer types in chromeos/.avi2015-12-211-1/+1
| | | | | | | | | BUG=138542 TBR=zelidrag@chromium.org Review URL: https://codereview.chromium.org/1540803002 Cr-Commit-Position: refs/heads/master@{#366324}
* Remove CACert NSS nickname to PEM migration.pneubeck2015-01-091-7/+7
| | | | | | | | | | | This migration was added in Aug 2013, M30: https://chromiumcodereview.appspot.com/20087002 . According to UMA stats, it is triggered now for very few users/devices and can be removed. BUG=447211 Review URL: https://codereview.chromium.org/845533002 Cr-Commit-Position: refs/heads/master@{#310726}
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-2/+2
| | | | | | | | BUG=417463 Review URL: https://codereview.chromium.org/628883002 Cr-Commit-Position: refs/heads/master@{#298229}
* Migrate slot ID of client certs in network configuration.pneubeck@chromium.org2014-08-151-1/+1
| | | | | | | | | | | | | | | | If a network was configured with a client certificate before R38, the slot ID will either be missing or not be valid in R38 and later because of the added device wide token. This migration code will look up a configured client certificate by its PKCS#11 ID and update the slot id. If the certificate can't be found, the client configuration will be removed in order to trigger a clean 'missing configuration' error in the UI. This change is primarily targeted for manually configured networks and not policy-configured networks. The latter are automatically updated by the chromeos::ClientCertResolver. BUG=403900 Review URL: https://codereview.chromium.org/471183002 Cr-Commit-Position: refs/heads/master@{#290044} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290044 0039d316-1c4b-4281-b951-d872f2087c98
* Add migration from CaCert NSS nicknames to PEM.pneubeck@chromium.org2013-08-061-0/+50
BUG=263044 Review URL: https://chromiumcodereview.appspot.com/20087002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215914 0039d316-1c4b-4281-b951-d872f2087c98