[BACK]Return to netcat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

Diff for /src/usr.bin/nc/netcat.c between version 1.224 and 1.225

version 1.224, 2022/12/18 12:53:18 version 1.225, 2023/01/04 12:53:38
Line 103 
Line 103 
 const char    *oflag;                           /* OCSP stapling file */  const char    *oflag;                           /* OCSP stapling file */
 const char    *Rflag;                           /* Root CA file */  const char    *Rflag;                           /* Root CA file */
 int     tls_cachanged;                          /* Using non-default CA file */  int     tls_cachanged;                          /* Using non-default CA file */
 int     TLSopt;                                 /* TLS options */  int     TLSopt;                                 /* TLS options */
 char    *tls_expectname;                        /* required name in peer cert */  char    *tls_expectname;                        /* required name in peer cert */
 char    *tls_expecthash;                        /* required hash of peer cert */  char    *tls_expecthash;                        /* required hash of peer cert */
 char    *tls_ciphers;                           /* TLS ciphers */  char    *tls_ciphers;                           /* TLS ciphers */

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225