mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 00:39:54 +01:00
1. Moved a few functions around in tfm.c and integer.c. 2. Added some new ifdef clauses to tfc and integer so that the prime checking is available when using RSA, DSA, or DH. 3. Added an internal version of function wc_DhSetKey and wc_DsaImportParamsRaw that always checks to see if the prime value is prime. Modified the original function to be a wrapper.