diff options
author | jmc <> | 2020-06-24 18:15:00 +0000 |
---|---|---|
committer | jmc <> | 2020-06-24 18:15:00 +0000 |
commit | 7cf633fcec3c8fa2f0cf16458c93b1b4f7cd4b2c (patch) | |
tree | b93cb160b6b844ab6508bbea31a84a5b0a09cae8 /src/lib/libcrypto/man/BN_generate_prime.3 | |
parent | dd53a681ba46ce20012e28fb7cac84550523b4c0 (diff) | |
download | openbsd-7cf633fcec3c8fa2f0cf16458c93b1b4f7cd4b2c.tar.gz openbsd-7cf633fcec3c8fa2f0cf16458c93b1b4f7cd4b2c.tar.bz2 openbsd-7cf633fcec3c8fa2f0cf16458c93b1b4f7cd4b2c.zip |
use n-bit <noun> consistently; ok schwarze for the principal of the idea,
and for flagging which pages to check;
Diffstat (limited to 'src/lib/libcrypto/man/BN_generate_prime.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_generate_prime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_generate_prime.3 b/src/lib/libcrypto/man/BN_generate_prime.3 index 7db27fd627..764ea6f873 100644 --- a/src/lib/libcrypto/man/BN_generate_prime.3 +++ b/src/lib/libcrypto/man/BN_generate_prime.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_generate_prime.3,v 1.18 2019/08/25 19:24:00 schwarze Exp $ | 1 | .\" $OpenBSD: BN_generate_prime.3,v 1.19 2020/06/24 18:15:00 jmc Exp $ |
2 | .\" full merge up to: OpenSSL f987a4dd Jun 27 10:12:08 2019 +0200 | 2 | .\" full merge up to: OpenSSL f987a4dd Jun 27 10:12:08 2019 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: August 25 2019 $ | 53 | .Dd $Mdocdate: June 24 2020 $ |
54 | .Dt BN_GENERATE_PRIME 3 | 54 | .Dt BN_GENERATE_PRIME 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -262,7 +262,7 @@ When the source of the prime is not random or not trusted, the | |||
262 | number of checks needs to be much higher to reach the same level | 262 | number of checks needs to be much higher to reach the same level |
263 | of assurance: It should equal half of the targeted security level | 263 | of assurance: It should equal half of the targeted security level |
264 | in bits (rounded up to the next integer if necessary). | 264 | in bits (rounded up to the next integer if necessary). |
265 | For instance, to reach the 128 bit security level, | 265 | For instance, to reach the 128-bit security level, |
266 | .Fa nchecks | 266 | .Fa nchecks |
267 | should be set to 64. | 267 | should be set to 64. |
268 | .Pp | 268 | .Pp |