mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 08:40:52 +02:00
5908230d20
1. Fixed variable name typo in DH for the FFDHE 8192-bit q value. 2. Updated some error strings in wolfSSL_BN_is_prime_ex(). 3. Changed the calls to mp_prime_is_prime_ex() in fp_randprime() and mp_randprime() so they go back to the 8 rounds of MR, which is more than adequate in this situation.