]> Pileus Git - ~andy/fetchmail/commitdiff
Fix manual page: --sslcheck -> --sslcertck, and do not set trailing
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 2 Mar 2007 00:03:43 +0000 (00:03 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 2 Mar 2007 00:03:43 +0000 (00:03 -0000)
"recommended:" in bold. Debian Bug #413059, reported by Rafal Czlonka.

svn path=/branches/BRANCH_6-3/; revision=5043

NEWS
fetchmail.man

diff --git a/NEWS b/NEWS
index 23278519b16f3f0081027fae239557f4e8eb4719..0d9486e07d9fdc55f59edd501fa64edff956b808 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ fetchmail 6.3.8 (not yet released):
 
 # BUG FIXES:
 * Fix pluralization of oversized-message warning mails.
+* Fix manual page: --sslcheck -> --sslcertck, and do not set trailing 
+  "recommended:" in bold. Debian Bug #413059, reported by Rafal Czlonka.
 
 # KNOWN BUGS AND WORKAROUNDS:
   (this section floats upwards through the NEWS file so it stays with the
index 6cafdaacdb2c20e4142c49de0684286fb471957e..b2b0a65f15917f15ae52790c0bae020a74058ecd 100644 (file)
@@ -1062,18 +1062,19 @@ protocol and negotiate TLS via special parameter. The \-\-sslcertck
 command line or sslcertck run control file option should be used to
 force strict certificate checking - see below.
 .PP
-.B \-\-sslcheck recommended:
-When connecting to an SSL or TLS encrypted server, the server presents a certificate
-to the client for validation.  The certificate is checked to verify that
-the common name in the certificate matches the name of the server being
-contacted and that the effective and expiration dates in the certificate
-indicate that it is currently valid.  If any of these checks fail, a warning
-message is printed, but the connection continues.  The server certificate
-does not need to be signed by any specific Certifying Authority and may
-be a "self-signed" certificate. If the \-\-sslcertck command line option
-or sslcertck run control file option is used, fetchmail will instead
-abort if any of these checks fail. Use of the sslcertck or \-\-sslcertck
-option is advised.
+.B \-\-sslcertck
+recommended: When connecting to an SSL or TLS encrypted server, the 
+server presents a certificate to the client for validation.  The 
+certificate is checked to verify that the common name in the certificate 
+matches the name of the server being contacted and that the effective 
+and expiration dates in the certificate indicate that it is currently 
+valid.  If any of these checks fail, a warning message is printed, but 
+the connection continues.  The server certificate does not need to be 
+signed by any specific Certifying Authority and may be a "self-signed" 
+certificate. If the \-\-sslcertck command line option or sslcertck run 
+control file option is used, fetchmail will instead abort if any of 
+these checks fail. Use of the sslcertck or \-\-sslcertck option is 
+advised.
 .PP
 Some SSL encrypted servers may request a client side certificate.  A client
 side public SSL certificate and private SSL key may be specified.  If