mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 04:42:12 +01:00
The ECC key generation test was failing due not using large enough of a buffer. Fixed to use a better size. 1. Set the shared digest/sig buffer size in _ecc_pairwise_consistency_test() to the maximum possible based on the math in wc_ecc_sig_sz().