diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-12 18:31:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-12 18:31:39 +0000 |
commit | 69ce955484f69eb43dcdc60ecce182267255aabd (patch) | |
tree | 0dd0b4c1b35b754c7e63d7f713cdd9ef0acb5a98 /src/or/or.h | |
parent | 6c2dbc56bf185f8e36d6f597839ac960f4bb4fee (diff) | |
download | tor-69ce955484f69eb43dcdc60ecce182267255aabd.tar.gz tor-69ce955484f69eb43dcdc60ecce182267255aabd.zip |
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
svn:r17610
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 0b5d17ebe0..f61258c3db 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1729,6 +1729,7 @@ typedef struct authority_cert_t { time_t expires; uint32_t addr; uint16_t dir_port; + uint8_t is_cross_certified; } authority_cert_t; /** Bitfield enum type listing types of directory authority/directory |