This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-28 09:12:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f4b0261ca7b3413eef137ca0757a82d99864dd66
wolfssl
/
wolfcrypt
History
David Garske
f4b0261ca7
Fix to not do prime test on DH key the server loaded. Now it will only do the prime test on the peer's provided public DH key using 8 miller rabbins. Refactored the fast math miller rabin function to reuse mp_int's, which improved peformance for
mp_prime_is_prime_ex
from 100ms to 80ms. Normal math
mp_prime_is_prime_ex
is ~40ms (as-is). Added test for
wc_DhSetCheckKey
.
2018-10-30 11:20:07 -07:00
..
benchmark
Added NO_RSA condition for build failure
2018-10-12 11:02:01 +09:00
src
Fix to not do prime test on DH key the server loaded. Now it will only do the prime test on the peer's provided public DH key using 8 miller rabbins. Refactored the fast math miller rabin function to reuse mp_int's, which improved peformance for
mp_prime_is_prime_ex
from 100ms to 80ms. Normal math
mp_prime_is_prime_ex
is ~40ms (as-is). Added test for
wc_DhSetCheckKey
.
2018-10-30 11:20:07 -07:00
test
Fix to not do prime test on DH key the server loaded. Now it will only do the prime test on the peer's provided public DH key using 8 miller rabbins. Refactored the fast math miller rabin function to reuse mp_int's, which improved peformance for
mp_prime_is_prime_ex
from 100ms to 80ms. Normal math
mp_prime_is_prime_ex
is ~40ms (as-is). Added test for
wc_DhSetCheckKey
.
2018-10-30 11:20:07 -07:00
user-crypto
Fix for unused variable in new fast-rsa function
wc_RsaPublicKeyDecode_ex
.
2018-10-25 11:12:33 -07:00