svn commit: r360227 - head/sbin/dumpon

Conrad Meyer cem at FreeBSD.org
Thu Apr 23 18:04:53 UTC 2020


Author: cem
Date: Thu Apr 23 18:04:52 2020
New Revision: 360227
URL: https://svnweb.freebsd.org/changeset/base/360227

Log:
  dumpon.8: Update minimum key size language
  
  dumpon(8) has not accepted 1024-bit RSA keys since prior to r339784 (2018-10).
  The manual page language was not updated at that time (oops).  The minimum
  accepted is 2048 bits, which is also a good default choice.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sbin/dumpon/dumpon.8

Modified: head/sbin/dumpon/dumpon.8
==============================================================================
--- head/sbin/dumpon/dumpon.8	Thu Apr 23 17:56:48 2020	(r360226)
+++ head/sbin/dumpon/dumpon.8	Thu Apr 23 18:04:52 2020	(r360227)
@@ -28,7 +28,7 @@
 .\"     From: @(#)swapon.8	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd May 23, 2019
+.Dd April 23, 2020
 .Dt DUMPON 8
 .Os
 .Sh NAME
@@ -130,7 +130,7 @@ The goal of the mechanism is to provide confidentialit
 .Pp
 The
 .Va pubkey
-file should be a PEM-formatted RSA key of at least 1024 bits.
+file should be a PEM-formatted RSA key of at least 2048 bits.
 .It Fl C Ar cipher
 Select the symmetric algorithm used for encrypted kernel crash dump.
 The default is


More information about the svn-src-all mailing list