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-27 11:32:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
237193fdeec5d1e8e6f1df554749cbb099da9733
wolfssl
/
src
History
David Garske
5703e5eadb
ECC changes to support custom curves. Added new "WOLFSSL_CUSTOM_CURVES" option to support non-standard ECC curves in ecc_is_point and ecc_projective_dbl_point. Refactor to load and pass curve "a" parameter down through ECC functions. Relocated mp_submod and added mp_addmod. Refactor to pass mp variable directly (not pointer) for montgomery variable. Fix in mp_jacobi to also handle case of a == 0. Cleanup of *_ecc_mulmod and wc_ecc_make_key_ex error handling. Cleanup of ecc_map for handling normal, fast and alt_ecc math for optimization of performance and allowing reduced ecc_size.
2016-06-15 08:41:51 -07:00
..
crl.c
static method func / ocsp callbacks / heap test / alpn free func / remove timing resistant constraint
2016-06-09 11:36:31 -06:00
include.am
add AES-CMAC
2016-05-23 17:50:36 -07:00
internal.c
Merge pull request
#435
from JacobBarthelmeh/staticmemory
2016-06-10 17:03:49 -07:00
io.c
Merge pull request
#435
from JacobBarthelmeh/staticmemory
2016-06-10 17:03:49 -07:00
keys.c
add EDH-RSA-AES256-SHA, used in one mysql test
2016-05-03 09:22:16 -06:00
ocsp.c
run allocation tool on ocsp and check for mallocs
2016-06-09 12:03:28 -06:00
sniffer.c
Initial support for deep copying of session
2016-04-25 11:00:42 -06:00
ssl.c
ECC changes to support custom curves. Added new "WOLFSSL_CUSTOM_CURVES" option to support non-standard ECC curves in ecc_is_point and ecc_projective_dbl_point. Refactor to load and pass curve "a" parameter down through ECC functions. Relocated mp_submod and added mp_addmod. Refactor to pass mp variable directly (not pointer) for montgomery variable. Fix in mp_jacobi to also handle case of a == 0. Cleanup of *_ecc_mulmod and wc_ecc_make_key_ex error handling. Cleanup of ecc_map for handling normal, fast and alt_ecc math for optimization of performance and allowing reduced ecc_size.
2016-06-15 08:41:51 -07:00
tls.c
static method func / ocsp callbacks / heap test / alpn free func / remove timing resistant constraint
2016-06-09 11:36:31 -06:00