diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-16 12:09:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:37:21 -0400 |
commit | 2bf655394942e5b76944df92c8cd002fc15d3382 (patch) | |
tree | 32c6e40e52784160a9b79c1ce969d50ff56c8b81 /src/or/or.h | |
parent | b004ff45d7f637675be976737eb7efea8da5b49c (diff) | |
download | tor-2bf655394942e5b76944df92c8cd002fc15d3382.tar.gz tor-2bf655394942e5b76944df92c8cd002fc15d3382.zip |
Code to send correct authentication data when we are using AUTHTYPE>2
Implements the major part of 19156, except doesn't actually send the
new cell type yet.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 402fbfde6b..9e9b1bf3a6 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1445,6 +1445,8 @@ typedef struct or_handshake_state_t { tor_x509_cert_t *auth_cert; /** A self-signed identity certificate */ tor_x509_cert_t *id_cert; + /** DOCDOC */ + struct tor_cert_st *ed_id_sign_cert; /**@}*/ } or_handshake_state_t; |