diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 9 |
1 files changed, 6 insertions, 3 deletions
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 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.127 2020/11/01 21:32:03 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.128 2020/12/30 08:26:44 tb Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: November 1 2020 $ | 113 | .Dd $Mdocdate: December 30 2020 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -2491,7 +2491,10 @@ A | |||
2491 | .Sq \&. | 2491 | .Sq \&. |
2492 | represents each number which has passed an initial sieve test; | 2492 | represents each number which has passed an initial sieve test; |
2493 | .Sq + | 2493 | .Sq + |
2494 | means a number has passed a single round of the Miller-Rabin primality test. | 2494 | means a number has passed a single round of the Miller-Rabin primality test; |
2495 | .Sq * | ||
2496 | means the number has failed primality testing | ||
2497 | and needs to be generated afresh. | ||
2495 | A newline means that the number has passed all the prime tests | 2498 | A newline means that the number has passed all the prime tests |
2496 | (the actual number depends on the key size). | 2499 | (the actual number depends on the key size). |
2497 | .Pp | 2500 | .Pp |