summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-17 20:52:57 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-17 20:52:57 +0800
commite719a9ef6f1cab28c075cb733d2f864dbe0b5c9b (patch)
tree874f2bb94268e5108df97b9880288bfdb1706b5f /session.h
parenta02d38072a9172980c5af78e7d0f236868684ebd (diff)
- Only request "none" cipher after auth has succeeded
--HG-- branch : insecure-nocrypto
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/session.h b/session.h
index 941dcb9..e9695fe 100644
--- a/session.h
+++ b/session.h
@@ -269,6 +269,9 @@ struct clientsession {
int interact_request_received; /* flag whether we've received an
info request from the server for
interactive auth.*/
+
+ int cipher_none_after_auth; /* Set to 1 if the user requested "none"
+ auth */
#endif
sign_key *lastprivkey;