Edit

IABSD.fr/src/lib/libcrypto/bn

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2019-08-25 19:23:59
    Hash : 56a8f046
    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 <kurt@roeckx.be> and Annie Yousar via OpenSSL commit feac7a1c Jul 25 18:55:16 2018 +0200, still under a free license. OK tb@.