mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 18:20:53 +02:00
0e06f6413d
1. Update the function wolfSSL_BN_is_prime_ex to use mp_prime_is_prime_ex. 2. Modified fast and normal mp_prime_is_prime_ex() to use random numbers that are in the range 2 < a < n-2.