Certificate variables and field-extractor expansions. Bug 1358
[exim.git] / src / src / globals.h
index 79bf38caa5df3f98dce3b0c03803a6da380e666e..584d1bd09ea2a480db9fdf71e6a9f4ef3d72b347 100644 (file)
@@ -85,6 +85,8 @@ typedef struct {
   uschar *cipher;             /* Cipher used */
   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 */
+  void  *peercert;           /* Certificate of peer, binary */
   uschar *peerdn;             /* DN from peer */
   uschar *sni;                /* Server Name Indication */
 } tls_support;