TLS: add variables for the IETF standard name for the connection ciphersuite
[exim.git] / src / src / globals.h
index c90783e3c180fb9a25b982e5d88cde06ccb1097d..453d8325d90c2c8a91db213d7e688dfcb69983b9 100644 (file)
@@ -88,6 +88,8 @@ typedef struct {
   int     tlsa_usage;         /* TLSA record(s) usage */
 #endif
   uschar *cipher;             /* Cipher used */
+  const uschar *cipher_stdname; /* Cipher used, RFC version */
+  
   BOOL    on_connect;         /* For older MTAs that don't STARTTLS */
   uschar *on_connect_ports;   /* Ports always tls-on-connect */
   void   *ourcert;            /* Certificate we presented, binary */