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 06:52:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
98291f8465b520fa66e55641da585e62b502fcc4
wolfssl
/
wolfcrypt
History
John Safranek
98291f8465
Update comment in dh.c.
2018-11-02 11:38:52 -07:00
..
benchmark
Added NO_RSA condition for build failure
2018-10-12 11:02:01 +09:00
src
Update comment in dh.c.
2018-11-02 11:38:52 -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