CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2019/08/25 13:24:00

Modified files:
        lib/libcrypto/bn: bn.h 
        lib/libcrypto/man: BN_generate_prime.3 

Log message:
Change generating and checking of primes so that the error rate of
not being prime depends on the intended use based on the size of
the input.  For larger primes this will result in more rounds of
Miller-Rabin.  The maximal error rate for primes with more than
1080 bits is lowered to 2^-128.
Patch from Kurt Roeckx <k...@roeckx.be> and Annie Yousar
via OpenSSL commit feac7a1c Jul 25 18:55:16 2018 +0200,
still under a free license.
OK tb@.

Reply via email to