mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 19:19:55 +01:00
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.