summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/attestation/platform_verification_flow.cc
Commit message (Expand)AuthorAgeFilesLines
* [cros login] Split login related classes into subfolders.nkostylev@chromium.org2014-05-161-2/+2
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-151-1/+1
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2
* Add more logging to PlatformVerificationFlow.dkrahn@chromium.org2014-03-211-3/+19
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-2/+2
* Restructured PlatformVerificationFlow testing.dkrahn@chromium.org2013-12-201-61/+44
* Disable platform verification in incognito or guest mode.dkrahn@chromium.org2013-12-171-0/+15
* Handle expired platform key certificates.dkrahn@chromium.org2013-12-131-6/+25
* Added a timeout for platform verification key generation.dkrahn@chromium.org2013-11-021-56/+79
* Changed platform verification user consent logic to be per-domain.dkrahn@chromium.org2013-11-011-89/+98
* Move ScopedUserPrefUpdate to base/prefs.derat@chromium.org2013-10-301-1/+1
* Removed temporary UI bypass switch.dkrahn@chromium.org2013-10-211-10/+1
* Added multi-profile support for attestation on chromeos.dkrahn@chromium.org2013-10-211-1/+20
* Remove CanChallengePlatform() and CheckPlatformState().dalecurtis@chromium.org2013-10-201-26/+0
* Move statistics_provider to chromeos/systemstevenjb@chromium.org2013-10-091-1/+1
* Introduces the dialog UI to confirm HDCP verification.mukai@chromium.org2013-10-011-1/+8
* Pepper API implementation for platform verification.dalecurtis@chromium.org2013-09-171-0/+1
* Added parsing of the attestation challenge response protobuf.dkrahn@chromium.org2013-09-121-8/+28
* Implemented a switch for bypassing platform verification consent UI.dkrahn@chromium.org2013-09-061-0/+49
* Added prefs for content protection attestation.dkrahn@chromium.org2013-09-061-8/+147
* Added a CheckPlatformState method to PlatformVerificationFlow.dkrahn@google.com2013-08-281-0/+25
* Implemented a PlatformVerification class.dkrahn@google.com2013-08-231-0/+189