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:22:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
98291f8465b520fa66e55641da585e62b502fcc4
wolfssl
/
wolfcrypt
/
test
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
..
include.am
Fixes for disabling the crypt test and benchmark. Added new "./configure --disable-crypttests" option. Also made sure use of both NO_CRYPT_BENCHMARK and NO_CRYPT_TEST in "./configure CFLAGS=-D" scenario work correctly.
2016-02-04 12:06:24 -08:00
test.c
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.h
Release v3.12.2 (lib 14.0.0). Updated copywright.
2017-10-22 15:58:35 -07:00
test.sln
headers and include.ams
2014-12-17 15:33:22 -07:00
test.vcproj
headers and include.ams
2014-12-17 15:33:22 -07:00