From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 12 03:11:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A74916A4D0 for ; Sat, 12 Jun 2004 03:11:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0466443D2F for ; Sat, 12 Jun 2004 03:11:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5C3ANOc093918 for ; Sat, 12 Jun 2004 03:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5C3ANVe093917; Sat, 12 Jun 2004 03:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jun 2004 03:10:23 GMT Resent-Message-Id: <200406120310.i5C3ANVe093917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Pepper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC2E16A4DD for ; Sat, 12 Jun 2004 03:00:47 +0000 (GMT) Received: from www.reppep.com (www.reppep.com [66.92.104.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1685043D1D for ; Sat, 12 Jun 2004 03:00:47 +0000 (GMT) (envelope-from pepper@reppep.com) Received: by www.reppep.com (Postfix, from userid 501) id 18CF7100B3; Fri, 11 Jun 2004 22:36:42 -0400 (EDT) Message-Id: <20040612023642.18CF7100B3@www.reppep.com> Date: Fri, 11 Jun 2004 22:36:42 -0400 (EDT) From: Chris Pepper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: pepper@reppep.com Subject: ports/67859: Language cleanups in tlsmgr.8 (part of postfix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Pepper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 03:11:17 -0000 >Number: 67859 >Category: ports >Synopsis: Language cleanups in tlsmgr.8 (part of postfix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 12 03:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Chris Pepper >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD www.reppep.com 4.10-STABLE FreeBSD 4.10-STABLE #15: Sun May 30 22:18:46 EDT 2004 root@www.reppep.com:/usr/obj/usr/src/sys/REPPEP i386 >Description: Postfix's tlsmgr man page has some awkward and incorrect English. >How-To-Repeat: portinstall postfix; man tlsmgr >Fix: Patch below --- tlsmgr.8.diff begins here --- --- tlsmgr.8 Wed Jun 9 23:36:12 2004 +++ tlsmgr.8.fixed Fri Jun 11 22:33:44 2004 @@ -20,9 +20,9 @@ OpenSSL PRNG has a pool size of 8192 bits (= 1024 bytes). The pool is initially seeded at startup from an external source (EGD or /dev/urandom) and additional seed is obtained later during program -run at a configurable period. The exact time of seed query is -using random information and is equally distributed in the range of -[0-\fBtls_random_reseed_period\fR] with a \fBtls_random_reseed_period\fR +run at a configurable interval. The exact time of each successive seed +query is randomly distributed in the range of +[0-\fBtls_random_reseed_period\fR] with \fBtls_random_reseed_period\fR having a default of 1 hour. Tlsmgr can be run chrooted and with dropped privileges, as it will @@ -47,7 +47,7 @@ .ad .fi Tlsmgr is not security-sensitive. It only deals with external data -to be fed into the PRNG, the contents is never trusted. The session +to be fed into the PRNG; its content is never trusted. The session cache housekeeping will only remove entries if expired and will never touch the contents of the cached data. .SH DIAGNOSTICS --- tlsmgr.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: