/[imapfilter]/imapfilter/cert.c
ViewVC logotype

Diff of /imapfilter/cert.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by lefcha, Fri Feb 13 12:17:15 2004 UTC revision 1.6 by lefcha, Sat Feb 14 19:14:43 2004 UTC
# Line 181  write_cert(X509 * cert) Line 181  write_cert(X509 * cert)
181    
182    
183  /*  /*
184   * Ask user to proceed, while a fingerprint mismatch in the SSL/TLS   * Ask user to proceed, while a fingerprint mismatch in the SSL/TLS certificate
185   * certificate was found.   * was found.
186   */   */
187  int  int
188  mismatch_cert(void)  mismatch_cert(void)
# Line 190  mismatch_cert(void) Line 190  mismatch_cert(void)
190          char c, buf[LINE_MAX];          char c, buf[LINE_MAX];
191    
192          do {          do {
193                  printf("WARNING: SSL/TLS certificate fingerprint mismatch.\n"                  printf("ATTENTION: SSL/TLS certificate fingerprint mismatch.\n"
194                      "Proceed with the connection (y/n)? ");                      "Proceed with the connection (y/n)? ");
195                  fgets(buf, LINE_MAX, stdin);                  fgets(buf, LINE_MAX, stdin);
196                  c = tolower(*buf);                  c = tolower(*buf);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26