commit | 8dc76a6c540dc966e86fb4a7659b5453e5ce60f4 | [log] [tgz] |
---|---|---|
author | Ryan Brown <ribrdb@google.com> | Tue Sep 16 18:19:12 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 16 18:19:13 2014 +0000 |
tree | 0bd48705ac7251dc8fc97ec8d2afbe0ecfa2ddda | |
parent | b6fe1adcb72e6c571cc55725e040df30a39a6e90 [diff] | |
parent | fed691e63544864e2a16b54d9e4031d94c01e888 [diff] |
Merge "veyron/security/agent: Initial implementation using VC. This is a bare bones implementation of an agent which stores the identity's private key in a separate process. Currently it only stores a single key for a single child process. Future versions will lift these limitations. The first attempt broke on linux because the socket addresses on Linux are "@", which the endpoint parsing code doesn't support. This is fixed by implementing custom names for unixfd Conn's."