commit | ffa4b474b2d057e615a3c7631c9662bd46a508ee | [log] [tgz] |
---|---|---|
author | Bogdan Caprita <caprita@google.com> | Fri Apr 22 10:56:41 2016 -0700 |
committer | Bogdan Caprita <caprita@google.com> | Fri Apr 22 21:01:28 2016 +0000 |
tree | cc6f629226140fd0a4e8fdbc8d29061017bf327e | |
parent | ceb164e38cd37086630d6a13527d07167a66ccdc [diff] |
services/device: use the local key manager in the device manager Previously, we were using the agent-based key manager. The only benefit to that was putting the encryption of the app keys out of the hands of the device manager (the agent running the device manager was charged with encrypting the key manager key store). However, we haven't really been using the encryption feature so far, and since we're planning to deprecate agentd, it seems sensible to simplify and use the local key manager directly (which also has better performance than talking to the agent key manager via the socket). Change-Id: I5cf012316a7997c36313003c46c84209741d9c86
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.