From b146841c2d6c6dbd921e8e87ba091bdbd28e566e Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 30 Dec 2020 08:26:44 +0000 Subject: Document meaning of '*' in genrsa output ok inoguchi jmc kn --- src/usr.bin/openssl/openssl.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/usr.bin/openssl/openssl.1') diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 1a0aac5096..9cd977c6d6 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.127 2020/11/01 21:32:03 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.128 2020/12/30 08:26:44 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: November 1 2020 $ +.Dd $Mdocdate: December 30 2020 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -2491,7 +2491,10 @@ A .Sq \&. represents each number which has passed an initial sieve test; .Sq + -means a number has passed a single round of the Miller-Rabin primality test. +means a number has passed a single round of the Miller-Rabin primality test; +.Sq * +means the number has failed primality testing +and needs to be generated afresh. A newline means that the number has passed all the prime tests (the actual number depends on the key size). .Pp -- cgit v1.2.3-55-g6feb