diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-16 11:21:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-10 23:14:16 -0400 |
commit | a6fc5059cdb3263c0053ac76c39bef43a61269cc (patch) | |
tree | 3dc62bdafb742c7cfad9cf3e2f9122ced9e98709 /src/common/tortls.h | |
parent | 0a4f56277290d4736db3b15dc4c2071000f7883f (diff) | |
download | tor-a6fc5059cdb3263c0053ac76c39bef43a61269cc.tar.gz tor-a6fc5059cdb3263c0053ac76c39bef43a61269cc.zip |
Add AUTH keys as specified in proposal 176
Our keys and x.509 certs are proliferating here. Previously we had:
An ID cert (using the main ID key), self-signed
A link cert (using a shorter-term link key), signed by the ID key
Once proposal 176 and 179 are done, we will also have:
Optionally, a presentation cert (using the link key),
signed by whomever.
An authentication cert (using a shorter-term ID key), signed by
the ID key.
These new keys are managed as part of the tls context infrastructure,
since you want to rotate them under exactly the same circumstances,
and since they need X509 certificates.
Diffstat (limited to 'src/common/tortls.h')
0 files changed, 0 insertions, 0 deletions